Installing PHP with iconv on Mac OSX 10.6 gives error: "Undefined symbols for architecture x86_64"
- by Jason
I am setting up PHP on my local web server with iconv, which should be there by default, but I am getting the following error:
Undefined symbols for architecture x86_64:
"_iconv", referenced from:
__php_iconv_strlen in iconv.o
_php_iconv_string in iconv.o
__php_iconv_strpos in iconv.o
__php_iconv_appendl in iconv.o
…