Date: Sat, 24 Jun 2000 12:11:43 +0200 From: bfischer@Techfak.Uni-Bielefeld.DE To: Alexander Prohorenko <white@extra.dp.ua> Subject: Re: Apache with PAM/RADIUS authentication Message-ID: <20000624121143.A236@broccoli.no-support.loc> In-Reply-To: <20000624115835.A4386@extra.dp.ua>; from white@extra.dp.ua on Sat, Jun 24, 2000 at 11:58:35AM %2B0300 References: <20000623115743.A5030@extra.dp.ua> <20000623154409.A250@broccoli.no-support.loc> <20000623171203.B12018@extra.dp.ua> <20000623201928.A245@broccoli.no-support.loc> <20000624115835.A4386@extra.dp.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jun 24, 2000 at 11:58:35AM +0300, Alexander Prohorenko wrote: > On Fri, Jun 23, 2000 at 08:19:28PM +0200, Bjoern Fischer wrote: > > On Fri, Jun 23, 2000 at 05:12:03PM +0300, Alexander Prohorenko wrote: > > > white@nwlynx:/usr/local/apache-dev/libexec>objdump -p mod_auth_pam.so > > [...] > > > Dynamic Section: > > > NEEDED libpam.so.1 > > [...] > > > white@nwlynx:/usr/local/apache-dev/bin>objdump -p httpd > > > NEEDED libcrypt.so.2 > > > NEEDED libc.so.3 > > This looks sane. Maybe the runtime linker is confused > > using a dlopened module from another dlopened module. > > Try running httpd with the environment `LD_PRELOAD' set > > to `/usr/lib/libpam.so.1' and let me know the results. > > Bjoern, > > Thank you so much! It works! You're welcome. But as you see I sent this in private email rather than to the list. LD_PRELOAD is for debugging, workarounds or similiar hacks. It does not solve the real problem. The real problem is FreeBSD's broken dlopen(). Please, don't propagate the LD_PRELOAD hack since it doesn't really solve problems. Bjoern -- -----BEGIN GEEK CODE BLOCK----- GCS d--(+) s++: a- C+++(-) UB++++OSI++++$ P+++(-) L---(++) !E W- N+ o>+ K- !w !O !M !V PS++ PE- PGP++ t+++ !5 X++ tv- b+++ D++ G e+ h-- y+ ------END GEEK CODE BLOCK------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000624121143.A236>