On Thu, Apr 08, 2010 at 11:18:01PM -0400, zzflop wrote: > On Thu, Apr 08, 2010 at 12:20:13PM -0500, Randy McMurchy wrote: > > zzflop wrote these words on 04/08/10 11:50 CST: > > > > > Maybe this is a problem with BDB instead of Apache. > > snip > > It has nothing to do with BDB. I don't run the tests on that > > package either. > > > > All I know is that it works for me. You saw that when I sent the > > email with my installed libs. > > > > You *are* using the bundled version of APR that comes in the Apache > > tarball, right? > > This question got me on the right track. After wrangling > with it all day I have it working correctly. > > > I think that line under Command Explanations should read; > > --with-dbm=db4 --with-berkeley-db --with-included-apr > > It would cover either case; clean or unclean. > Also ,maybe sqlite should be installed before Apache. > It would be needed for subverion anyway.
Perhaps any further changes are not needed as the required libraries for BDB linkage are built if one is installing Apache for the first time and that will work in most cases. I don't think it is an unlikely scenario for one to install Apache first and want to rebuild it with the BDB link later on, and in this case it won't build the needed libs without either uninstalling Apache or the --with-included-apr option. As to sqlite, the apr_dbd_sqlite3 libs will be missing in apr-util-1 if it is not installed first and with the new sqlite dependency in svn I would want them there myself. Mike H. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
