Hi,
I've been trying to get a simple test program with lib mysqlclient to compile with mipsel-linux-uclibc, all other things I coded work fine, but it seems that when I try to include -lmysqlclient it tells me that it can not find zlib, the output it gives is
warning: libz.so.1, needed by /home/jade/temp/openwrt/staging_dir_mipsel/usr/lib/mysql/libmysqlclient.so, not found (try using -rpath or -rpath-link)
lib mysqlclient works fine cause the 2 error msgs after it say
/home/jade/temp/openwrt/staging_dir_mipsel/usr/lib/mysql/libmysqlclient.so: undefined reference to `uncompress'
/home/jade/temp/openwrt/staging_dir_mipsel/usr/lib/mysql/libmysqlclient.so: undefined reference to `compress'
and thats obvious since thats from zlib.
I couldnt find anything about it on the forms or wiki nor the irc logs so after some trying I figured that somebody here might know what is going wrong here, could it be i'm missing an eviorment path?