[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

error compiling with ---enable-all-static on RHE 4.7

From: Matteo D'Alfonso <werewolf_at_linux.it>
Date: Thu, 7 May 2009 11:08:24 +0200 (CEST)

Hi all,
I want to compile subversion all statically so I can put on a NFS share
(already in users PATH) and launch it from every machine, which are all
RedHat Enterprise 4.7

I got an error because the binary didn't find /lib/ld64.so.1

<CODE>
./configure --enable-all-static --prefix=/usr/local/subversion && make &&
make install

ldd /usr/local/subversion/bin/svn
/usr/bin/ldd: /usr/local/subversion/bin/svn: /lib/ld64.so.1: bad ELF
interpreter: No such file or directory

ln -s /lib64/ld-2.3.4.so /lib/ld64.so.1

ldd /usr/local/subversion/bin/svn
        libsasl2.so.2 => /usr/lib64/libsasl2.so.2 (0x00000032fbc00000)
        libdl.so.2 => /lib64/libdl.so.2 (0x00000032f4500000)
        libresolv.so.2 => /lib64/libresolv.so.2 (0x00000032f8000000)
        libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00000032fae00000)
        libc.so.6 => /lib64/tls/libc.so.6 (0x00000032f4000000)
        /lib/ld64.so.1 (0x00000032f3c00000)
<CODE>

How can I correct the problem without creating the symbolic link on every
machine?

Thanks,
Matteo D.

P.S. please put me in CC because I'm not subscribed on the mailing list,
thanks

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2092213

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-07 11:10:50 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.