From owner-freebsd-stable Sun Jun 15 16:13:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA00348 for stable-outgoing; Sun, 15 Jun 1997 16:13:08 -0700 (PDT) Received: from shell.uniserve.com (tom@shell.uniserve.com [204.244.210.252]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA00335 for ; Sun, 15 Jun 1997 16:13:02 -0700 (PDT) Received: from localhost (tom@localhost) by shell.uniserve.com (8.8.5/8.8.5) with SMTP id QAA12653; Sun, 15 Jun 1997 16:11:12 -0700 (PDT) X-Authentication-Warning: shell.uniserve.com: tom owned process doing -bs Date: Sun, 15 Jun 1997 16:11:11 -0700 (PDT) From: Tom To: Peter Svaar cc: freebsd-stable@FreeBSD.ORG Subject: Re: inetd problem/2.2-STABLE In-Reply-To: <199706152248.AAA07152@cray.svaar.no> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 16 Jun 1997, Peter Svaar wrote: > > just recently I cvsup'ed my old 2.2-STABLE source tree to the most recent > version and did a 'make world'. well, now I get this strange problem with > inetd. if I try to contact any ports that require inetd to fork a daemon > (i.e. telnetd, ftpd, fingerd but not httpd) it says this: > > peter@cray(~)$ telnet localhost > Trying 127.0.0.1... > Connected to localhost.svaar.no. > Escape character is '^]'. > /usr/libexec/ld.so: Undefined symbol "_login_getpwclass" called from inetd:inetd at 0x622c > Connection closed by foreign host. > peter@cray(~)$ > > quite strange. I have tried to remove the obj-files for inetd, libutil and > login, do a cvsup again and then make install in their respective > directories. this did not help. > > can someone please help me out? > > thanx, > > -- > - peter svaar - phone 22 69 59 94 - URL: http://www.svaar.no/ - > - peter@svaar.no - pager 96 76 83 83 - hackers do it with fewer instructions - > You need to run ldconfig so the dynamic linker starts using the new libutil Tom