From owner-freebsd-questions@FreeBSD.ORG Thu Jul 29 23:21:15 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 E128716A4CE for ; Thu, 29 Jul 2004 23:21:15 +0000 (GMT) Received: from smtp.rdsnet.ro (smtp.rdsnet.ro [62.231.74.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA2DC43D5A for ; Thu, 29 Jul 2004 23:21:12 +0000 (GMT) (envelope-from itetcu@apropo.ro) Received: (qmail 17009 invoked by uid 89); 29 Jul 2004 23:14:10 -0000 Received: from unknown (HELO it.buh.tecnik93.com) (81.196.204.98) by 0 with SMTP; 29 Jul 2004 23:14:10 -0000 Received: from localhost (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id DB808140; Fri, 30 Jul 2004 02:20:53 +0300 (EEST) Received: from it.buh.tecnik93.com ([127.0.0.1]) by localhost (it.buh.tecnik93.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 96130-07; Fri, 30 Jul 2004 02:20:53 +0300 (EEST) Received: from it.buh.tecnik93.com (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with SMTP id 04CCF113; Fri, 30 Jul 2004 02:20:52 +0300 (EEST) Date: Fri, 30 Jul 2004 02:20:52 +0300 From: Ion-Mihai Tetcu To: freebsd-questions@freebsd.org Message-Id: <20040730022052.5949bdf9@it.buh.tecnik93.com> In-Reply-To: <005467CB63EA2B94FA1CCAA6@utd49554.utdallas.edu> References: <005467CB63EA2B94FA1CCAA6@utd49554.utdallas.edu> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at it.buh.cameradicommercio.ro cc: Paul Schmehl Subject: Re: Problems after php upgrade 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: Thu, 29 Jul 2004 23:21:16 -0000 On Thu, 29 Jul 2004 18:06:54 -0500 Paul Schmehl wrote: > I just upgraded php today, and php no longer works on the web server. I > upgraded the php4 port, and then installed the extensions. When I try to > load a php page, it's blank, and I get errors like these in > httpd-errors.log: > > PHP Warning: Unknown(): Unable to load dynamic library './openssl.so' - > Cannot open "./openssl.so" in Unknown on line 0 > PHP Warning: Unknown(): Unable to load dynamic library './overload.so' - > Cannot open "./overload.so" in Unknown on line 0 > PHP Warning: Unknown(): Unable to load dynamic library './pcre.so' - > Cannot open "./pcre.so" in Unknown on line 0 > > The php.ini file has this in it: > extensions_dir = "/usr/local/lib/php/20020429" (which is where the > extensions are.) The perms are root:wheel r--r--r. Stupid question: Are this the perms of the 20020429 directory ? They should be rwxr-xr-x on the dir and r--r--r-- on the .so -- IOnut Unregistered ;) FreeBSD "user"