PHP 5.3, iconv, OSX, Symbols Missing _libiconv
I’m not sure how many people will have this problem, but I did so this will remind me.
PHP 5.3 release, for some reason, does not like my default install of iconv. Firstly, I made the grave mistake of failing to point PHP properly at an install in /usr/local/, so replaced my OS installation of iconv with a new one. This was all well and good until I started opening apps that needed specific parts of OSX’s default iconv. So, an OSX restore later, we’re at square one. PHP keeps telling me various crap when I’m trying to compile that it didn’t work with iconv because it’s the wrong version, but would fail during make because it couldn’t find the correct symbols.
…