From owner-freebsd-questions Fri Oct 16 12:47:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA26026 for freebsd-questions-outgoing; Fri, 16 Oct 1998 12:47:03 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA25985 for ; Fri, 16 Oct 1998 12:46:52 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id MAA07677; Fri, 16 Oct 1998 12:46:25 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Fri, 16 Oct 1998 12:46:25 -0700 (PDT) From: Doug White To: Jerry Bell cc: freebsd-questions@FreeBSD.ORG Subject: Re: Apache 1.3 dies from unknown symbol In-Reply-To: <199810131533.LAA12682@reillyplating.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 13 Oct 1998, Jerry Bell wrote: > After installing apache13-php3 from the ports, I get the following message > when I try to run httpd: > > Syntax error on line 26 of /usr/local/etc/apache/httpd.conf: > Cannot load /usr/local/libexec/apache/mod_mime_magic.so into server: > /usr/local/ > libexec/apache/mod_mime_magic.so: Undefined symbol "ap_make_sub_pool" > > This is on a -current (as of 10/11/98) box. I can get apache 1.2 to work > without a problem. > Any suggestions? The shared object mechanism on 1.3x is broken for ELF. I hacked the port Makefile and took off the --enable-shared line and it built & ran fine. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message