From owner-freebsd-questions@FreeBSD.ORG Mon Nov 6 18:09:45 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 BBBAA16A403 for ; Mon, 6 Nov 2006 18:09:45 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from zeus.dfwlp.com (zeus.dfwlp.com [208.11.134.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F8D543D6B for ; Mon, 6 Nov 2006 18:09:39 +0000 (GMT) (envelope-from freebsd@dfwlp.com) Received: from athena.dfwlp.com (athena.dfwlp.com [192.168.125.83]) (authenticated bits=0) by zeus.dfwlp.com (8.13.6/8.13.6) with ESMTP id kA6I9bvi063298 for ; Mon, 6 Nov 2006 12:09:37 -0600 (CST) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Mon, 6 Nov 2006 12:09:36 -0600 User-Agent: KMail/1.9.4 References: <20061106175640.2844.qmail@web88302.mail.re4.yahoo.com> In-Reply-To: <20061106175640.2844.qmail@web88302.mail.re4.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611061209.36566.freebsd@dfwlp.com> X-Spam-Status: No, score=-1.4 required=3.6 tests=ALL_TRUSTED autolearn=ham version=3.1.7 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on zeus.dfwlp.com Subject: Re: php5 issue 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: Mon, 06 Nov 2006 18:09:45 -0000 On Monday 06 November 2006 11:56, Michael S wrote: > Good day all. > > I am trying to install PHP5. For some reason it would > install the php interpreter, but not the Apache > module, and as a result Apache complains when I > restart it, about not being able to load libphp5.so. I > tried to make install (no clean) and find the module > in the work directory of the port, but no luck so far. > Any ideas? > > Michael > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" take a look at the make config in lang/php5 before you begin, and you will see how to get the apache module. cheers, jonathan