[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: David Everly <deckrider_at_gmail.com>
Date: 2006-04-18 18:45:07 CEST

Hmmm....here is exactly what I do on HP-UX B.11.23 U ia64 HP-UX, and
it worked fine for me (of course I previously compiled/installed
apache2 httpd under /opt/vzb using similar options):

+++

PATH=/bin:/usr/bin:/sbin:/usr/sbin:/opt/vzb/bin:/opt/vzb/sbin

./configure \
        --with-ssl \
        --prefix=/opt/vzb \
        --with-apr=/opt/vzb/bin/apr-config \
        --with-apr-util=/opt/vzb/bin/apu-config \
        --with-apxs=/opt/vzb/sbin/apxs \
        --without-berkeley-db \
        CC=/usr/bin/cc \
        CFLAGS="+DD64" \
        CPPFLAGS="-I/opt/vzb/include" \
        LDFLAGS="-L/opt/vzb/lib -L/home/deverly/svn-tmp/opt/vzb/lib"

make
make install DESTDIR=/home/deverly/svn-tmp

+++

Of course everything inside /home/deverly/svn-tmp must be installed
starting from / in the resulting depot package.

This all works for me.

On 4/18/06, Timo Wendt <twendt@online.de> wrote:
> 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
>
>

--
ASCII ribbon campaign:
()  against HTML email
/\  against Microsoft attachments
    Information:  http://www.expita.com/nomime.html
---------------------------------------------------------------------
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:51:48 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.