From owner-freebsd-current Thu Feb 15 22:44:55 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA09004 for current-outgoing; Thu, 15 Feb 1996 22:44:55 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id WAA08987 for ; Thu, 15 Feb 1996 22:44:50 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id AAA20987 for ; Fri, 16 Feb 1996 00:38:56 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id AAA09939 for freebsd-current@freebsd.org; Fri, 16 Feb 1996 00:38:28 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.7.3/8.6.9) id AAA02097 for freebsd-current@freebsd.org; Fri, 16 Feb 1996 00:30:25 +0100 (MET) From: J Wunsch Message-Id: <199602152330.AAA02097@uriah.heep.sax.de> Subject: Re: make world failed in -current To: freebsd-current@freebsd.org Date: Fri, 16 Feb 1996 00:30:25 +0100 (MET) Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: from "-Vince-" at Feb 15, 96 09:35:04 am X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-current@freebsd.org Precedence: bulk As -Vince- wrote: > > > /usr/src/sbin/init > > > cc -O -DDEBUGSHELL -DSECURE -static -o init init.o -L -lutil -ldescrypt > > > init.o: Undefined symbol `_logout' referenced from text segment > > > init.o: Undefined symbol `_logwtmp' referenced from text segment > > > init.o: Undefined symbol `_login_tty' referenced from text segment > > > init.o: Undefined symbol `_logwtmp' referenced from text segment > > > init.o: Undefined symbol `_logwtmp' referenced from text segment > > > > Is your libutil corrupted? > > Well, I deleted /usr/src/lib/libutil and resup and rebuilt it... Hmm, mine is: j@uriah 76% nm /usr/lib/libutil.so.2.1 | grep ' T ' 00000c80 T _etext 000002f0 T _forkpty 000005e0 T _login 00000540 T _login_tty 00000460 T _logout 00000390 T _logwtmp 00000150 T _openpty 00000030 T _setproctitle All of your missing symbols are there. > Also, am I supposed to have a /usr/lib/libdescrypt* library if I am using > just the standard MD5 and not the DES Encryption? You've got the /usr/src/secure stuff around, that causes it to automatically pick the DES encryption. This is probably wrong, it should always link -lcrypt. The -lcrypt in init(8) is only used if you declare your console as ``insecure'' anyway, in order to validate the root password when entering single user mode. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)