Date: Sat, 24 Jun 2000 11:58:35 +0300 From: Alexander Prohorenko <white@extra.dp.ua> To: Bjoern Fischer <bfischer@Techfak.uni-bielefeld.de>, ingo@blank.pages.de Cc: freebsd-hackers@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Apache with PAM/RADIUS authentication Message-ID: <20000624115835.A4386@extra.dp.ua> In-Reply-To: <20000623201928.A245@broccoli.no-support.loc>; from bfischer@Techfak.uni-bielefeld.de on Fri, Jun 23, 2000 at 08:19:28PM %2B0200 References: <20000623115743.A5030@extra.dp.ua> <20000623154409.A250@broccoli.no-support.loc> <20000623171203.B12018@extra.dp.ua> <20000623201928.A245@broccoli.no-support.loc>
next in thread | previous in thread | raw e-mail | index | archive | help
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! Cheers, -- Alexander Prohorenko, Extra Solutions [ http://extra.com.ua ] "Those who do not understand UNIX are condemned to reinvent it, poorly." -- H. Spencer 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?20000624115835.A4386>