Date: Mon, 19 Aug 2002 21:54:37 -0700 From: Doug Hardie <bc979@lafn.org> To: FreeBSD-Stable@FreeBSD.ORG Subject: Re: 4.6.2 install problem Message-ID: <f05111b62b9876567a524@[10.0.1.90]> In-Reply-To: <f05111b00b983ad5347c7@[10.0.1.90]> References: <200206261908.g5QJ8MOE035394@freefall.freebsd.org> <20020628002053.GA2190@laptop.lambertfam.org> <f05111b00b983ad5347c7@[10.0.1.90]>
next in thread | previous in thread | raw e-mail | index | archive | help
At 0041 -0700 8/17/2002, Doug Hardie wrote: >A new install of 4.6.2 from the iso image. Two problems have show up: > >the command who returns: > >freebie% who >/usr/libexec/ld-elf.so.1: who: Undefined symbol "nl_langinfo" > > >and ssh gives: > >freebie% ssh zoon >/usr/libexec/ld-elf.so.1: /usr/lib/libssh.so.2: Undefined symbol >"readpassphrase" > >No ports have been installed yet. >-- >-- Doug > The binary who in the 4.6.2 iso is defective. Recompiling it from source generates a working version. However, the readpassphrase problem is not easily resolved. The distributed libc.so.4 seems to have a problem. Recompiling libc and installing it resolves that issue but raises yet another undefined symbol "__lconv". I don't have a good idea how to get this resolved. -- -- Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?f05111b62b9876567a524>