Hi!
When I try to compile PHP 4.0.4 like Apache module with gettext support, the gettext support doesn't function. But when I compile PHP like CGI, the gettext support works fine.
I use Apache 1.3.14 with DSO support, GNU gettext 0.10.35, Solaris 5.7 and I have compiled PHP 4.0.4 with these options:
./configure --with-apxs=/usr/local/apache/bin/apxs \
--with-config-file-path=/usr/local/apache/config \
--with-low-memory --with-gettext=/usr/local
Does anyone have faced with similar problem or have solution for it?
Albert