Hi,
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. The problem seems to be that HP-UX doesn't support
libraries that move. 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.
Am 18.04.2006 um 07:40 schrieb Timo Wendt:
> Thank you very much for all your help. I will just try it out. I
> don't need the Apache modules on all hosts. I am fine with just
> having them on one host which has the central repository.
>
> Timo
>
>
> Am 17.04.2006 um 23:13 schrieb René Berber:
>
>> Max Bowsher wrote:
>> [snip]
>>>>> That won't work with subversion's install, it uses apsx to
>>>>> install the Apache
>>>>> modules which are outside your "staging area" (the modules are
>>>>> copied to
>>>>> wherever Apache has its modules
>>>
>>> The above is incorrect - DESTDIR is honoured by the apache module
>>> installation.
>>
>> Incorrect? Where does apsx use DESTDIR?
>>
>> To be precise, I know svn 1.3.0 install used apsx and that in turn
>> installed the
>> modules outside DESTDIR; it may have changed in 1.3.1 .
>>
>>>>> and httpd.conf is also changed).
>>>
>>> This, however, is a valid concern. Use the --disable-mod-
>>> activation flag
>>> to ./configure to suppress this behaviour.
>>
>> --
>> René Berber
>>
>>
>> ---------------------------------------------------------------------
>> 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 Tue Apr 18 18:19:27 2006