Re: nntp client
Chris Burdess <[email protected]>
| Newsgroups | gmane.comp.java.classpath.extensions.javamail |
|---|---|
| Message-ID | <[email protected]> |
Joseph Shraibman wrote: >>> checking for SASL... configure: error: can't find SASL classes; use >>> --with-sasl >>> >>> Now I don't know why sasl is required but I downloaded >>> http://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-acap-api-java- >>> v1.a1.tar.gz >> You don't need Cyrus SASL, just the javax.security.sasl classes. If > > You mean those included with jdk 5.0 ? If so why does the configure > script not find the classes? Perhaps they are not in the classpath? The code that checks for them is in m4/inetlib_with_sasl.m4 - you could try putting some debugging statements in there. -- Chris Burdess