Folks,
Anybody else have a failed configure with the error:
cannot find -lmysqlclient??
Situation --
configure for mySQL & apache apxs, give accurate paths to both
CONFIGURE: \'./configure\' \'--with-mysql=/usr/local/mysql\' \'--with-apxs=/usr/local/apache/bin/apxs\'
running configure reports the following error:
gcc -o conftest -g -O2 -Wl,-rpath,/usr/local/mysql/lib -L/usr/local/mysql/lib conftest.c -lmysqlclient
-lgd -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
/usr/bin/ld: cannot find -lmysqlclient
collect2: ld returned 1 exit status
Any insight?