ID: 15248 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: *Compile Issues Operating System: Mac OS X 10.1.2 PHP Version: 4.1.1 Assigned To: markonen New Comment:
guess, you mean issue, which occured because of apple libtool has -twolevel_namespace enabled by default, with can be overriden in prev. PHP build, changing ltconfig. There is another problem, which also have place on PHP 4.0.6 (I don't know whether it true for another versions or not)It's enough to set only one configure otion --enable- xslt and you will get an error. I don't familiar with all this compilation stuff and C, but looks like PHP can not find iconv header or dynlib or static lib and stacks. (I dled and installed libiconv1.7.tar.gz which produce libiconv***.dylib. I also configure libiconv with --enable- -static, but it doesn't help. Any way didn't find a solution to configure PHP with XSLT support. I think that XSLT support is critical for reach content sites driven by PHP... Previous Comments: ------------------------------------------------------------------------ [2002-01-27 21:29:22] [EMAIL PROTECTED] This is a known issue and will be corrected in the CVS within the next couple of days. ------------------------------------------------------------------------ [2002-01-27 15:02:16] [EMAIL PROTECTED] I need Iconvlib for XSLT suppot in PHP. I build iconvlib without any problems, but when I tried to configure PHP (4.0.6/4.1.0) I got the error messaches checking whether to enable the XSLT Sablotron backend... yes checking libexpat dir for Sablotron XSL support... no checking for iconv_open in -lc... no configure: error: iconv not found Configure options ./configure -with-apxs --with-mysql=/usr/local/mysql -- with-gd=/usr/local --with-jpeg-dir=/usr/local --with-png- dir=/usr/local --with-freetype-dir=/usr/local --with-zlib- dir=/usr --with-xml --enable-xslt --with-xslt-sablot=/usr/ local --with-zlib=/usr --with-pdflib=/usr/lib --enable-wddx --enable-trans-sid --enable-ftp --with-gnu-ld If I run configure without XSLT support I get an error when ran Apache with compiled PHP module [osxserver:/usr/src/php-4.0.6] root# apachectl configtest dyld: /usr/sbin/httpd Undefined symbols: _iconv_module_entry Does it iconv compatibility issues? Or it's bug in PHP sources? ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=15248&edit=1 -- PHP Development 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]