Date: Sat, 24 Jul 2004 15:58:32 +0200 From: "Derkjan de Haan" <derkjan@haanjdj.demon.nl> To: "Hutterer Robert" <robert.hutterer@univie.ac.at> Cc: freebsd-stable@freebsd.org Subject: Re: php 4.3.8 Message-ID: <007f01c47186$4e74f2a0$0102a8c0@bogomip> References: <001701c4717c$d77ad010$0400a8c0@virtual>
next in thread | previous in thread | raw e-mail | index | archive | help
I have been bitten by this as well. You probably have something like this in your php.ini: extension_dir = "./" This is not good. You can either set it to "/usr/local/lib/php/20040412/" or don't set it at all, because the correct path is compiled into the php binary anyway. regards, Derkjan ----- Original Message ----- From: "Hutterer Robert" <robert.hutterer@univie.ac.at> To: <freebsd-stable@freebsd.org> Sent: Saturday, July 24, 2004 2:50 PM Subject: php 4.3.8 > I upgrade to php 4.3.8 like described in /usr/ports/UPDATING > that means installing the port /php4-extensions instead of /php4 > > install process worked fine, but still the extensions (mysql, xml, etc) did not work. > > Any idea for help ---------------------------------------------------------------------------- ---- > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?007f01c47186$4e74f2a0$0102a8c0>