From owner-freebsd-questions@FreeBSD.ORG Tue Dec 21 14:42:49 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 2D1C316A4CE for ; Tue, 21 Dec 2004 14:42:49 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9231143D4C for ; Tue, 21 Dec 2004 14:42:48 +0000 (GMT) (envelope-from joshua.lokken@gmail.com) Received: by wproxy.gmail.com with SMTP id 67so30277wri for ; Tue, 21 Dec 2004 06:42:47 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=Kadaw9v5Ln8gmMjwSGUd7WySvD/s8ngSpPY1Fzt+AdHCRru9+9+jNH4UcSsCktYW83iuGA2aOh4VM7byyNnIIULf7XWJBN/ouMEkhWSUwkmBAkp4jMfYJaJ+onAtNwbmTbeFXZvqpI02He+uCCvJOqSDrqdYK5+3RWpyIdJ+6tE= Received: by 10.54.47.68 with SMTP id u68mr7715wru; Tue, 21 Dec 2004 06:42:47 -0800 (PST) Received: by 10.54.11.34 with HTTP; Tue, 21 Dec 2004 06:42:47 -0800 (PST) Message-ID: Date: Tue, 21 Dec 2004 08:42:47 -0600 From: Joshua Lokken To: Joerg Pulz In-Reply-To: <20041221075515.R32871@hades.admin.frm2> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <41C74125.4040807@charter.net> <20041221075515.R32871@hades.admin.frm2> cc: questions@freebsd.org cc: bob 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 Reply-To: Joshua Lokken List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Dec 2004 14:42:49 -0000 On Tue, 21 Dec 2004 07:59:40 +0100 (CET), Joerg Pulz wrote: > -----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. Yes, you'll definitely want to update your ports collection before attempting to 'update' any ports. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html -- Joshua Lokken Open Source Advocate