Hello DB-WG, I have a problem with the build of the whois server. I checked the latest from the cvs server out. The ./configure setup worked without an problem. Hopefully you can help me out: make all-recursive make[1]: Entering directory `/home/theurlm/whois/whoisserver' Making all in src make[2]: Entering directory `/home/theurlm/whois/whoisserver/src' Making all in defs make[3]: Entering directory `/home/theurlm/whois/whoisserver/src/defs' ---------- 1. ERROR in AttributeSyntax.java (at line 22) import javax.xml.parsers.*; ^^^^^^^^^^^^^^^^^ The import javax.xml cannot be resolved ---------- 2. WARNING in AttributeSyntax.java (at line 24) import org.xml.sax.*; ^^^^^^^^^^^ The import org.xml.sax is never used ---------- 2 problems (1 error, 1 warning) make[3]: *** [AttributeSyntax.class] Error 255 make[3]: Leaving directory `/home/theurlm/whois/whoisserver/src/defs' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/theurlm/whois/whoisserver/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/theurlm/whois/whoisserver' make: *** [all] Error 2 best regards Michael