I've been stuck on this build of PHP for a day now. I have already sucessfully compiled a build of Sablotron without any problems, but now upgrading PHP.
The error message I get during a 'make' is... ext/mysql/libmysql/my_tempnam.lo: In function `my_tempnam': /usr/local/php4/ext/mysql/libmysql/my_tempnam.c:103: the use of `tempnam' is dangerous, better use `mkstemp' /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' collect2: ld returned 1 exit status make: *** [sapi/cli/php] Error 1 ----------------------------------------------------------- I used this config line... './configure' \ '--with-apxs=/usr/local/apache/bin/apxs' \ '--with-pear' \ '--with-openssl' \ '--with-zlib' \ '--enable-ftp' \ '--with-gd' \ '--with-mysql' \ '--with-xslt-sablot=/usr/local/sablot' \ '--enable-xslt' \ '--enable-swf' \ '--with-sablot-js=/usr/local/js/' \ '--enable-shared=php4' \ '--enable-iconv=/usr/local' \ I have seen similar problems... but none apposed a problem with the current CVS version... -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php