Hello,

Trying the new cyrus-sasl2-2.1.15-11.info today and watching it
compile, it doesn't try to link against Berkeley db 4.2.  It'll
pick up an older version from somewhere on your system, 4.1 or
4.0 depending upon what's installed.

$ fink list db42-ssl
Information about 2537 packages read in 1 seconds.
 i   db42-ssl         4.2.52-12    Berkeley DB embedded database - ssl
 i   db42-ssl-bin     4.2.52-12    Binary utilities for db42-ssl
 i   db42-ssl-doc     4.2.52-12    Documentation for db42-ssl
 i   db42-ssl-java    4.2.52-12    Berkeley DB java libraries - ssl
 i   db42-ssl-shlibs  4.2.52-12    Shared Libraries for db42-ssl

$ fink install cyrus-sasl2
...
checking for db.h... yes
checking for db_create in -ldb-4.1... no
checking for db_create in -ldb4.1... no
checking for db_create in -ldb41... no
checking for db_create in -ldb-4.0... yes

This is on my system where I removed all db41 packages, but still
have db4 for python23.

The configure.in file needs to be updated to check for db-4.2, db4.2
and db42 libraries:

            BDB_LIBADD=""
        fi

-        for dbname in 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
+        for dbname in db-4.2 db4.2 db42 db-4.1 db4.1 db41 db-4.0 db4.0 db-4 db4
0 db4 db-3.3 db3.3 db33 db-3.2 db3.2 db32 db-3.1 db3.1 db31 db-3 db30 db3 db
           do
             echo $ac_n "checking for db_create in -l$dbname""... $ac_c" 1>&6
 echo "configure:2661: checking for db_create in -l$dbname" >&5


I checked the source code and it tests for Berkeley DB's >= 4.1,
so I think it'll work just fine against it.

BTW, cyrus-sasl2 2.1.17 is out.

Best,
Blair

-- 
Blair Zajac <[EMAIL PROTECTED]>
Plots of your system's performance - http://www.orcaware.com/orca/


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to