No gettext support for PHP5 in Gentoo

After upgrading PHP5 on our developement server I’ve realized that gettext support is not compiled anymore. PHP got compiled with “–without-gettext” configuration option and I found no way to re enable gettext extension.

Update: to compile php with gettext support you have to use “nsl” USE flag. Thanks to Clayton for pointing this out.

3 Responses

  1. Alexandr,
    This was annoying me to no end as well. Try USE=”nls” and that should do the trick.

    -claytondus

  2. Clayton, thank you! Your suggestion helped.

  3. Paul

    Thanks!

Leave a Reply