From owner-freebsd-questions Tue Feb 19 19:49:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cody.jharris.com (cody.jharris.com [205.238.128.83]) by hub.freebsd.org (Postfix) with ESMTP id 4B64037B416 for ; Tue, 19 Feb 2002 19:49:50 -0800 (PST) Received: from localhost (nick@localhost) by cody.jharris.com (8.11.1/8.9.3) with ESMTP id g1K3nHB04689; Tue, 19 Feb 2002 21:49:17 -0600 (CST) (envelope-from nick@rogness.net) Date: Tue, 19 Feb 2002 21:49:17 -0600 (CST) From: Nick Rogness X-Sender: nick@cody.jharris.com To: MikeM Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Problem with PAM authentication using Webmin In-Reply-To: <200202191356440557.04B7E320@home.24cl.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 - 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