On Tue, 2006-02-21 at 08:39 -0800, john wrote: > A bit messy but: > > The sun installer does a checksum but if it finds no /bin/sum it just > proceeds. For some reason the checksumming is daft on the sun jdk install > script and you can bypass by temporarily renaming bin/sum to something else, > run the installer (it will unpack everything), then go back and rename sum to > "sum".
Alternatively, you can try: svn co http://www.gnusolaris.org/svn/gnusolaris1/sunwjdk1.5 cd sunwjdk1.5/trunk <put your downloaded binaries here> dpkg-buildpackage The above sequence will create sunwjre1.5_1.5.0.6-1_solaris-i386.deb which you could install with "dpkg -i" command later. > Like I said a bit messy but worked for me. JDK works fine. remember, you will need nevada-compat package installed first or use method described above. -- Erast _______________________________________________ GNU/Solaris Users mailing list [email protected]
