|
From: Tom H. <to...@co...> - 2005-09-28 15:07:07
|
In message <200...@or...>
Christoph Bartoschek <bar...@or...> wrote:
> I use the latest subversion revision and get during the execution the
> following error:
>
> bzip2: error while loading shared
> libraries: /lfs/user/bartosch/software/vg-test/lib/valgrind/vg_preload_core.so:
> cannot open shared object file: No such file or directory
>
>
> The main application forks and execs bzip2 when this error appears. The
> mentioned file exists of course.
Is the file the right type though? What does file say about it?
The reason I ask is that the dynamic linker ignores 32 bit libraries
while running a 64 bit program and vice versa, so you can get that
message if the library exists but is the wrong format.
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|