Justin Makeig wrote: > I'm trying to compile PHP with sablot on Mac OS X (10.0.4). When I use > the --with-sablot flag (with a variety of direcotries specified) the > configure script always craps out trying to find an iconv library. I > installed libiconv 1.7, but I still get the same problems: > > checking for Sablotron XSL support... yes > checking libexpat dir for Sablotron 0.50... no
No expat lib > checking for Sablotron in default path... found in /usr/local > checking for SablotSetEncoding in -lsablot... no No sablot lib > checking for iconv_open in -lc... (cached) no No iconv support > configure: error: iconv not found > > Does anyone have any suggestions. I'm really at wit's end. You need to install libs you need. Read related manual pages to find out what lib you need to configure PHP properly. Yasuo Ohgaki -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]