
rooneg at electricjellyfish
Jul 26, 2005, 1:24 PM
Post #2 of 4
(4690 views)
Permalink
|
steve johnson wrote: > I've tried so many permutations that I decided to > start again from scratch building a mod_mbox/lucene4c > development environment. > > new httpd ver 2.0.54 (built with the apr that comes > with the tarball) This is a likely source of problems. If httpd uses one version of APR and mod_mbox and lucene4c uses another it is likely not going to work well. > new apr ver 1.1.1 (built w > --enable-experimental-libtool) > > new apr-util 1.1.2 > > new version of mod_mbox (which seems to work when > tested) > > now I try to build the gcj-backend branch of lucene4c > with my apr version 1.1.1 and I get this error > message. Try the trunk, not the gcj-backend branch. Also, since you have two different versions of APR involved, it's possible you're picking up the version that wasn't built with --enable-experimental-libtool, which would mean you're using the wrong version of libtool. -garrett
|