Hi there - I'm having problems compiling 4.1.2 (which fixes the recent security issue discovered 12 Mar 2002) to include XSLT support.
The stable OpenBSD ports collection for 2.8 still includes an old version of PHP, so I've been recomipling everything from scratch. I've pre-installed: Sablot-0.90 expat-1.95.2 libiconv-1.7 But for some reason I can't get PHP to configure properly. I have tried various different permutations of the configure flags, currently I'm using: ./configure --with-iconv --with-mysql --enable-xslt \ --with-xslt- sablot Configure comes up with the following error regarding iconv (the libraries are in /usr/local/lib, headers in /usr/local/include, and the binary in /usr/local/bin) and no matter what options I try (such as --with-iconv=/usr/local etc. etc.) it gives me and error. Here are the last few lines of configure's output: ========================================== checking libexpat dir for XMLRPC-EPI... no checking whether to enable xslt support... yes checking whether to enable the XSLT Sablotron backend... yes checking libexpat dir for Sablotron XSL support... no checking for Sablotron libraries in the default path... found Sablotron in /usr/local checking for iconv_open in -lc... (cached) no configure: error: iconv not found ========================================== At this point, I am returned to the shell prompt. Can anyone offer any advice? Thanks, Neil S Hamilton -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php