Hi all, The Apache HTTPD server package needs to be patched to find the newest Berkeley-DB (which is not even in the book yet). Upstream has fixed the issue by updating the .m4 file that looks for Berkeley. I can go about putting instructions in the book two ways, which is better?
Method 1 (patch size 5146 bytes): patch -Np1 -i ../patch pushd srclib/apr-util autoconf popd ./configure --prefix=/usr --whatever else Note that the autoconf program will generate a bunch of ugly warnings. or Method 2 (patch size 1526495 bytes) patch -Np1 -i ../patch ./configure --prefix=/usr --whatever else The difference being the size of the patch and having to change directories and run autoconf which generates ugly warning messages. -- Randy rmlscsi: [bogomips 1003.28] [GNU ld version 2.16.1] [gcc (GCC) 4.0.3] [GNU C Library stable release version 2.3.6] [Linux 2.6.14.3 i686] 05:48:01 up 14 days, 12:42, 1 user, load average: 0.00, 0.00, 0.00 -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
