From owner-freebsd-ports Tue Jan 16 7:24:16 2001 Delivered-To: freebsd-ports@freebsd.org Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.30.2]) by hub.freebsd.org (Postfix) with ESMTP id C9A8337B400 for ; Tue, 16 Jan 2001 07:23:52 -0800 (PST) Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.9.3/8.9.3) id QAA36334 for freebsd-ports@freebsd.org; Tue, 16 Jan 2001 16:23:44 +0100 (CET) (envelope-from kuku) Date: Tue, 16 Jan 2001 16:23:44 +0100 (CET) From: Christoph Kukulies Message-Id: <200101161523.QAA36334@gilberto.physik.rwth-aachen.de> To: freebsd-ports@freebsd.org Subject: pam issues Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm trying to port CUPS, a print spooling system with frontend a la Windows Print Dialog. It's also capable of using all features of newer HP ColorLAserJet printers (HP4500) Although it's based on GNU configure some stuff seems to be hard wired. This is mainly what goes under Linux into /lib/security/pam_pwdb.so and such. I noticed this when I tried the web interface which communicates with cupsd. I had a lot of messages refering to this in my logs: Jan 16 14:12:13 gil cupsd: unable to dlopen(/lib/security/pam_pwdb.so) Jan 16 14:12:13 gil cupsd: [dlerror: Cannot open "/lib/security/pam_pwdb.so"] Jan 16 14:12:13 gil cupsd: adding faulty module: /lib/security/pam_pwdb.so Jan 16 14:12:13 gil cupsd: _pam_init_handlers: no default config /etc/pam.d/othe r Jan 16 14:48:14 gil /kernel.old: pid 29720 (cupsd), uid 0: exited on signal 11 ( core dumped) Jan 16 14:51:45 gil login: _pam_init_handlers: no default config /etc/pam.d/othe r Jan 16 14:51:45 gil login: error reading PAM configuration file Is it that I have just pam not/misconfigured or what? -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message