From owner-freebsd-current Thu Nov 19 15:07:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA04598 for freebsd-current-outgoing; Thu, 19 Nov 1998 15:07:23 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA04582 for ; Thu, 19 Nov 1998 15:07:15 -0800 (PST) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.9.1/8.9.1) with ESMTP id PAA29639; Thu, 19 Nov 1998 15:06:33 -0800 (PST) (envelope-from jdp@polstra.com) From: John Polstra Received: (from jdp@localhost) by vashon.polstra.com (8.9.1/8.9.1) id PAA10089; Thu, 19 Nov 1998 15:06:20 -0800 (PST) (envelope-from jdp@polstra.com) Date: Thu, 19 Nov 1998 15:06:20 -0800 (PST) Message-Id: <199811192306.PAA10089@vashon.polstra.com> To: john@vapornet.net Subject: Re: upgrading and pam Newsgroups: polstra.freebsd.current In-Reply-To: <13908.41339.895733.695465@habanero.chili-pepper.net> Organization: Polstra & Co., Seattle, WA Cc: current@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In article <13908.41339.895733.695465@habanero.chili-pepper.net>, John Preisler 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