Hello there. I am trying to install the latest version of PHP on my mac which is running the latest version of OS X
However when I compile with this line:
./configure --with-apxs --with-gettext
The install runs fine for a while but then I recieve the following error:
checking for FreeType 2... no
checking for T1lib support... no
checking whether to enable truetype string function in GD... no
checking for GNU gettext support... yes
configure: error: Cannot locate header file libintl.h
However when I compile without gettext every thing goes perfect and the make install finishes fine.
Can anyone help me out?
I am a complete begger using unix. So step by step instructions please!
Thanks Ian
ian@empireofstyle.com