rpm

All posts tagged rpm

There is a way to run the Veritas Java console in MacOSX and manage Veritas Cluster Server from a Mac. I used RPM packages from Red-Hat to create a MacOS compatible Java Console, in the end, everything is Java, and Java is portable between systems. We will need the Veritas Console RPM package, and the alien software to convert rpm files to tar.gz. Alien can be downloaded from http://ftp.de.debian.org/debian/pool/main/a/alien/alien_8.83.tar.gz Decompress the tar file in a temporary folder Read more...
  First, go to Oracle and look for the rpm of java but, for x64 (good luck :)). Install it normally, like any other rpm. # rpm -ihv javaxxxxxx.rpm Now we must work manually.. Create a symbolic link to allow use use it in Mozilla. # ln -sf /usr/java/jre1.6.0_13/lib/amd64/libnpjp2.so /usr/lib64/mozilla/plugins/ And create your own link to it, like with: # mkdir /$HOME/.mozilla/plugins # ln -sf /usr/java/jre1.6.0_13/lib/amd64/libnpjp2.so /$HOME/.mozilla/plugins/ and launch firefox.   Read more...