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

RedHat 5.4 / CentOS 5.4 upgrade to Subversion 1.6.9 - SQLite compiled for 3.6.13, but running with 3.3.6

From: Marcus Schultheiss <marcus.dev2010_at_googlemail.com>
Date: Fri, 5 Mar 2010 11:23:08 +0100

Hello,

having problems to upgrade to Subversion 1.6.9 on CentOS 5.4 (x86_64) system.
I am able to compile subversion (agains sqlite 3.6.13) and install.
svn command looks fine but using svnadmin does not work
# /usr/local/bin/svnadmin create /tmp/test1
svnadmin: SQLite compiled for 3.6.13, but running with 3.3.6

# ldd /usr/local/bin/svnadmin| grep sqlite
    libsqlite3.so.0 => /usr/lib64/libsqlite3.so.0 (0x0000003f7a400000)

trying to fix:
# export LD_LIBRARY_PATH=/usr/local/lib64
# ls -al /usr/local/lib64/libsqlite3.so.0
lrwxrwxrwx 1 root root 19 Mar 4 18:16
/usr/local/lib64/libsqlite3.so.0 -> libsqlite3.so.0.8.6
# ldd /usr/local/bin/svnadmin| grep sqlite
    libsqlite3.so.0 => /usr/lib64/libsqlite3.so.0 (0x0000003f7a400000)
# echo $LD_LIBRARY_PATH
/usr/local/lib64

for some unkown reason LD_LIBRARY_PATH work-a-round is not working

I could not remove system provided sqlite 3.3.6 because there are
dependencies to RPM and so on.
I do not want to break other tools.

- Marcus
Received on 2010-03-05 11:23:43 CET

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.