From owner-freebsd-hackers Thu May 15 00:34:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA04971 for hackers-outgoing; Thu, 15 May 1997 00:34:54 -0700 (PDT) Received: from paaltjens.si.hhs.nl (pp@paaltjens.si.hhs.nl [145.52.10.8]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id AAA04951; Thu, 15 May 1997 00:34:49 -0700 (PDT) From: v942429@si.hhs.nl Received: from si.hhs.nl by paaltjens.si.hhs.nl id <21412-0@paaltjens.si.hhs.nl>; Thu, 15 May 1997 09:21:20 +0200 Received: by develing.si.hhs.nl (SMI-8.6/SMI-SVR4) id JAA26039; Thu, 15 May 1997 09:24:34 +0200 Date: Thu, 15 May 1997 09:24:34 +0200 Message-Id: <199705150724.JAA26039@develing.si.hhs.nl> To: hackers@FreeBSD.ORG, questions@FreeBSD.ORG Subject: Make world RELENG_2_2 Thursday May 15 -- problem! X-Sun-Charset: US-ASCII Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi Yesterday I did the make world thing on the RELENG_2_2 branch cvsupped 15 May. Now everything seems to be linked with libutil.so.2.1 instead of the new libutil.so.2.2 ! Thankfully, we use the secure shell.. because telnet isn't possible. (I just *wish* I hadn't disabled root login with it..... grumble!) login.conf login classes are very cool.. but I just wish it didn't mess up the system... 8( Trying to su: dot:/usr/lib> su (null): warning: /usr/lib/libutil.so.2.1: minor version 1 older than expected 2, using it anyway (null): Undefined symbol "_login_getpwclass" called from su:su at 0x312c dot:/usr/bin> ldd su su: (null): warning: /usr/lib/libutil.so.2.1: minor version 1 older than expected 2, using it anyway -lutil.2 => /usr/lib/libutil.so.2.1 (0x801c000) -lskey.2 => /usr/lib/libskey.so.2.0 (0x801e000) -lcrypt.2 => /usr/lib/libcrypt.so.2.0 (0x8024000) -lc.3 => /usr/lib/libc.so.3.0 (0x8027000) Trying to login with telnet: develing:~> telnet twiddle.com Trying 194.151.13.121... Connected to twiddle.com. Escape character is '^]'. (null): warning: /usr/lib/libutil.so.2.1: minor version 1 older than expected 2, using it anyway FreeBSD (dot.twiddle.com) (ttyp1) (null): warning: /usr/lib/libutil.so.2.1: minor version 1 older than expected 2, using it anyway (null): Undefined symbol "_login_getclass" called from login:login at 0x6234 Connection closed by foreign host. *joy* 8( Now my question is: "how can I possibly adress this problem??" This is a remote machine.. and I hope there is no need for me to actually need to go where it resides.. it's a lonnngggg trip. Plz... any suggestions apart from go there and boot it single user are greatly appreciated!! *hellllll*p 8-) Anxious for your replies, -Jeroen Hogeveen. v942429@si.hhs.nl jh@twiddle.com