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

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

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

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
Received on Thu Jul 12 14:27:27 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.