Dear Michael, The javax.xml.parsers package is part of the SUN Java Runtime Library, and is included in all recent releases of SUN JDK and SUN JRE, starting from version 1.4. You probably didn't install an external java runtime on your system. Some distributions have gcj installed by default, which has compatibility issues with SUN's java runtime. I would recommend installing the SUN JRE or JDK from your distribution, or, if that's not possible, go to http://java.sun.com and download the latest version of the SUN JRE or JDK. We are using the 1.5 SDK from SUN to build whoisserver on our systems. Kind regards, Agoston Horvath Database Group RIPE NCC Michael Theurl wrote:
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