Date: Thu, 19 Nov 1998 15:06:20 -0800 (PST) From: John Polstra <jdp@polstra.com> To: john@vapornet.net Cc: current@FreeBSD.ORG Subject: Re: upgrading and pam Message-ID: <199811192306.PAA10089@vashon.polstra.com> In-Reply-To: <13908.41339.895733.695465@habanero.chili-pepper.net>
next in thread | previous in thread | raw e-mail | index | archive | help
In article <13908.41339.895733.695465@habanero.chili-pepper.net>, John Preisler <john@vapornet.net> wrote: > > Hello, > > I've been trying to upgrade an older 3.0-current box by rebuilding > from source but no matter what i do, it stops at > > ===> libpam/modules > ===> libpam/modules/pam_cleartext_pass_ok > cc -O -pipe -I/usr/src/lib/libpam/modules/pam_cleartext_pass_ok/../../../../contrib/libpam/libpam/include -fpic -Wall -I/usr/obj/aout/usr/src/tmp/usr/include -c /usr/src/lib/libpam/modules/pam_cleartext_pass_ok/pam_cleartext_pass_ok.c > cc -O -pipe -I/usr/src/lib/libpam/modules/pam_cleartext_pass_ok/../../../../contrib/libpam/libpam/include -fpic -Wall -I/usr/obj/aout/usr/src/tmp/usr/include -shared -o pam_cleartext_pass_ok.so pam_cleartext_pass_ok.o -lskey -lgcc_pic > ld: -lskey: no match > *** Error code 1 Eeek. I believe you've found a bug that I created. Sorry! I'll commit a fix forthwith. > I've tried altering the makefile so that libskey gets built before > libpam but that didnt help any. suggestions? You're on the right track, but the same change has to be made in "src/Makefile.inc1" too, in the "libraries:" target. Thanks for reporting this problem! John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Nobody ever went broke underestimating the taste of the American public." -- H. L. Mencken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811192306.PAA10089>