Hi,
i am trying to install the devel version using git. did the changes on the modules,lst file to include "db_mysql" i have mysql5.5 already installed with the shared components and client... i have no mysql.h file... so, the "make all" of kamailio failes...
any ideas ?
BR, Uri
Hi Uri,
Could you please include a failed message so we can see what's wrong.
2012/5/20 Uri Shacked ushacked@gmail.com
Hi,
i am trying to install the devel version using git. did the changes on the modules,lst file to include "db_mysql" i have mysql5.5 already installed with the shared components and client... i have no mysql.h file... so, the "make all" of kamailio failes...
any ideas ?
BR, Uri
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
2012/5/20 Uri Shacked ushacked@gmail.com
Hi,
i am trying to install the devel version using git. did the changes on the modules,lst file to include "db_mysql" i have mysql5.5 already installed with the shared components and client... i have no mysql.h file... so, the "make all" of kamailio failes...
any ideas ?
Hi Uri,
have you installed mysql-devel package? for debian systems install libmysqlclient-dev and in RH/Centos systems, install mysql-devel.
$apt-get install libmysqlclient-dev for debian $yum install mysql-devel
BR, Uri
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Hi, Thanks, Doing "yum install mysql-devel" did the trick.... BR, Uri
On Sun, May 20, 2012 at 6:15 PM, Uri Shacked ushacked@gmail.com wrote:
Hi,
i am trying to install the devel version using git. did the changes on the modules,lst file to include "db_mysql" i have mysql5.5 already installed with the shared components and client... i have no mysql.h file... so, the "make all" of kamailio failes...
any ideas ?
BR, Uri