When I try to use ./configure, make, make install it works but I can't find any traces of the program on my system. I don't know how to actually get to it so I can start the service.
Also I tried using a longer config string such as:
./configure --enable-server --enable-agent -with-mysql=/usr/lib/mysql/mysqld_config --with-net-snmp --with-libcurl=/usr/bin/curl-config
But then I get this error later on durring the process:
"configure: error: not found mysqlclient library"
Also I tried using a longer config string such as:
./configure --enable-server --enable-agent -with-mysql=/usr/lib/mysql/mysqld_config --with-net-snmp --with-libcurl=/usr/bin/curl-config
But then I get this error later on durring the process:
"configure: error: not found mysqlclient library"
Comment