Date: Sun, 15 Jun 1997 20:32:30 -0400 From: "Gary Palmer" <gpalmer@FreeBSD.ORG> To: Peter Svaar <peter@svaar.no> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: inetd problem/2.2-STABLE Message-ID: <16826.866421150@orion.webspan.net> In-Reply-To: Your message of "Mon, 16 Jun 1997 00:48:53 %2B0200." <199706152248.AAA07152@cray.svaar.no>
next in thread | previous in thread | raw e-mail | index | archive | help
Peter Svaar wrote in message ID <199706152248.AAA07152@cray.svaar.no>: > > 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:in > etd 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. You need to do: ldconfig -m /usr/lib as root. The programs are picking up the wrong version of libutil Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?16826.866421150>