Received: (qmail 4514 invoked from network); 25 Oct 1998 16:05:24 -0000 Message-Id: <199810251605.KAA11316@xenia.isdn.uiuc.edu> Date: Sun, 25 Oct 1998 10:05:17 -0600 (CST) From: Lawrence Bowie To: apbugs@hyperreal.org Subject: help >Number: 3290 >Category: mod_dld >Synopsis: help >Confidential: yes >Severity: serious >Priority: medium >Responsible: apache >State: closed >Class: sw-bug >Submitter-Id: unknown >Arrival-Date: Sun Oct 25 08:10:00 PST 1998 >Last-Modified: Sun Oct 25 09:31:07 PST 1998 >Originator: >Organization: >Release: >Environment: >Description: >How-To-Repeat: >Fix: >Audit-Trail: State-Changed-From-To: open-closed State-Changed-By: marc State-Changed-When: Sun Oct 25 09:31:07 PST 1998 State-Changed-Why: Closing misfiled/dupe PR. Responsible-Changed-From-To: gnats-admin-apache Responsible-Changed-By: marc Responsible-Changed-When: Sun Oct 25 09:31:07 PST 1998 Responsible-Changed-Why: . Category-Changed-From-To: pending-mod_dld Category-Changed-By: marc Category-Changed-When: Sun Oct 25 09:31:07 PST 1998 >Unformatted: I have configured and compiled apache1.3.3. Configured it with: ./configure --prefix=/home/www --activate-module=src/modules/php3/libphp3.a \ --enable-shared=php3 --enable-module=most --enable-module=log_agent \ --enable-module=log_referer --enable-module=usertrack --enable-module=mmap_static \ --with-perl=/usr/local/bin/perl --enable-shared=max Then I compiled it. When I try to invoked apachectl start it results in this error: Syntax error on line 26 of /home/www/etc/apache/httpd.conf: Cannot load /home/www/libexec/mod_mmap_static.so into server: ld.so.1: /home/www/sbin/httpd: fatal: relocation error: file /home/www/libexec/mod_mmap_static.so: symbol ap_null_cleanup: referenced symbol not found /home/www/sbin/apachectl start: httpd could not be started What in the world am I doing wrong. I have even commmented out all the added modules and it still gives me errors. LDB