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

I need help compiling Apache with APR and Web Dav support for Subversion

From: Cason, JonathanX <jonathanx.cason_at_intel.com>
Date: 2004-06-17 04:02:05 CEST

   I have a strange configuration, due to business rules I have to keep
everything in an isolated area(my home directory), and I can't update
the global system configuration (like the library path).

I'm not getting any errors during compilation, but I'm not getting all
the libraries in the right place, either. What am I missing here?

./configure --enable-dav --enable-so \
--prefix=/users/jcasonx/apache2 \
--exec-prefix=/users/jcasonx/apache2/lib \
--libdir=/users/jcasonx/apache2/lib \
--with-berkeley-db=/users/jcasonx/lib \
--with-dbm=db42 > httpdconf.txt

make > make.log

make install > install.log

ldd ../apache2/bin/httpd
    libz.so.1 => /usr/lib/libz.so.1 (0x40028000)
    libaprutil-0.so.0 => not found
    libgdbm.so.2 => /usr/lib/libgdbm.so.2 (0x40036000)
    libdb-3.1.so => /lib/libdb-3.1.so (0x4003c000)
    libexpat.so.0 => /usr/lib/libexpat.so.0 (0x400b5000)
    libapr-0.so.0 => not found
    libpthread.so.0 => /lib/i686/libpthread.so.0 (0x400d4000)
    librt.so.1 => /lib/librt.so.1 (0x400e9000)
    libm.so.6 => /lib/i686/libm.so.6 (0x400fb000)
    libcrypt.so.1 => /lib/libcrypt.so.1 (0x4011e000)
    libnsl.so.1 => /lib/libnsl.so.1 (0x4014b000)
    libdl.so.2 => /lib/libdl.so.2 (0x40161000)
    libc.so.6 => /lib/i686/libc.so.6 (0x40166000)
    /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 17 04:03:58 2004

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.