Does anybody know how to install PHP with gettext support on Debian?
If I want to install PHP on Debian I execute the following command: apt-get install php4
But if I want PHP with gettext support then the option --with-gettext[=DIR] has to be added. I can't do it with "apt-get install".
Anand