The `cephfs-java` package can now to retreived from the Maven repository below. Note that this is a _very alpha_ release, but contains a whole lot of awesome in the form of the native JNI bits embedded in the package, so there should be no need to do an RPM/Deb install of these dependencies (e.g. libcephfs-jni) and deal with all those silly search paths. Please shoot any bug reports to the list. Current support is limited to Linux/x86-64, but can add other archs if requested. All existing cephfs-java packages are unaffected. - Noah <repositories> <repository> <id>ceph-maven</id> <url>http://ceph.com/maven</url> </repository> </repositories> <dependencies> <dependency> <groupId>com.ceph</groupId> <artifactId>cephfs</artifactId> <version>0.0.1</version> </dependency> </dependencies> -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html