You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by WC -Sx- Jones <li...@insecurity.org> on 2003/05/20 18:21:59 UTC

[users@httpd] DB4 Build Options

Greetings:

I have built and rebuilt Db4.1.25 and Apache 2.0.45 about 25 times now 
and I believe there is a build bug between Apache and Db4 ...

If I build Db4 with

../dist/configure --prefix=/usr/local/BerkeleyDB \
--enable-cxx --enable-java --enable-rpc \
--enable-tcl --enable-test --enable-umrw

The APR under Apache fails to build, even if using:

./configure --verbose \
--enable-module=most --enable-shared=max --enable-module=so \
--with-dbm=db4 --with-berkeley-db=/usr/local/BerkeleyDB

I am required to use a simple:

../dist/configure --prefix=/usr/local/BerkeleyDB

Then the APR will build using -

./configure --verbose \
--enable-module=most --enable-shared=max --enable-module=so \
--with-dbm=db4 --with-berkeley-db=/usr/local/BerkeleyDB


This is not the correct nor desired behavior, if no one can see another 
reason why I may be building this project incorrectly, I will submit a 
bug report...


Thx/Bill  :)


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org