On Fri, Aug 17, 2012 at 04:57:39PM -0430, José Romero wrote:
> ldd fossil
> statically linked

If it is a 64-bit system, you have to ask the 32-bit version of ldd, not the
64-bit. It is dynamically linked, expecting the 32-bit dynamic loader at
/lib/ld-linux.so.2.

If your 32-bit dynamic loader sits in another place, you can call:
/path/to/your/loader-linux.so.2 path/to/fossil

As for extra shared libs, it requires libc.so.1 and libc.so.6.

> uname -a
> Linux server-******.*******.com 2.6.18-408.8.2.el5.lve0.8.61.3 #1 SMP Wed
> Jul 11 06:49:35 EDT 2012 x86_64 x86_64 x86_64 GNU/Linux
> 
> Maybe the 32bit binary in a 64bit OS is the problem, do you think so?

The binary is tagged for '2.6.15', and this should mean that it should run on
kernels newer or equal than that.
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to