From owner-freebsd-questions Sat Mar 24 0:37:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from joe.halenet.com.au (joe.halenet.com.au [203.37.141.114]) by hub.freebsd.org (Postfix) with ESMTP id 5A44D37B718 for ; Sat, 24 Mar 2001 00:37:30 -0800 (PST) (envelope-from timbo@halenet.com.au) Received: from temp19 (modem-125-st.halenet.com.au [203.55.33.125]) by joe.halenet.com.au (8.9.1/8.9.1) with SMTP id SAA08425 for ; Sat, 24 Mar 2001 18:31:54 +1000 (EST) (envelope-from timbo@halenet.com.au) Message-ID: <018301c0b43d$d128f160$6500a8c0@halenet.com.au> From: "Tim McCullagh" To: Subject: dlopen error FreeBSD 4.2 Release Date: Sat, 24 Mar 2001 18:38:31 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello Folks Each time I test my pam installation I get the following error message Mar 22 09:15:39 httpsd: unable to dlopen(/usr/lib/pam_unix.so) Mar 22 09:15:39 httpsd: [dlerror: /usr/lib/pam_unix.so: Undefined symbol "pam_get_item"] Mar 22 09:15:39 httpsd: adding faulty module: /usr/lib/pam_unix.so I did see a message in the archives which suggested >>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. How would I do this? Has anyone come across this and been able to solve it? Thanks Heaps Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message