Errors
Lowell Gilbert
freebsd-questions-local at be-well.ilk.org
Sat Jan 31 09:25:39 PST 2004
"Steve Gilli" <Steve.Gilli at eitny.com> writes:
> I have just installed FreeBSD 4.6 and included linux compatibility. I
> then tried to install a linux program and received the following
> errors:error: failed error: failed dependencies:
> libc.so.6(GLIBC_2.2) is needed by TIVsm-API-5.2.0-0
> libpthread.so.0(GLIBC_2.2) is needed by TIVsm-API-5.2.0-0
> libstdc++-libc6.2-2.so.3 is needed by TIVsm-API-5.2.0-0
> Any suggestions on how to resolve ?
Just like on Linux, you need the libraries that the program was linked
against. [They should be under /usr/compat/linux, to keep them from
potentially colliding with native libraries.]
If you can install the program from FreeBSD ports or packages, the
dependencies should be handled for you.
More information about the freebsd-questions
mailing list