Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Aug 2001 11:11:17 -0700
From:      Jim Mock <mij@soupnazi.org>
To:        Nikolaus Hiebaum <h9400395@miraculix.wu-wien.ac.at>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: vim installation
Message-ID:  <20010830111117.A60338@helios.soupnazi.org>
In-Reply-To: <Pine.A32.3.96.1010830155822.361514E-100000@miraculix.wu-wien.ac.at>
References:  <Pine.A32.3.96.1010830155822.361514E-100000@miraculix.wu-wien.ac.at>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 30 Aug 2001 at 19:54:01 +0200, Nikolaus Hiebaum wrote:
> Hi -
> 
> I want to install the vim package (I tried both vim-5.7.28 and
> vim-6.0aa) under FreeBSD 4.3, but after a reboot the system says a
> shared object is not found, but I have installed all the dependencies
> it suggested.
> 
> Precisely, it says: /usr/libexec/ld-elf.so.1 shared object:
> libXext.so.6 not found.

Because X isn't installed and the package is looking for it.  Install
the port...

   # cd /usr/ports/editors/vim6
   # make -DLITE install distclean

Or install the vim-lite package.

- jim

-- 
jim mock <mij@soupnazi.org>              tech writer | iXsystems, Inc.
http://soupnazi.org/         work: jim@ixsystems.net | jim@FreeBSD.org

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?20010830111117.A60338>