Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jan 1999 03:51:39 +0000 (GMT)
From:      Terry Lambert <tlambert@primenet.com>
To:        ugen@undp.org (Ugen Antsilevitch)
Cc:        jdp@polstra.com, hackers@FreeBSD.ORG
Subject:   Re: Apache with dynamic modules files miserably.
Message-ID:  <199901050351.UAA04038@usr05.primenet.com>
In-Reply-To: <367EA6C2.917286BD@undp.org> from "Ugen Antsilevitch" at Dec 21, 98 02:51:30 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901050351.UAA04038>