Re: nntp client
Joseph Shraibman <[email protected]>
| Newsgroups | gmane.comp.java.classpath.extensions.javamail |
|---|---|
| Message-ID | <[email protected]> |
Chris Burdess wrote: > > You don't need Cyrus SASL, just the javax.security.sasl classes. If > you're using GNU Classpath these classes are included, so you can use > --with-sasl=/path/to/glibj.zip --with-auth-callback=/path/to/glibj.zip > Tried that, didn't work. First to build classpath I had to install jikes. So it built, and then I went to build inetlib. [jks@jks-desktop ~/work/gnumail/inetlib]$ nice time ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcj... no checking for guavac... no checking for jikes... jikes checking if jikes works... configure: error: The Java compiler jikes failed (see config.log, check the CLASSPATH?) Command exited with non-zero status 1 0.09user 0.14system 0:01.43elapsed 16%CPU (0avgtext+0avgdata 0maxresident)k 0inputs+0outputs (0major+21246minor)pagefaults 0swaps There was nothing in config.log. So I uninstall jikes and: [jks@jks-desktop ~/work/gnumail/inetlib]$ nice time ./configure --with-sasl=~/work/gnumail/classpath-0.14/lib/glibj.zip checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcj... no checking for guavac... no checking for jikes... no checking for javac... javac checking if javac works... yes checking for jar... jar You have no CLASSPATH, I hope it is good checking for java... java checking for uudecode... no configure: WARNING: I have to compile Test.class from scratch checking if java works... yes checking for JSSE... yes checking for SASL... configure: error: can't find SASL classes; use --with-sasl Command exited with non-zero status 1 2.01user 0.28system 0:03.88elapsed 59%CPU (0avgtext+0avgdata 0maxresident)k 0inputs+0outputs (7major+63218minor)pagefaults 0swaps > > If you want just the binaries (jars), these are packaged by 3rd > parties, e.g. Debian libgnuinet-java and jpackage.org. jpackage.org only has an source rpm, and it wouldn't build for me.