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

Re: 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, 12 Mar 2010 08:28:52 +0100

Hello,

does anybody do have any hints on this issue regarding CentOS 5.4.
How to upgrade to 1.6.9 but not break Distribution - SQLite 3.3.6 => 3.6.13.

A work-a-round (e.g. get LD_LIBRARY_PATH to work would help too)

any help is appreciated!

- Marcus

On Fri, Mar 5, 2010 at 11:12 AM, Marcus Schultheiss
<marcus.dev2010_at_googlemail.com> wrote:
> 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-12 08:29:25 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.