how to compile gettext using /scripts/easyapache ?
anyone knows? i choosed the advanced mode but and went to php but gettext is not there.
thus the HORDE is not working anymore!
how to compile gettext using /scripts/easyapache ?
anyone knows? i choosed the advanced mode but and went to php but gettext is not there.
thus the HORDE is not working anymore!
Edit the config.nice file in the php-4.3.1 directory and add:
'--with-gettext' \
Then manually recompile php.
I added these to config.nice
'--with-gettext' \
'--with-ldap' \
under:
'--with-zlib' \
and made :
make
make install
and they did not appear in the phpinfo.
Also I got the following errors:
gcc: sapi/cli/php_cli.o: No such file or directory
gcc: sapi/cli/getopt.o: No such file or directory
make: *** [sapi/cli/php] Error 1
Any help?
cPanel.net Support Ticket Number:
Last edited by mmkassem; 06-14-2003 at 10:52 AM.