Date: Tue, 21 Dec 2004 07:59:40 +0100 (CET) From: Joerg Pulz <Joerg.Pulz@frm2.tum.de> To: bob <bobself@charter.net> Cc: questions@freebsd.org Subject: Re: php5.0.3_1 doesn't run after update Message-ID: <20041221075515.R32871@hades.admin.frm2> In-Reply-To: <41C74125.4040807@charter.net> References: <41C74125.4040807@charter.net>
next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Mon, 20 Dec 2004, bob wrote: > ... > portupgrade -v php5 > > PHP Warning: PHP Startup: Unable to load dynamic library > /usr/local/lib/php/20041030/session.so ^^^^ > > In /usr/local/lib/php I have: > > drwxr-xr-x 2 root wheel 1536 Dec 20 13:58 20040412 ^^^^ hi, i don't know what was going wrong during your update, but if you take a closer look at the above lines you will see the cause of your problem. the directory which contains the extensions is different to the one you have configured in php.ini. try to set extension_dir = /usr/local/lib/php/20040412 in php.ini and try again. yesterday, i made a fresh php5 install and my extensions are in /usr/local/lib/php/20041030. don't know why this is not the case for you after upgrading from a previous version. regards Joerg - -- The beginning is the most important part of the work. -Plato -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBx8neSPOsGF+KA+MRAlTCAJ9JVamtc+12JkzctqnPRzaNd/kEvACgyvTl pRH9IbVOD8i9oCI1QVYxZjI= =4riC -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041221075515.R32871>