View Single Post

   
  #3 (permalink)  
Old 01-17-2008, 06:34 AM
Wendy Smoak
 
Posts: n/a
Default Re: Help installing Subversion from a depot

"Rick Jones" <rick.jones2@hp.com> wrote in message
news:fFpHg.227$f_2.54@news.cpqcorp.net...
> Wendy Smoak <wsmoak@asu.edu> wrote:


>> True enough, that file is nowhere to be found. I do see these:

>
>> $ ls /usr/local/lib/
>> hpux32 libdb-3.1.la libdb-3.1.sl libdb-3.sl libdb.sl

>
> so now you have to go one level deeper into the hpux32/ subdirectory
>
> what you probably have to do is:
>
> $ LD_LIBRARY_PATH="/usr/local/lib/hpux32" svn --version
>
> (or edit your .profile or the system's one etc to set that)


$ export LD_LIBRARY_PATH="/usr/local/lib/hpux32"
$ svn --version
/usr/lib/hpux32/dld.so: Unable to find library
'/usr/local/lib/hpux32/libdb.so'.
Killed

There really is no libdb.so file anywhere, so I'm not sure what pointing
LD_LIBRARY_PATH into hpux32 is intended to do. Maybe there's something
wrong with the db3 depot, or I'm missing some other dependency. I'm not
sure what the db3-related .sl and .la files that ended up in /usr/local/lib
are.

>> Frustratingly, I've got Subversion 1.3 compiled and working on a
>> single-processor box running the same OS, but I don't know to get it
>> from that box to this one.

....
> You could ./configure --prefix=foo and then tar foo. IIRC everything
> from a make install will go under foo and you can just move it as a
> unit.


.... and then what? Can you list out the steps in more detail? Sorry, I'm
new at this, and this is the production database box I'm working on so I
don't have much room for trial and error.

Thanks for your help!
--
Wendy Smoak


Reply With Quote