From owner-freebsd-questions Tue Jul 2 9:27:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1838437B400 for ; Tue, 2 Jul 2002 09:27:35 -0700 (PDT) Received: from highland.isltd.insignia.com (highland.isltd.insignia.com [195.74.141.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 070FA43E2F for ; Tue, 2 Jul 2002 09:27:34 -0700 (PDT) (envelope-from Jim.Hatfield@insignia.com) Received: from scorpio.isltd.insignia.com (scorpio.isltd.insignia.com [172.16.1.1]) by highland.isltd.insignia.com (8.11.6/8.11.6) with ESMTP id g62GRRw43379 for ; Tue, 2 Jul 2002 17:27:27 +0100 (BST) Received: from exchange-uk.isltd.insignia.com (exchange-uk [172.16.1.6]) by scorpio.isltd.insignia.com (8.11.3/8.11.3) with ESMTP id g62GRR215447 for ; Tue, 2 Jul 2002 17:27:27 +0100 (BST) Received: by exchange-uk.isltd.insignia.com with Internet Mail Service (5.5.2653.19) id ; Tue, 2 Jul 2002 17:27:27 +0100 Message-ID: <2F03DF3DDE57D411AFF4009027B8C3670289CF19@exchange-uk.isltd.insignia.com> From: "local.freebsd.questions" To: "'freebsd-questions@freebsd.org'" Subject: Apache 1.3.22 Date: Tue, 2 Jul 2002 17:27:26 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain 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 I recently added mod_auth_pam from ports to an existing Apache installation because I wanted simple password file authentication and there's no port of mod_auth_system. The docs in /usr/local/share/doc/mod_auth_pam say that a file will have been added to /etc/pam.d by the install; however that directory does not exist. Attempting to access a protected file gets this: Jul 2 15:20:39 speyburn httpd: unable to dlopen(/usr/lib/pam_unix.so) Jul 2 15:20:39 speyburn httpd: unable to dlopen(/usr/lib/pam_unix.so) Jul 2 15:20:39 speyburn httpd: [dlerror: /usr/lib/pam_unix.so: Undefined symbol "pam_get_item"] Jul 2 15:20:39 speyburn httpd: [dlerror: /usr/lib/pam_unix.so: Undefined symbol "pam_get_item"] Jul 2 15:20:39 speyburn httpd: adding faulty module: /usr/lib/pam_unix.so Jul 2 15:20:39 speyburn httpd: adding faulty module: /usr/lib/pam_unix.so To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message