From owner-freebsd-ports@FreeBSD.ORG Mon Jan 15 04:47:41 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5E96816A415 for ; Mon, 15 Jan 2007 04:47:41 +0000 (UTC) (envelope-from jarthel@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.freebsd.org (Postfix) with ESMTP id EF02F13C45A for ; Mon, 15 Jan 2007 04:47:40 +0000 (UTC) (envelope-from jarthel@gmail.com) Received: by nf-out-0910.google.com with SMTP id k27so1940156nfc for ; Sun, 14 Jan 2007 20:47:39 -0800 (PST) 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=JpKVRNvokOAexDCdrNZ2f/rmAM2tCnAJXmwUESu7FDDhZn+oeGGYHhpQxdIc1FvR1cO47yTIUbLgqcmaAlKcG9cGEYUOuOykZgWFJE4Zm++p3JIbo3hQyHlBQZp+bGdX9C63BevGI4GtxDCyWS/z80ZWEuQtr2cwtnewmfziGUg= Received: by 10.78.122.11 with SMTP id u11mr2289073huc.1168834923306; Sun, 14 Jan 2007 20:22:03 -0800 (PST) Received: by 10.78.184.19 with HTTP; Sun, 14 Jan 2007 20:22:03 -0800 (PST) Message-ID: Date: Mon, 15 Jan 2007 14:52:03 +1030 From: "Jayel Villamin" To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: installing PHP5 via packages X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jan 2007 04:47:41 -0000 I'm not sure if packages are covered by "ports" so apologies in advance if I made a mistake. ======================= I installed php5 via packages: pkg_add -r php5. The machine is currently running 6-stable (or 6.2-PRERELEASE according to uname -a). I am missing a very important file, libphp5.so, which is required by apache. and I cannot find it. I looked at all the files that were installed (using pkg_info -v php5-5.2.0 > text) and and no .so files were installed. where can I find this? thank you.