From owner-freebsd-questions@FreeBSD.ORG Fri May 12 17:11:34 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 0354816A75D for ; Fri, 12 May 2006 17:11:34 +0000 (UTC) (envelope-from justins@justnosweat.net) Received: from justnosweat.net (justnosweat.net [80.126.252.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEBB743D46 for ; Fri, 12 May 2006 17:11:31 +0000 (GMT) (envelope-from justins@justnosweat.net) Received: from justnosweat.net (localhost.justnosweat.net [127.0.0.1]) by justnosweat.net (8.13.3/8.13.3) with ESMTP id k4CHC510057281 for ; Fri, 12 May 2006 19:12:05 +0200 (CEST) (envelope-from justins@justnosweat.net) Received: from localhost (justins@localhost) by justnosweat.net (8.13.3/8.13.3/Submit) with ESMTP id k4CHC5oW057278 for ; Fri, 12 May 2006 19:12:05 +0200 (CEST) (envelope-from justins@justnosweat.net) Date: Fri, 12 May 2006 19:12:04 +0200 (CEST) From: justin To: freebsd-questions@freebsd.org Message-ID: <20060512185626.D57174@justnosweat.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: hello 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: Fri, 12 May 2006 17:11:34 -0000 I `ve got a question about installing the php5 module. I`m installing it from the /usr/ports/www/php5-session port. Everything runs ok and it seems like the module is installed. There is only one problem, in the httpd.conf there is a LoadModule php5_module refering to libexec/apache/libphp5.so. The library libphp5.so is not made by the install and so my appache will not start with the php5 enabled. What is wrong and what can i do to let the install make the libphp5.so. Ok thanks in advance, Justin.