Posts

Showing posts from June 13, 2010

Incompatibility of iconv for PHP 5.2.13 under Mac OS X

Image
I'm confused with this when I compiled 5.2.13 of PHP under Mac OS X Snow Leopard . I did update by downloading and compiling a new version of iconv at http://www.gnu.org/software/libiconv/ and compile it by running ./configure --prefix=/usr/local When I compile PHP with the following "configure" params as CFLAGS="-arch x86_64 -g -Os -pipe -no-cpp-precomp" CCFLAGS="-arch x86_64 -g -Os -pipe" CXXFLAGS="-arch x86_64 -g -Os -pipe" LDFLAGS="-arch x86_64 -bind_at_load" ./configure  --prefix=/opt/local --mandir=/usr/share/man --infodir=/usr/share/info --with-config-file-path=/etc/ --enable-bcmath --enable-ctype --enable-dom --enable-fileinfo --enable-filter --enable-hash --enable-json --enable-libxml --enable-pdo --enable-phar --enable-session --enable-simplexml --enable-tokenizer --enable-xml --enable-xmlreader --enable-xmlwriter --with-bz2=/opt/local --with-mhash=/opt/local --with-pcre-regex=/opt/local --with-readline=/opt/local --with