On 23 February 2010 18:38, Ronald <[email protected]> wrote: > setenv PACKAGESITE > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8-stable/All/ > > > > pkg_add -r vim-7.2.344 > > > > when back to the command prompt, `reboot`, `vim`, it outputs: > > /libexec/ld-elf.so.1: /lib/libc.so.7: version FBSD_1.2 required by > /usr/local/bin/vim > > > > BTW: what is "version FBSD_1.2"?
At first glance it would seem that you're trying to run it on an older (say 7.x) version. Why are you setting PACKAGESITE? The autodetection is usually what you want. Tony _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-chat To unsubscribe, send any mail to "[email protected]"
