From owner-freebsd-questions@FreeBSD.ORG Wed Feb 13 21:30:28 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BA3516A469 for ; Wed, 13 Feb 2008 21:30:28 +0000 (UTC) (envelope-from darryl@osborne-ind.com) Received: from ws2.cnweb.com (ws2.cnweb.com [69.50.194.62]) by mx1.freebsd.org (Postfix) with ESMTP id 0703613C44B for ; Wed, 13 Feb 2008 21:30:27 +0000 (UTC) (envelope-from darryl@osborne-ind.com) Received: (qmail 14037 invoked from network); 13 Feb 2008 15:30:20 -0600 Received: from p245n23.ruraltel.net (HELO Europa) (24.225.23.245) by ws2.cnweb.com with SMTP; 13 Feb 2008 15:30:20 -0600 From: "Darryl Hoar" To: Date: Wed, 13 Feb 2008 15:28:55 -0600 Message-ID: <03F1A67B0F5D46F4AFD27220C22C8B16@Europa> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6000.16545 Subject: PHP,Apache question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: darryl@osborne-ind.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Feb 2008 21:30:28 -0000 Greetings, I decided to start over and wiped my new server down and installed 6.3-release. I installed perl5 (and did user.perl port) Installed Mysql41-server from ports. Modified /etc/make.conf to reflect WITH_DB_VER=41 WITH_MYSQL_VER=41 installed apache13-modssl from ports. installed /usr/ports/lang/php4 installed /usr/ports/lang/php4-extensions. Added mbstring. added to httpd.conf AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps created index.php in /usr/local/www/data with the following content: PHP_TESTER when I try to start apache using: #/usr/local/sbin/apachectl start I get the following: Syntax error on line 241 of /usr/local/etc/apache/httpd.conf: Cannot load /usr/local/libexec/apache/libphp4.so into server: Cannot open "/usr/local/libexec/apache/libphp4.so" /usr/local/sbin/apachectl start: httpd could not be started when I look in the /usr/local/libexec/apache directory, I do not see libphp4.so What do I need to do to fix this ? thanks, Darryl