[SR-Users] compiling the SER router
Jon Bonilla (Manwe)
manwe at aholab.ehu.es
Sun Dec 5 09:02:59 CET 2010
El Sun, 5 Dec 2010 02:55:35 -0500
"rbond1" <rbond1 at tampabay.rr.com> escribió:
> km_dbase.c:38: fatal error: mysql/mysql.h: No such file or directory
> compilation terminated.
> make[1]: *** [km_dbase.o] Error 1
> make: *** [modules] Error 1
>
> I am using the current ubuntu server distro. Is this a well known issue? I
> followed the download instructions from the sip-router download page from
> this website so I assume it automatically pulled the most current release
> (?). Will I need to load a package from someplace else?
>
> Mysql is currently installed onto my machine. But I cannot find mysql.h.
> WIll I need to get the libs from mysql (if available) and will they include
> the header files?
>
> thx in adv
You need -dev packages for dependencies.
sudo apt-get install libmysqlclient-dev
More information about the sr-users
mailing list