Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
rgagnon24 opened this issue May 28, 2014 · 4 comments
Closed

Comments

@rgagnon24
Copy link
Contributor

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
Copy link
Owner

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//issues/2
.

Best regards
Martin Vit

@rgagnon24
Copy link
Contributor Author

Works now, but libssh2 is now not working.

@voipmonitor
Copy link
Owner

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
#2 (comment).

Best regards
Martin Vit

@rgagnon24
Copy link
Contributor Author

Closing since it appears to have been fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants