From owner-freebsd-hackers Mon Jan 4 19:52:31 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA22068 for freebsd-hackers-outgoing; Mon, 4 Jan 1999 19:52:31 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from smtp01.primenet.com (smtp01.primenet.com [206.165.6.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA22062 for ; Mon, 4 Jan 1999 19:52:29 -0800 (PST) (envelope-from tlambert@usr05.primenet.com) Received: (from daemon@localhost) by smtp01.primenet.com (8.8.8/8.8.8) id UAA29397; Mon, 4 Jan 1999 20:51:57 -0700 (MST) Received: from usr05.primenet.com(206.165.6.205) via SMTP by smtp01.primenet.com, id smtpd029310; Mon Jan 4 20:51:50 1999 Received: (from tlambert@localhost) by usr05.primenet.com (8.8.5/8.8.5) id UAA04038; Mon, 4 Jan 1999 20:51:39 -0700 (MST) From: Terry Lambert Message-Id: <199901050351.UAA04038@usr05.primenet.com> Subject: Re: Apache with dynamic modules files miserably. To: ugen@undp.org (Ugen Antsilevitch) Date: Tue, 5 Jan 1999 03:51:39 +0000 (GMT) Cc: jdp@polstra.com, hackers@FreeBSD.ORG In-Reply-To: <367EA6C2.917286BD@undp.org> from "Ugen Antsilevitch" at Dec 21, 98 02:51:30 pm X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Well...sorry for omitting that - it is 3.0 - RELEASE. > I just downloaded rtld.c from 3.0-CURRENT - that one seems to be dated Nov.27 . > I recompiled ld-elf.so.1 and installed it but Apache still fails. > Here is the error i get: > Cannot load /usr/local/apache/libexec/mod_env.so into server: > /usr/local/apache/lib > exec/mod_env.so: Undefined symbol "ap_palloc". > This can change depending on which module gets loaded first but function it > complains about is > one in the main source. > Any other advice will be appretiated...:) Make sure you are using an ELF mod_env.so. The lack of a leading underscore on the error message means it's looking for an ELF symbol. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message