[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 18:50:05 CEST

It does not work for http protocol, it fails with "Unrecognized URL
scheme for 'http://..." error.

So, it seems it cannot load neon shared lib but I installed neon 0.26.3.

-rwxr-xr-x 1 root sys 530940 May 30 15:31
/usr/local/lib/hpux32/libneon.a
-rwxr-xr-x 1 root sys 1148 May 30 15:31
/usr/local/lib/hpux32/libneon.la
-rwxr-xr-x 1 root sys 349028 May 30 15:31
/usr/local/lib/hpux32/libneon.so
 
'svn --version' confirms that ra_dav is not found, is there nay other
lib that could not be found?

Thanks,

Gael

svn, version 1.4.3 (r23084)
   compiled May 29 2007, 18:07:50

Copyright (C) 2000-2006 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet
(http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_svn : Module for accessing a repository using the svn network
protocol.
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme

> -----Original Message-----
> From: Marziou, Gael
> Sent: Thursday, July 12, 2007 2:51 PM
> To: users@subversion.tigris.org
> Subject: RE: Re: hpux 11.23 libaprutil-1.so.2 not found
>
>
> 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
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 12 18:50:01 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.