voipmonitor / sniffer

VoIPmonitor sniffer sources
228 stars 107 forks source link

10.0RC21 does not find mysql library during configure on CentOS 6.5 #2

Closed rgagnon24 closed 10 years ago

rgagnon24 commented 10 years ago

mysql-devel is properly installed, but configure script does not locate, and indicates libmysqlclient is missing:

# ./configure
checking for g++... g++
.....
checking for main in -lmysqlclient... no
configure: error: Unable to find libmysqlclient. apt-get install lbmysqlclient-dev | yum install mysql-devel

# rpm -ql mysql-devel
.......
/usr/lib64/mysql/libmysqlclient.so
/usr/lib64/mysql/libmysqlclient_r.so
/usr/share/aclocal/mysql.m4

I am not a pro at writing configure scripts, so maybe the information above will help

voipmonitor commented 10 years ago

try the latest develop branch I have added path for mysql

2014-05-28 19:20 GMT+02:00 Rob Gagnon notifications@github.com:

mysql-devel is properly installed, but configure script does not locate, and indicates libmysqlclient is missing:

./configure

checking for g++... g++ ..... checking for main in -lmysqlclient... no configure: error: Unable to find libmysqlclient. apt-get install lbmysqlclient-dev | yum install mysql-devel

rpm -ql mysql-devel

....... /usr/lib64/mysql/libmysqlclient.so /usr/lib64/mysql/libmysqlclient_r.so /usr/share/aclocal/mysql.m4

I am not a pro at writing configure scripts, so maybe the information above will help

— Reply to this email directly or view it on GitHubhttps://github.com/voipmonitor/sniffer/issues/2 .

Best regards Martin Vit

rgagnon24 commented 10 years ago

Works now, but libssh2 is now not working.

voipmonitor commented 10 years ago

cp Makefile.in Makefile make

2014-06-09 19:06 GMT+02:00 Rob Gagnon notifications@github.com:

Works now, but libssh2 is now not working.

— Reply to this email directly or view it on GitHub https://github.com/voipmonitor/sniffer/issues/2#issuecomment-45515986.

Best regards Martin Vit

rgagnon24 commented 10 years ago

Closing since it appears to have been fixed.