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

Re: Install SVN from YUM, change Sqlite3 library path

From: Les Mikesell <lesmikesell_at_gmail.com>
Date: Wed, 8 Aug 2012 11:24:33 -0500

On Wed, Aug 8, 2012 at 10:02 AM, Tilsley, Jerry M.
<jmtilsley_at_st-claire.org> wrote:
> All,
>
>
>
> I am running RHEL 6.2 and am trying to install subversion via YUM. When I
> do this, it picks up a version of sqlite3 that not all my users have access
> to. The version of sqlite3 that all users have access to is in a path that
> I’m afraid isn’t being searched by the YUM installation. How can I fix this
> so that the libraries of the version I want is loaded with the subversion
> installation?

Yum doesn't have much to do with library paths. It uses rpm
dependencies to decide what other packages need to be installed and
should bring in everything the application needs. If you are using
3rd party repositories (as you must to get a subversion that needs
sqlite...) the package should be set up to require any libraries from
there that it needs to work and they should be installed together.

-- 
   Les Mikesell
    lesmikesell_at_gmail.com
Received on 2012-08-08 18:25:10 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.