Date: Thu, 31 May 2001 23:43:59 -0500 From: "Jacques A. Vidrine" <n@nectar.com> To: Akinori MUSHA <knu@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/security Makefile ports/security/ruby-pam Makefile distinfo pkg-comment pkg-descr pkg-plist Message-ID: <20010531234359.C46826@hamlet.nectar.com> In-Reply-To: <200105301600.f4UG0QD87212@freefall.freebsd.org>; from knu@FreeBSD.org on Wed, May 30, 2001 at 09:00:26AM -0700 References: <200105301600.f4UG0QD87212@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, May 30, 2001 at 09:00:26AM -0700, Akinori MUSHA wrote: > knu 2001/05/30 09:00:26 PDT > > Modified files: > security Makefile > Added files: > security/ruby-pam Makefile distinfo pkg-comment pkg-descr > pkg-plist > Log: > Add ruby-pam, a Ruby extension to use PAM library. > > It doesn't work properly yet, but I'd appreciate if someone could > investigate the problem further. (Seems it always fails to > authenticate due to PAM_MODULE_UNKNOWN) > > ALso, note that it doesn't even load a module successfully because > FreeBSD's PAM modules are not linked with libpam.so. Add -lpam to > LDADD, then rebuild and reinstall PAM modules before trying this > library out. Huh, I wonder why the PAM modules don't have the right dependency? $ objdump -p /usr/lib/pam_unix.so pam_unix.so: file format elf32-i386 [......] Dynamic Section: NEEDED libutil.so.3 NEEDED libcrypt.so.2 SONAME pam_unix.so [......] -- Jacques Vidrine / n@nectar.com / jvidrine@verio.net / nectar@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010531234359.C46826>