Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Nov 2001 15:06:24 -0300
From:      Fernan Aguero <fernan@iib.unsam.edu.ar>
To:        freebsd-emulation@freebsd.org
Subject:   staden package [libc.so.6 not found]
Message-ID:  <20011115150624.C25858@iib005.iib.unsam.edu.ar>

next in thread | raw e-mail | index | archive | help
Hi all!

I hope this is on-topic here.

I am trying to run linux binaries on FreeBSD, from the Staden Package
(molecular biology).
http://www.mrc-lmb.cam.ac.uk/pubseq/

The problem is that what you actually invoke is not a real binary, but
a shell script that after setting some environment variables, runs the
following:

exec stash -f "$STADLIB/trev/trev.tcl" ${@+"$@"}

which produces the following output:

stash: /lib/libc.so.6: version `GLIBC_2.1.3' not found (required by stash)
stash: /lib/libc.so.6: version `GLIBC_2.1.3' not found (required by /usr/local/staden/linux-bin/../lib/linux-binaries/libread.so)
stash: /lib/libc.so.6: version `GLIBC_2.1.3' not found (required by /usr/local/staden/linux-bin/../lib/linux-binaries/libtk_utils.so)
stash: /lib/libc.so.6: version `GLIBC_2.1.3' not found (required by /usr/local/staden/linux-bin/../lib/linux-binaries/libmisc.so)

Luckily, all of the executables that I ran were all of this kind
(i.e. I end up always with the stash binary giving the same error).

BTW, stash is of brand Linux. The package is at /usr/local/staden,
the executables are in /usr/local/staden/linux-bin, some libraries are
in /usr/local/staden/lib and /usr/local/staden/lib/linux-binaries.

The problem is that I have a libc.so.6 under /usr/compat/linux/lib

Is there any way for me to check whether the scripts/binaries are
looking for the libraries in the right place?

I can provide a copy of one of the scripts that is used to launch the
stash linux binary if needed.

Thanks in advance,

Fernan

PS: please CC me so I get the answers faster.

-- 

|  F e r n a n   A g u e r o  |  B i o i n f o r m a t i c s  |
|   fernan@iib.unsam.edu.ar   |      genoma.unsam.edu.ar      |

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-emulation" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011115150624.C25858>