From owner-freebsd-questions Mon May 13 9:27:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ncweb.com (mail.ncweb.com [64.240.55.3]) by hub.freebsd.org (Postfix) with ESMTP id C336837B401 for ; Mon, 13 May 2002 09:27:32 -0700 (PDT) Received: from monk.ncweb.com ([64.240.52.218]) by mail.ncweb.com (8.11.6/8.11.6) with ESMTP id g4DGRVa92761; Mon, 13 May 2002 12:27:32 -0400 (EDT) (envelope-from shaun@ncweb.com) Message-Id: <5.1.0.14.0.20020513122332.00a28940@ncweb.com> X-Sender: shaun@ncweb.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 13 May 2002 12:25:19 -0400 To: Nick Rogness From: Shaun Newcomer Subject: Re: pam_unix.so library problem Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: References: <5.1.0.14.0.20020513090358.00a1f170@ncweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed 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 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