Date: Tue, 19 Feb 2002 21:49:17 -0600 (CST) From: Nick Rogness <nick@rogness.net> To: MikeM <MyRaQ@mgm51.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Problem with PAM authentication using Webmin Message-ID: <Pine.BSF.4.21.0202192145130.4501-100000@cody.jharris.com> In-Reply-To: <200202191356440557.04B7E320@home.24cl.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 19 Feb 2002, MikeM wrote: > FreeBSSD 4.5, Webmin 0.92 > > I've been trying to use PAM authentication with my webmin > installation. It doesn't work. Here is what I see in my messages log > file: > > > Feb 18 12:33:56 oneyou perl: unable to dlopen(/usr/lib/pam_unix.so) > > Feb 18 12:33:56 oneyou perl: [dlerror: /usr/lib/pam_unix.so: Undefined symbol "pam_get_item"] > > Feb 18 12:33:56 oneyou perl: adding faulty module: /usr/lib/pam_unix.so > > > Does anyone have a suggestion of what steps I might try next in order > to get this to work? How is webmin being run??? through inetd? You need to add: LD_PRELOAD=/usr/lib/libpam.so.1 in your environment somehow...before running webmin as a daemon. I've had this happen with several applications and this does the trick. Nick Rogness <nick@rogness.net> - Don't mind me...I'm just sniffing your packets 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?Pine.BSF.4.21.0202192145130.4501-100000>