Hello Everyone,
I need a help, I was installing kamailio SIP server according to the instruction provided at wiki page
- http://www.kamailio.org/dokuwiki/doku.php/install:kamailio-3.0.x-from-git
but while compiling it(make all) i am getting following error
- km_dbase.c:38: fatal error: mysql/mysql.h: No such file or directory
Can anybody tell me how to resolve this issue. Thanks in anticipation.
4 jan 2013 kl. 07:22 skrev Shreyansh Purwar shreyanshpurwar@gmail.com:
Hello Everyone,
I need a help, I was installing kamailio SIP server according to the instruction provided at wiki page
http://www.kamailio.org/dokuwiki/doku.php/install:kamailio-3.0.x-from-git
but while compiling it(make all) i am getting following error
km_dbase.c:38: fatal error: mysql/mysql.h: No such file or directory
Can anybody tell me how to resolve this issue. Thanks in anticipation.
In order to use Mysql database drivers you need to install a mysql development library. In Linux it's mysql-dev or mysql-devel.
/O