Hello, I am a relative PHP/Linux newbie and am trying to get PHP 4.3.3 to work on SuSE Linux Enterprise Server for AMD64 (AMD's Opteron chip). But it seems that SuSE's enterprise servers are quite a bit back-level in many cases (in the nameof stability I think).
I am able to build PHP fine, until I try with the --with-gettext option. Then I get this error: configure: error: Unable to find required gettext library I have looked through many forums and posts trying to find how to resolve this. A few threads (http://isp-lists.isp-planet.com/isp-linux/0208/thrd9.html#05666), but no resolution or instructions on how to resolve. I do have the gettext package installed. Here is what my system says about gettext: # rpm -qa | egrep gettext perl-gettext-1.01-134 gettext-0.11.5-111 # And looking at the configure scripts it appears to look for libintl.h, and I have that: # find / -name "libintl.h" -print /usr/include/libintl.h # Any ideas or pointers on where I could ask? SuSE is so far unresponsive. Thank you again - Richard Mixon