In article <[EMAIL PROTECTED]>,
David Scheidt  <[EMAIL PROTECTED]> 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                                               [EMAIL PROTECTED]
  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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to