From owner-freebsd-current Thu Dec 2 17:35:50 1999 Delivered-To: freebsd-current@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id 11B5714FC2 for ; Thu, 2 Dec 1999 17:35:31 -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.3/8.9.3) with ESMTP id RAA19055; Thu, 2 Dec 1999 17:34:56 -0800 (PST) (envelope-from jdp@polstra.com) From: John Polstra Received: (from jdp@localhost) by vashon.polstra.com (8.9.3/8.9.1) id RAA13551; Thu, 2 Dec 1999 17:34:55 -0800 (PST) (envelope-from jdp@polstra.com) Date: Thu, 2 Dec 1999 17:34:55 -0800 (PST) Message-Id: <199912030134.RAA13551@vashon.polstra.com> To: dscheidt@enteract.com Subject: Re: World breakage in libpam? In-Reply-To: References: Organization: Polstra & Co., Seattle, WA Cc: current@freebsd.org Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In article , David Scheidt wrote: > Seeing this trying to build world, cvsup'd earlier today. > > cc -O -pipe -static -DSETPROCTITLE -DSKEY -DLOGIN_CAP -DVIRTUAL_HOSTING > -Wall -I/usr/src/libexec/ftpd/../../contrib-crypto/telnet -DINTERNAL_LS > -Dmain=ls_main -I/usr/src/libexec/ftpd/../../bin/ls > -I/usr/obj/usr/src/tmp/usr/include -o ftpd ftpd.o ftpcmd.o logwtmp.o > popen.o skey-stuff.o ls.o cmp.o print.o stat_flags.o util.o -lskey -lmd > -lcrypt -lutil -lpam > /usr/obj/usr/src/tmp/usr/lib/libpam.a(pam_static_modules.o): In function > `_pam_get_static_sym': > pam_static_modules.o(.text+0x299): undefined reference to > `rad_create_request' > pam_static_modules.o(.text+0x2af): undefined reference to `rad_strerror' > pam_static_modules.o(.text+0x2cc): undefined reference to `rad_put_string' > pam_static_modules.o(.text+0x2e9): undefined reference to `rad_put_string' ... I think it's because of the "-static" in the link command. I don't have time to find the fix at the moment, but if you look at src/bin/login you might be able to work it out yourself. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "No matter how cynical I get, I just can't keep up." -- Nora Ephron To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message