Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Jun 1997 16:11:11 -0700 (PDT)
From:      Tom <tom@uniserve.com>
To:        Peter Svaar <peter@svaar.no>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: inetd problem/2.2-STABLE
Message-ID:  <Pine.BSF.3.96.970615161045.10078H-100000@shell.uniserve.com>
In-Reply-To: <199706152248.AAA07152@cray.svaar.no>

next in thread | previous in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.970615161045.10078H-100000>