I have a linux server with PHP, I do not see gettext in the PHPINFO output, so I assume gettext is not enabled/included in the PHP. I have installed the gettext lib on the machine.
What other steps do I need to do to enable gettext in my PHP?
I read the php.net documentation, the only entry there writes about building PHP with gettext. Is this the only way, or is there another simpler way?