Last active
March 31, 2023 08:53
-
-
Save flaviogoncalves/8b84efefd86615e3025b4c940d7b7ab9 to your computer and use it in GitHub Desktop.
OpenSIPS Dependencies for Debian Buster
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://dev.mysql.com/get/mysql-apt-config_0.8.24-1_all.deb | |
dpkg -i mysql-apt-config_0.8.24-1_all.deb | |
apt update | |
apt install libmysqlclient-dev | |
apt install git gcc bison lynx debhelper dpatch \ | |
xsltproc flex gcc make pkg-config libdb-dev uuid-dev\ | |
libjson-c-dev default-libmysqlclient-dev libncurses5-dev\ | |
libpcre3-dev libssl-dev docbook-xsl docbook-xml html2text\ | |
libpcre3-dev uuid-dev libmicrohttpd-dev libcurl4-openssl-dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment