[Date Prev][Date Next] [Chronological] [Thread] [Top]

dbopen and krb5



  Hi!

 When I tried to configure openldap2.0.7 to use kerberos (heimdal)
on linux it said that it couldn't find 'main' in '-lkrb5'.
Some investigation showed that it was because
the test program was compiled with -lroken and that
coudn't find the symbol 'dbopen'. I had to hack configure
to supply '-ldb' to the test. 

What's odd about this is that the ldbm
checks come later than this test.

What's wrong with my installation? I have gdbm,db1,db2 installed.

bye, krajo