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

tarball compile on HP-UX 11 can't find db4 but is installed

From: Alexis Huxley <ahuxley_at_gmx.net>
Date: 2002-06-26 12:12:25 CEST

Hi Subversion People

In an attempt to use subversion properly ;-) I'm trying to
compile it at work on HP-UX 11.00, so I can access my repository
at home.

I've built and installed autoconf (and automake and m4 prerequisites)
and db4 and libtool. I've not got as far as it complaining that
zlib is missing so I've not compiled that yet.

To help the SVN configure find the stuff it needed I've added
everything relevent to PATH, LPATH, SHLIB_PATH, and then run:

        ./configure --enable-maintainer-mode --disable-shared --with-dbm=db4 --with-berkeley-db=/home/ahuxley/opt/HP-UX_B.11.00/db4

I see this in the output:

        checking for Berkeley DB... found db4
          setting APRUTIL_INCLUDES to "-I/home/ahuxley/opt/HP-UX_B.11.00/db4/include"
          setting APRUTIL_LDFLAGS to "-L/home/ahuxley/opt/HP-UX_B.11.00/db4/lib"

But then at the of the output I get this:

        Configuration for building neon 0.21.2:

          Install prefix: /usr/local
          Compiler: gcc
          XML Parser: expat in
        /var/tmp/20020626/unpacked/subversion-r2291/apr-util/xml/expat/lib
          SSL library: No SSL support
          zlib support: zlib not found
          Build libraries: Shared=no, Static=yes
        
        Now run 'make' to compile the neon library.
        
        neon configured properly
        checking for any extra libraries neon needs... -L/usr/local/lib
        checking for static Apache module support... no
        checking for Apache module support via DSO through APXS... no
        ==================================================================
        WARNING: skipping the build of mod_dav_svn
                 --with-apxs or --with-apache must be used
        ==================================================================
        checking for Berkeley DB in /home/ahuxley/opt/HP-UX_B.11.00/db4... no
        configure: error: Could not find Berkeley DB 4.0.14.

I thought maybe it was the same "db-4" v. "db4" problem I'd seen earlier
so created some extra symlinks in db4/lib, but no difference.

I poked around in 'configure', but that's goobledigook :-)

Anybody got any suggestions? Thanks!

Alexis

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jun 26 12:13:00 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.