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

Re: SD Depot for HP-UX

From: René Berber <r.berber_at_computer.org>
Date: 2006-04-18 18:35:06 CEST

Timo Wendt wrote:

> I tried the trick using DESTDIR, but it doesn't really work on HP-UX. It
> still tries to find certain libraries in /usr/local/... during make
> install.

What exactly are you trying to do? It looks like you want to build subversion
but don't want the result linked with libraries in /usr/local, is that all?

> The problem seems to be that HP-UX doesn't support libraries
> that move.

Yes it does.

> There it does the linking during "make install" instead of
> during make. I tried the --disable-shared option to see if that helps,
> but it has problems with the Apache modules then. The modules don't like
> to be linked with --disbable.shared. Where in the Makefile could I
> enable shared for mod_dav_svn explicitly? Ot is there some sort of
> option for configure to use.

There are many options but it is not clear what you want to do. Start by
checking the output of configure, it describes what it is looking for and where
does it find it... if some part used, say openssl is in /usr/local/ssl, is in a
place that you don't want to use then you can disable it (--without-ssl) or you
can use it and later configure the dynamic loader to search for those libraries
where you want. By default library paths are hard-coded in the executable, is
that what you want to disable?

-- 
René Berber
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Apr 18 18:43:44 2006

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.