From owner-freebsd-questions@FreeBSD.ORG Sat Jun 23 20:49:48 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4A7CD16A46C for ; Sat, 23 Jun 2007 20:49:48 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx1.freebsd.org (Postfix) with ESMTP id 100CE13C45D for ; Sat, 23 Jun 2007 20:49:47 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so1022812pyb for ; Sat, 23 Jun 2007 13:49:47 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=CBbOZMvcgRbFMi+/PKYqGYdWuISP5ogp/93NQrk+Btw6JgQ0R1v8uPscHGueiBRj66Uq16gREmRFu75KuZSFvn+2QUB80/ifIQfYfUtuSr9xbqUvhtA5PS/tI5oLvJk+3cBWVtGFIptA+cfkeXguOmRhs2ZAKpBiMhQTfo2x3Lo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=GVyXWk3YGfOTnhKdoXC9QnPbtx7j1dbkeMuI8B9ZMgvj2U+ABgJoE48gF76iyyl9BdnglODn30REi+2pzQwKpb5Goxau6ByQ80eiDIZ9og0zWaeMCCbwQFNNntIZ0FnMj9MAskqIQ034AV0KsYgDrWupq5fhiVwKtHJS/Ju7lxM= Received: by 10.35.115.18 with SMTP id s18mr2875095pym.1182631786873; Sat, 23 Jun 2007 13:49:46 -0700 (PDT) Received: by 10.35.17.4 with HTTP; Sat, 23 Jun 2007 13:49:46 -0700 (PDT) Message-ID: <340a29540706231349p7d00652boc102950327ff55ec@mail.gmail.com> Date: Sat, 23 Jun 2007 14:49:46 -0600 From: "Andrew Falanga" To: freebsd-questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: How do I get libphp5.so back X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jun 2007 20:49:48 -0000 Hi, I'm working on doing some more development on my php and I've just discovered that somehow the libraries were removed. It must have been through a portupgrade I had done recently. It's been several months since I've done anything with it and I noticed that the following lines were commented in my httpd.conf file: LoadModule php5_module libexec/apache/libphp5.so AddModule mod_php5.c I uncommented them, but apache won't start now because these files are to be found. However, both packages php5 and php5-pgsql are installed on my system. How would I get these back? Andy