From owner-freebsd-questions Fri Oct 6 14:58:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ultra.comspace.com (209-16-25-2.insync.net [209.16.25.2]) by hub.freebsd.org (Postfix) with ESMTP id 670C237B502 for ; Fri, 6 Oct 2000 14:58:36 -0700 (PDT) Received: from danield (cs16255-11.houston.rr.com [24.162.55.11]) by ultra.comspace.com (8.9.3/8.9.3) with SMTP id QAA12471; Fri, 6 Oct 2000 16:58:30 -0500 (CDT) Message-ID: <001601c02fe0$8a247a00$cd2710d1@comspace.com> From: "Daniel Domengeaux" To: "Robert Shea" , References: <002901c02fde$533807c0$0200a8c0@Eli> Subject: Re: apache/php trouble Date: Fri, 6 Oct 2000 16:57:46 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG apache was probally not compiled with DSO support (DSO is not default) i recommend installing from the ports tree cd /usr/ports/www/apache13 && make install clean to install apache cd /usr/ports/www/mod_php4(or 3) && make install clean to installed mod_php4 or 3 -daniel ----- Original Message ----- From: "Robert Shea" To: Sent: Friday, October 06, 2000 4:42 PM Subject: apache/php trouble > > Hello all, > I am attempting to install apache-1.3.12.tgz and mod_php-4.0.2.tgz onto my > 3.4-S machine however I get the following error when trying to start apache: > > juliet$ /usr/local/sbin/apachectl start > /usr/libexec/ld-elf.so.1: Shared object "libc.so.4" not found > /usr/local/sbin/apachectl start: httpd could not be started > > and this message after installing php: > > juliet$ pkg_add mod_php-4.0.2.tgz > /usr/libexec/ld-elf.so.1: Shared object "libc.so.4" not found > apxs:Error: Sorry, no DSO support for Apache available > apxs:Error: under your platform. Make sure the Apache > apxs:Error: module mod_so is compiled into your server > apxs:Error: binary `/usr/local/sbin/httpd'. > pkg_add: command '/usr/local/sbin/apxs -e -a -n php4 libphp4.so' failed > /usr/local/sbin/apachectl restart: httpd not running, trying to start > /usr/libexec/ld-elf.so.1: Shared object "libc.so.4" not found > /usr/local/sbin/apachectl restart: httpd could not be started > pkg_add: command '/usr/local/sbin/apachectl restart' failed > > **************************************************************************** > * > You have installed the mod_php4 package. > (and other "success!" type stuff.) > **************************************************************************** > * > > At first I thought maybe I had gotten a package for a newer version on > accident, but I have since verified that this is not the case. > I have reinstalled libtool-1.3.4.tgz as well with no luck... > Any suggestions are much appreciated. > Thank you in advance. > > Robert Shea > "Witty quote goes here." > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message