I am trying to install Zenphoto for the first time on my linux openSUSE box.
In install.php, I am getting this error
[code]
PHP gettext() support [is not present]
Warning!
Localization of Zenphoto currently requires native PHP gettext() support
[/code]
I first used YAST to install gettext with
[code]
yast -t gettext
[/code]
it seems that installed some weird GPL version and not the GNU version PHP was looking for, so I downloaded and built the latest GNU gettext and then tried to configure it with PHP and every time I reconfigure PHP, it doesn't seem to find it.
The configure statement I use is
[code]
--with-gettext=/usr/local/shared/gettext
[/code]
but when I configure php with and grep for gettext I get
[code]
checking for GNU gettext support... no
[/code]
I am using PHP 5.2.9, any ideas on how to get PHP compiled with gettext?
PHP reference:
http://www.php.net/manual/en/gettext.installation.php
Comments
`
checking for the location of libjpeg... yes
checking for jpeg_read_header in -ljpeg... (cached) yes
`