From owner-freebsd-questions@FreeBSD.ORG Tue Dec 21 07:00:09 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 727DA16A4D0 for ; Tue, 21 Dec 2004 07:00:09 +0000 (GMT) Received: from mailhost.frm2.tum.de (mailhost.frm2.tum.de [129.187.179.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A4EE43D1F for ; Tue, 21 Dec 2004 07:00:08 +0000 (GMT) (envelope-from Joerg.Pulz@frm2.tum.de) Received: from localhost (mailhost.frm2.tum.de [129.187.179.12]) iBL704Oo072792; Tue, 21 Dec 2004 08:00:04 +0100 (CET) (envelope-from jpulz@frm2.tum.de) Received: from hades.admin.frm2 (hades.admin.frm2 [172.25.1.10]) by mailhost.frm2.tum.de (8.12.10/8.12.10) with ESMTP id iBL6xkEF072689 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 21 Dec 2004 07:59:46 +0100 (CET) (envelope-from jpulz@frm2.tum.de) Received: from hades.admin.frm2 (localhost [127.0.0.1]) by hades.admin.frm2 (8.13.1/8.13.1) with ESMTP id iBL6xkpS096771; Tue, 21 Dec 2004 07:59:46 +0100 (CET) (envelope-from jpulz@frm2.tum.de) Received: (from jpulz@localhost) by hades.admin.frm2 (8.13.1/8.13.1/Submit) id iBL6xgiV096770; Tue, 21 Dec 2004 07:59:42 +0100 (CET) (envelope-from jpulz) Date: Tue, 21 Dec 2004 07:59:40 +0100 (CET) From: Joerg Pulz To: bob In-Reply-To: <41C74125.4040807@charter.net> Message-ID: <20041221075515.R32871@hades.admin.frm2> References: <41C74125.4040807@charter.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: at mailhost.frm2.tum.de cc: questions@freebsd.org Subject: Re: php5.0.3_1 doesn't run after update X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Dec 2004 07:00:09 -0000 -----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-----