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

Re: Building Subversion 1.4.2 on hp-ux 11.23 Itanium

From: Ronny Schuetz <Usenet.32r_at_gishpuppy.com>
Date: 2007-02-05 22:32:59 CET

Hi,

did the same just some days ago on exactly the same environment. I did
not use the subversion-deps at all, because I had some issues building
zlib as well, so I built the dependencies on my own. These were the
options used that worked:

○ Build & Install APR (http://apr.apache.org/download.cgi)
  - export CC=cc ; ./configure --prefix=/home/svn/pkg; make ;
    make install

○ Build & Install apr-util (http://apr.apache.org/download.cgi#aprutil1)
  - export CC=cc ; ./configure --prefix=/home/svn/pkg
    --with-apr=/home/svn/pkg ; make ; make install

o Build & Install zlib (http://www.zlib.net/)
  - export CC=cc ; ./configure --prefix=/home/svn/pkg ; make ;
    make install

- Build & Install Python 2.5 (http://www.python.org/download/)
  - export CC=cc ; ./configure --prefix=/home/svn/pkg; make ;
    make install

○ Build & Install subversion (http://subversion.tigris.org/)
  - export CC=cc ; ./configure --prefix=/home/svn/pkg
    CPPFLAGS=-I/home/svn/pkg/include --without-berkeley-db --disable-nls
    --disable-shared --with-apr-util=/home/svn/pkg ; make ; make install

Hope that helps somehow.

Best regards,
Ronny

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Feb 5 22:50:33 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.