On Friday 24 May 2002 07.18, Lonnie Borntreger wrote: > On Thu, 2002-05-23 at 07:31, Oden Eriksson wrote: > > On Thursday 23 May 2002 10.36, Lonnie Borntreger wrote: > > > Fatal error: Call to undefined function: bindtextdomain() in > > > > I think you need to install php-gettext > > I thought I had said that it was installed. If I forgot, then: > -> rpm -q php-gettext > php-gettext-4.2.1-1mdk > -> grep gettext /etc/php.ini > extension = gettext.so
I just built the gettext ext at home and I have the bindtextdomain symbol in the *.so. Can you try that to? I just removed the install strip phaze in the php-EXT.spec files so that one can have the ext unstripped. I will put these online soon at d-srv.com. (DONT_STRIP=1 rpm -bb php-ext.spec) -- Regards // Oden Eriksson
