From owner-freebsd-ports@FreeBSD.ORG Mon Jan 15 22:47:03 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 6F8C416A412 for ; Mon, 15 Jan 2007 22:47:03 +0000 (UTC) (envelope-from vivek@khera.org) Received: from yertle.kcilink.com (yertle.kcilink.com [74.92.149.58]) by mx1.freebsd.org (Postfix) with ESMTP id 2458A13C459 for ; Mon, 15 Jan 2007 22:47:02 +0000 (UTC) (envelope-from vivek@khera.org) Received: from [192.168.7.103] (host-103.int.kcilink.com [192.168.7.103]) by yertle.kcilink.com (Postfix) with ESMTP id 613E9B80A for ; Mon, 15 Jan 2007 17:26:55 -0500 (EST) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: References: Content-Type: multipart/signed; micalg=sha1; boundary=Apple-Mail-3--533230103; protocol="application/pkcs7-signature" Message-Id: From: Vivek Khera Date: Mon, 15 Jan 2007 17:26:54 -0500 To: freebsd ports X-Mailer: Apple Mail (2.752.2) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: 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 22:47:03 -0000 --Apple-Mail-3--533230103 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed On Jan 14, 2007, at 11:22 PM, Jayel Villamin wrote: > 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. by default, the package doesn't build the apache module. you need to build using the port and selecting that option to enable it. --Apple-Mail-3--533230103--