RE: FW: Snapshot Log - world broken in telnetd

2001-05-10 Thread John Baldwin


On 10-May-01 John Baldwin wrote:
 It looks like the recent changes wrt to libpam in telnetd may have broken
 world.

Correction, world appears to be ok, just release is broken.

-- 

John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/
PGP Key: http://www.baldwin.cx/~john/pgpkey.asc
Power Users Use the Power to Serve!  -  http://www.FreeBSD.org/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: FW: Snapshot Log - world broken in telnetd

2001-05-10 Thread Bruce Evans

On Thu, 10 May 2001, John Baldwin wrote:

 It looks like the recent changes wrt to libpam in telnetd may have broken world.
 ...
 cc -O -pipe  -DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS -DOLD_ENVIRON  -DENV_HACK
 -DAUTHENTICATION -DENCRYPTION  -I/usr/src/kerberos
 IV/libexec/telnetd/../../../crypto/telnet -DINET6
 -I/usr/src/kerberosIV/libexec/telnetd/../../include -Wall -DHAVE_CONFIG_H  -I
 /usr/obj/usr/src/kerberosIV/libexec/telnetd/../../include 
 -DBINDIR=\/usr/bin\ -DSBINDIR=\/usr/sbin\  -DLIBEXECDIR=\/usr/l
 ibexec\-o telnetd global.o slc.o state.o sys_term.o telnetd.o termstat.o
 utility.o authenc.o  -lutil -ltermcap /usr/obj/us
 r/src/kerberosIV/libexec/telnetd/../../lib/libtelnet/libtelnet.a -lcrypto 
 -L/usr/obj/usr/src/kerberosIV/libexec/telnetd/../../
 lib/libkrb -lkrb -lcrypt -lcom_err -lmp
 /usr/obj/usr/src/kerberosIV/libexec/telnetd/../../lib/libtelnet/libtelnet.a(sra.
 o): In function `check_user':
 sra.o(.text+0xb8f): undefined reference to `pam_start'
 sra.o(.text+0xba7): undefined reference to `pam_strerror'
 sra.o(.text+0xbc9): undefined reference to `pam_authenticate'
 sra.o(.text+0xbf9): undefined reference to `pam_get_item'
 sra.o(.text+0xc27): undefined reference to `pam_strerror'
 sra.o(.text+0xc53): undefined reference to `pam_strerror'
 sra.o(.text+0xc71): undefined reference to `pam_end'
 sra.o(.text+0xc89): undefined reference to `pam_strerror'
 *** Error code 1

The kerberosIV telnetd is missing linkage to libpam, perhaps more.

Bruce


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: FW: Snapshot Log - world broken in telnetd

2001-05-10 Thread Michael Harnois

On Fri, 11 May 2001 03:16:35 +1000 (EST), Bruce Evans [EMAIL PROTECTED] said:

 The kerberosIV telnetd is missing linkage to libpam, perhaps
 more.

The kerberosIV telnet and telnetd are missing linkage to libpam, for
about three days. Just adding that lib makes it work ...

-- 
Michael D. Harnois[EMAIL PROTECTED]
Redeemer Lutheran Church  Washburn, Iowa 
 Creative thought means that you forgot where you read it.
  --Stanley Hauerwas

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message