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

Re: cannot build httpd-2.0

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-02-13 03:58:05 CET

Greg Stein <gstein@lyra.org> writes:
> From the output of the configure process, and specifically the sub-config
> for apr-util, let's see what it thought about expat. There should be a
> section in the apr-util sub-config process where it looks for Expat.

Here's the bit for apr-util; the entire configuration output is on
gauss. I can post it if you want, or if you're online late and want
to grab it, ssh into newton.ch.collab.net, then to 192.168.0.3, and
see "~kfogel/src/httpd-2.0/kff-configure.out".

--------------------8-<-------cut-here---------8-<-----------------------

Configuring Apache Portable Runtime Utility library...

configuring package in srclib/apr-util now
checking for APR... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for ldap support...
checking for gdbm.h... yes
checking for gdbm_open in -lgdbm... yes
checking for db4/db.h... no
checking for db.h... no
checking for db3/db.h... no
checking for db.h... (cached) no
checking for db2/db.h... no
checking for db.h... (cached) no
checking for db1/db.h... yes
checking for dbopen in -ldb1... yes
checking for Berkeley DB... found db1
checking for default DBM... sdbm (default)
  setting APRUTIL_EXPORT_LIBS to "-lgdbm"
  setting LIBS to "-lgdbm"
  adding "-ldb1" to APRUTIL_EXPORT_LIBS
  adding "-ldb1" to LIBS
checking for Expat in /usr... no
checking for Expat in /usr/local... yes
  adding "-I/usr/local/include" to APRUTIL_INCLUDES
  adding "/usr/local/lib/libexpat.la" to APRUTIL_EXPORT_LIBS
  adding "-L/home/kfogel/src/httpd-2.0/srclib/apr" to LIBS
  adding "-lapr" to LIBS
  adding "-lm" to LIBS
  adding "-lcrypt" to LIBS
  adding "-lnsl" to LIBS
  adding "-ldl" to LIBS
  adding "/usr/local/lib/libexpat.la" to LIBS
  adding "-ldb1" to LIBS
checking for Expat in /usr... no
checking for Expat in /usr/local... yes
  adding "-I/usr/local/include" to APRUTIL_INCLUDES
  adding "/usr/local/lib/libexpat.la" to APRUTIL_EXPORT_LIBS
  adding "-L/home/kfogel/src/httpd-2.0/srclib/apr" to LIBS
  adding "-lapr" to LIBS
  adding "-lm" to LIBS
  adding "-lcrypt" to LIBS
  adding "-lnsl" to LIBS
  adding "-ldl" to LIBS
  adding "/usr/local/lib/libexpat.la" to LIBS

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:07 2006

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.