Date: Fri, 6 Oct 2000 16:57:46 -0500 From: "Daniel Domengeaux" <freebsd@supa-fly.org> To: "Robert Shea" <robert.shea@onlinecables.com>, <questions@FreeBSD.ORG> Subject: Re: apache/php trouble Message-ID: <001601c02fe0$8a247a00$cd2710d1@comspace.com> References: <002901c02fde$533807c0$0200a8c0@Eli>
next in thread | previous in thread | raw e-mail | index | archive | help
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" <robert.shea@onlinecables.com> To: <questions@FreeBSD.ORG> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001601c02fe0$8a247a00$cd2710d1>