Re: nntp client
Joseph Shraibman <[email protected]>
| Newsgroups | gmane.comp.java.classpath.extensions.javamail |
|---|---|
| Message-ID | <[email protected]> |
Chris Burdess wrote: > Joseph Shraibman wrote: > >> I need to write an nntp client, but I can't build the classpathx >> javamail providers. In order to do so, I need inetlib, which I can't >> find a download link for so I had to get out of cvs. > > > http://ftp.gnu.org/gnu/classpath/inetlib-1.1.tar.gz > >> When I tried to build that I got: >> >> 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?