The build process for the SBLIM WBEM-SMT client packages on Linux distributions requires a specific system setup to resolve some missing dependent RPM packages. Those missing Java libraries are: - Apache MyFaces 1.1.5 - Apache Tomahawk 1.1.3 - Apache XML Beans 2.2.0 - Apache Commons CLI 1.0 The following processing needs to be processed before a compile (and of course the packaging also) can be performed. 1) Download the required Java libraries - get MyFaces at http://archive.apache.org/dist/myfaces/binaries/myfaces-core-1.1.5-bin.tar.gz - get Tomahawk at http://archive.apache.org/dist/myfaces/binaries/tomahawk-1.1.3-bin.tar.gz - get XML Beans at http://archive.apache.org/dist/xmlbeans/binaries/xmlbeans-2.2.0.tgz - get Commons CLI at http://archive.apache.org/dist/commons/cli/binaries/commons-cli-1.1.tar.gz 2) Extract the archives 3) Copy the following files into the '/usr/share/java' folder - MyFaces: * myfaces-api-1.1.5.jar (rename it to myfaces-api.jar) * myfaces-impl-1.1.5.jar (rename it to myfaces-impl.jar) - Tomahawk * tomahawk-1.1.3.jar (rename it to tomahawk.jar) - XML Beans * jsr173_1.0_api.jar * xbean.jar * xbean_xpath.jar That should be it. If you have any trouble to get the SBLIM WBEM-SMT client packages compiled or installed properly, you may get in contact with the developers on the mailing list: sblim-devel@lists.sourceforge.net