Date: Sat, 19 Apr 2003 09:42:21 +0200 From: Willie Viljoen <will@unfoldings.net> To: listen@danielgraupner.de, freebsd-questions@freebsd.org Subject: Re: pam and ssh Message-ID: <200304190942.21419.will@unfoldings.net> In-Reply-To: <3EA0395D.6050704@danielgraupner.de> References: <3EA0395D.6050704@danielgraupner.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 18 April 2003 19:43, someone, possibly Daniel Graupner, typed: > Apr 18 17:27:16 filer sshd[845]: adding faulty module: > /usr/local/lib/pam_mysql.so > Apr 18 17:27:16 filer sshd[845]: error: PAM: Module is unknown > Apr 18 17:27:46 filer sshd[849]: unable to > dlopen(/usr/local/lib/pam_mysql.so) > Apr 18 17:27:46 filer sshd[849]: [dlerror: Shared object > "libmysqlclient.so.12" not found] This is because the mysqlclient library, to which pam_mysql.so is dynamically linked, isn't there. Make sure you have atleast the mysqlclient package on your system. If it is there, make sure your LD settings are properly configured to find the library. Will -- Willie Viljoen Freelance IT Consultant 214 Paul Kruger Avenue, Universitas Bloemfontein 9321 South Africa +27 51 522 15 60 +27 51 522 44 36 (after hours) +27 82 404 03 27 (mobile) will@unfoldings.net
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304190942.21419.will>