Date: Mon, 25 Oct 1999 00:10:24 -0400 (EDT) From: "Joe \"Marcus\" Clarke" <marcus@miami.edu> To: Stephen Bader <viper@viper.jorsm.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Error when running "talk" Message-ID: <Pine.OSF.4.10.9910250007530.19414-100000@jaguar.ir.miami.edu> In-Reply-To: <Pine.BSF.4.10.9910242213530.51579-100000@viper.jorsm.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Sounds like somethings didn't get install correctly. The library talk is asking for normally resides in /usr/lib, and comes as part of the standard base install (i.e. bin). Mine runs fine under 3.3-release. Make sure the library, libcurses.so.2 exists in /usr/lib, then run: env OBJFORMAT=elf ldconfig -m /usr/lib Then see if talk will run. Joe Clarke On Sun, 24 Oct 1999, Stephen Bader wrote: > > I am currently running FreeBSD 3.3-RELEASE and whenever I try to run the > talk command, I get the following error: > > bash-2.03$ talk > /usr/libexec/ld-elf.so.1: Shared object "libcurses.so.2" not found > > > Does anyone know what might be causing this error? I assume something is > either missing or corrupt, but I am not sure what. Any suggestions would > be greatly appreciated. > > Thanks in advance. > > -Steve > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSF.4.10.9910250007530.19414-100000>