Date: Mon, 13 May 2002 17:42:05 +0100 From: "Barry Byrne" <barry.byrne@wbtsystems.com> To: "Shaun Newcomer" <shaun@ncweb.com> Cc: <freebsd-questions@FreeBSD.ORG> Subject: RE: pam_unix.so library problem Message-ID: <NCBBIAMNAKDKFJIIGNPKCELNICAA.barry.byrne@wbtsystems.com> In-Reply-To: <5.1.0.14.0.20020513122332.00a28940@ncweb.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Shaun: Try something like this in your apache startup script: LD_PRELOAD=/usr/lib/libpam.so.1 export LD_PRELOAD /usr/local/apache/bin/apachectl start - Barry -- Barry Byrne, IT Manager, WBT Systems, Block 2, Harcourt Centre Harcourt Street, Dublin 2, Ireland > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Shaun Newcomer > Sent: 13 May 2002 17:25 > To: Nick Rogness > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: pam_unix.so library problem > > > At 11:01 AM 5/13/2002 -0500, you wrote: > > > You need to set an environment variable during the startup > > script for webmin like so: > > > > # setenv LD_PRELOAD /usr/lib/libpam.so.1 > > > > OR > > > > # set LD_PRELOAD=/usr/lib/libpam.so.1 > > > > > > Depending on your shell. > > Well I use C shell for myself, but the startup script specifies > just plain > old sh. I can't seem to get either of the above to work. > Do you have any other suggestions? > > Shaun > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > 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?NCBBIAMNAKDKFJIIGNPKCELNICAA.barry.byrne>