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

RE: Re: hpux 11.23 libaprutil-1.so.2 not found

From: Marziou, Gael <gael.marziou_at_hp.com>
Date: 2007-07-12 14:51:26 CEST

 
One thing I forgot to mention, you must include /usr/local/apache2/lib
into your shared libs path.

You can do it in several ways, I did it by editing /etc/SHLIB_PATH

Gael

> -----Original Message-----
> From: Marziou, Gael
> Sent: Thursday, July 12, 2007 2:28 PM
> To: users@subversion.tigris.org
> Subject: Re: hpux 11.23 libaprutil-1.so.2 not found
>
> Celeda Wolfgang wrote:
>
> > I installed subversion 1.4-3 for hpux 11.23 from the hpux porting
> > archive. Running subversion raises the following error:
> >
> > apacrse2/root# /usr/local/bin/svn co
> svn://svn.apa.at/trunk/powersearch
> > /usr/lib/hpux32/dld.so: Unable to find library 'libaprutil-1.so.2'.
> > Killed
>
> Hi Wolfgang,
>
> I got same issue.
>
> libapr and libaprutil are from Apache httpd project.
>
> I did not want to compile them so I did use a trick.
>
> I got apache2-2.2.4-ia64-11.23.depot.gz from
> http://hpux.connect.org.uk
>
> As I did not want to install another instance of Apache I
> just untarred the depot.
>
> tar xvf apache2-2.2.4-ia64-11.23.depot
>
> cd ./apache2/apache2-SHLIBS/usr/local/apache2/lib
>
> mkdir -p /usr/local/apache2/lib
>
> cp * /usr/local/apache2/lib
>
> chmod -R 755 /usr/local/apache2/lib
>
> Then as i did not find exactly the same version, I created
> symlinks to trick svn:
>
> cd /usr/local/apache2/lib
> ln -s libaprutil-1.so.2.8 libaprutil-1.so.2 ln -s
> libapr-1.so.2.8 libapr-1.so.2
>
> Feel free to try this ugly hack until a better package shows up.
>
> Gael Marziou
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 12 14:51:02 2007

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.