On Wed, 21 Jul 2004, ML mail wrote: > > > Igor Brezac <[EMAIL PROTECTED]> wrote: > cyrus configure is broken for systems that have a shared tcpwrapper > library. > > Try > ac_cv_lib_wrap_request_init=yes ./configure --with-libwrap ... > > > > > Thanks that did the trick !! Btw: is this going to be fixed in Cyrus IMAPd 2.2.7 ? > > Now I wanted to get SNMP also compiled into Cyrus IMAPd and I get the same kind of > problem where it doesn't find the UCD SNMP libraries... Here is the error message > that I get in the config.log file at the end of the configure: > > /usr/local/lib/libsnmp.so.42.6: undefined reference to `des_cbc_encrypt' > > /usr/local/lib/libsnmp.so.42.6: undefined reference to `des_key_sched' > > /usr/local/lib/libsnmp.so.42.6: undefined reference to `des_ncbc_encrypt' > > What's wrong here ?
This is not a cyrus issue. Your ucd libraries are not self-contained, so you really need to take this up with net-snmp folks. Build process works better with net-snmp 5.1.x. > is there maybe another variable to set before running configure ? Try ac_cv_lib_snmp_sprint_objid=yes -- Igor --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html