You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Matteo D'Alfonso <we...@linux.it> on 2009/05/07 09:08:24 UTC

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

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@subversion.tigris.org].