I am trying to use gettext with Horde and Horde's test page says I do not
have gettext installed. When I check my phpinfo() I see it listed there in
the config line:

'./configure' '--with-apxs=/usr/local/apache/1.3.27/bin/apxs'
'--with-config-file-path=/usr/local/lib' '--disable-debug'
'--enable-memory-limit' '--enable-zend-multibyte' '--with-regex=system'
'--enable-mbstring=all' '--enable-mbregex' '--enable-dio'
'--enable-versioning' '--with-msql=shared' '--with-bz2=shared,/usr'
'--enable-sockets=shared' '--with-pcre-regex=/usr/local'
'--with-iconv=shared,/usr/local' '--with-gdbm=shared,/usr/local'
'--with-db3=shared,/usr/local'

'--with-gettext=shared,/usr/local'

'--with-curl=shared,/usr/local/curl' '--with-openssl=shared,/usr'
'--with-pgsql=shared,/usr/local/pgsql' '--with-openssl=/usr'
'--with-gd=shared,yes' '--enable-gd-native-ttf=shared'
'--with-freetype-dir=shared,/usr/local' '--with-ttf=shared,/usr/local'
'--with-jpeg-dir=shared,/usr/local' '--with-png-dir=shared,/usr/local'
'--with-t1lib=shared,/usr/local' '--with-zlib=/usr' '--with-zlib-dir=/usr'
'--enable-ftp=shared' '--with-imap=shared,/usr/local'
'--with-mcrypt=shared,/usr/local' '--with-mhash=shared,/usr/local'
'--with-dom=shared,/usr/local/libxml2' '--with-dom-xslt=shared,/usr/local'
'--with-dom-exslt=shared,/usr/local' '--with-mysql=shared,/usr/local/mysql'
'--with-zlib-dir=/usr'

but when I run a test script to see what modules are loaded I get:

Array (
[0] => xml
[1] => tokenizer
[2] => standard
[3] => session
[4] => posix
[5] => pcre
[6] => overload
[7] => openssl
[8] => mbstring
[9] => dio
[10] => dba
[11] => ctype
[12] => zlib
[13] => apache
)

No gettext, thus Horde fails to operate. Any ideas as to what gives?

I am on a virtual server running:

FreeBSD 4.4-RELEASE #9: Thu Jan i386
Apache/1.3.27
PHP 4.3.0

Thanks for any help,

Mark Snookal



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to