Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

`pkg_add -r` doesn't solve the depencies?

0 views
Skip to first unread message

Ronald

unread,
Feb 23, 2010, 2:38:33 AM2/23/10
to freebs...@freebsd.org
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"?

Thanks.

Tony Theodore

unread,
Feb 23, 2010, 2:56:19 AM2/23/10
to Ronald, freebs...@freebsd.org

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

Dag-Erling Smørgrav

unread,
Feb 23, 2010, 4:43:26 AM2/23/10
to Ronald, freebs...@freebsd.org
"Ronald" <foll...@163.com> writes:
> setenv PACKAGESITE
> ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8-stable/All/

Don't do that unless you're actually running 8.0 or newer.

> /libexec/ld-elf.so.1: /lib/libc.so.7: version FBSD_1.2 required by
> /usr/local/bin/vim

This means your libc is significantly older than the one that was used
to compile the package.

BTW, this belongs on either -questions or -stable, not -chat.

DES
--
Dag-Erling Smørgrav - d...@des.no

0 new messages