I am running Solaris 10 with the coolstack AMP stack.
I also have a bunch of the gcc stuff downloaded and installed from blastwave.
And I am trying to compile Zabbix 1.4.6
I hope I'm providing enough information here.
Here is my configure command. I tried to set the LDFLAGS to include any lib directory that seems important. The libmysqlclient file exists in /opt/coolstack/mysql_32bit/lib/mysql/libmysqlclient.so
and is a symlink that points to libmysqlclient.so.16.0.0
# env LDFLAGS="-L/opt/coolstack/mysql_32bit/lib/mysql -L/opt/coolstack/lib -L/opt/csw/lib -L/opt/csw/libexec -L/opt/csw/gcc4/lib" ./configure --prefix=/opt/Zabbix --enable-server --disable-agent --with-mysql=/opt/coolstack/mysql_32bit/bin/mysql_config --with-libcurl=/opt/coolstack/lib
And here is my error:
checking for mysql_config... /opt/coolstack/mysql_32bit/bin/mysql_config
checking for main in -lmysqlclient ... no
configure: error: Not found mysqlclient library
I have seen several posts with this problem and I have tried changing my configure command based on the other posts.
I've also tried using gcc4 and gcc3.
As well as using different version of make, gmake, ld, gld.......
Nothing has worked so far.
Any help would be much appreciated.
I also have a bunch of the gcc stuff downloaded and installed from blastwave.
And I am trying to compile Zabbix 1.4.6
I hope I'm providing enough information here.
Here is my configure command. I tried to set the LDFLAGS to include any lib directory that seems important. The libmysqlclient file exists in /opt/coolstack/mysql_32bit/lib/mysql/libmysqlclient.so
and is a symlink that points to libmysqlclient.so.16.0.0
# env LDFLAGS="-L/opt/coolstack/mysql_32bit/lib/mysql -L/opt/coolstack/lib -L/opt/csw/lib -L/opt/csw/libexec -L/opt/csw/gcc4/lib" ./configure --prefix=/opt/Zabbix --enable-server --disable-agent --with-mysql=/opt/coolstack/mysql_32bit/bin/mysql_config --with-libcurl=/opt/coolstack/lib
And here is my error:
checking for mysql_config... /opt/coolstack/mysql_32bit/bin/mysql_config
checking for main in -lmysqlclient ... no
configure: error: Not found mysqlclient library
I have seen several posts with this problem and I have tried changing my configure command based on the other posts.
I've also tried using gcc4 and gcc3.
As well as using different version of make, gmake, ld, gld.......
Nothing has worked so far.
Any help would be much appreciated.
Comment