I am getting a "configure: error: Not found mysqlclient library" error running the following on a Fedora Core 5 PPC system.
./configure --enable-server --enable-agent --with-mysql --with-net-snmp
The configure script appears to no be liking the output of mysql_config --cflags. Any ideas?
mysql_config --cflags
-I/usr/include/mysql -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-strict-aliasing -fwrapv
Brian
./configure --enable-server --enable-agent --with-mysql --with-net-snmp
The configure script appears to no be liking the output of mysql_config --cflags. Any ideas?
mysql_config --cflags
-I/usr/include/mysql -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-strict-aliasing -fwrapv
Brian