On Friday 24 May 2002 19.16, Lonnie Borntreger wrote: > On Fri, 2002-05-24 at 06:34, Oden Eriksson wrote: > > 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.
I'm afraid nm don't work on stripped files. My new php files enables you to build the extensions like this: "DONT_STRIP=1 rpm --rebuild php-gettext*.src.rpm" Get the new files here: http://d-srv.com/Cooker/ -- Regards // Oden Eriksson
