configure issue on 2.3.3
Brian Beaulieu
brian.beaulieu at gmail.com
Tue Jun 13 23:53:09 EDT 2006
I apologize if this is a naive post.
I was trying to compile 2.3.3 against bdb 4.4.
Spent quite a while playing LDFLAGS/CPPFLAGS and various other things
and no matter what, it was finding only up to version 4.2
I compared configure's against 2.3.3 and 2.2.12 (current version) and
found the following line to be different:
2.2.12, line 6615: for dbname in db-4.4 db4.4 db44 db-4.3
db4.3 db43 db-4.2 db4.2 db42 db-4.1 db4.1 db41 db-4.0 db4.0 db-4 db40
db4 db-3.3 db3.3 db33 db-3.2 db3.2 db32 db-3.1 db3.1 db31 db-3 db30
db3 db
2.3.3, 8780: for dbname in db-4.2 db4.2 db42 db-4.1 db4.1 db41
db-4.0 db4.0 db-4 db40 db4 db-3.3 db3.3 db33 db-3.2 db3.2 db32 db-3.1
db3.1 db31 db-3 db30 db3 db
I changed that line to include the additional versions and got it to
compile against the right version of bdb.
I'm not sure if this was intentional or if there's something i should
have done beforehand to remake my configure script.. but, just in
case, i figured I'd post here.
Regards,
Brian
More information about the Cyrus-devel
mailing list