I'm trying to compile Sablot support into PHP but I keep getting errors. The configure line I'm using is:
./configure --with-apxs=/usr/local/apache/bin/apxs --with-xml --enable-bcmath --enable-calendar --enable-ftp --enable-magic-quotes --with-mysql=/usr --enable-discard-path --with-pear --enable-xslt --with-xslt-sablot --enable-sockets --enable-track-vars --enable-versioning --with-zlib
At the end of make I get the error:
/usr/local/lib/libsablot.so: undefined reference to `libiconv_open'
/usr/local/lib/libsablot.so: undefined reference to `libiconv_close'
/usr/local/lib/libsablot.so: undefined reference to `libiconv'
Has anyone experienced this error before? Know anyway around it? Any help would be appreciated.
Thanks



LinkBack URL
About LinkBacks
Reply With Quote





