Date: Wed, 4 Apr 2007 16:57:35 +0400 From: Andrey Chernov <ache@freebsd.org> To: Alexander Kabaev <kabaev@gmail.com> Cc: ports@freebsd.org, current@freebsd.org Subject: Re: DSO loading (dlopen) appearse to be broken somehow Message-ID: <20070404125735.GA40094@nagual.pp.ru> In-Reply-To: <20070404082346.64ce25cd@kan.dnsalias.net> References: <20070404101321.GA37396@nagual.pp.ru> <20070404082346.64ce25cd@kan.dnsalias.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--UugvWAfsgieZRqgk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Apr 04, 2007 at 08:23:46AM -0400, Alexander Kabaev wrote: > > Syntax error on line 213 of /usr/local/etc/apache/httpd.conf: > > Cannot load /usr/local/libexec/apache/mod_env.so into server:=20 > > /usr/local/libexec > > /apache/mod_env.so: Undefined symbol "ap_palloc" > >=20 > > Perhaps it is Apache configuration problem since old-compiled apache=20 > > (Dec 9) runs normally. Perhaps Apache config find some new defines > > which not works as expected. > >=20 > > I am not expert in dlopen() at all. Please look someone who knows. > >=20 > You do not have to be an expert in dlopen to find out the list of > loaded modules at the time dlopen called, what parameters dlopen is > called with and where the symbol allegedly not found is really defined. 1) The symbols in question are all _defined_ inside main httpd program. 2) dlopen() just call single first apache module and fails. 3) Apache port not changed for a long time and works at the moment of last= =20 commit 2006/12/09 --=20 http://ache.pp.ru/ --UugvWAfsgieZRqgk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.3 (FreeBSD) iD8DBQFGE6C/Vg5YK5ZEdN0RAifGAJoC1ZTzQkc+6QhEcKfY3ADgy28sZACgt1gc z1F+9HzMh+JWQjbPlAiFnOE= =7Y53 -----END PGP SIGNATURE----- --UugvWAfsgieZRqgk--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070404125735.GA40094>