Cannot install ICS 5.1.1 on Core Solaris
I install ICS 5.1.1 on SunFire v120 , solaris 8, Core install,
and last recommended patch.
I install via telnet (I have no graphic console)
$ setup -nodisplay
Result is , it is very difficul to read java error :)
cut
Starting install wizard in Command Line Interactive (non-graphical) mode
java.lang.UnsatisfiedLinkError: no awt in java.library.path
cut
java.lang.NoClassDefFoundError: java/awt/Toolkit
cut
How can I install Calendar ?
Thank you
[534 byte] By [
708590] at [2007-11-25 8:22:52]

I suspect you don't have your LD_LIBRARY_PATH set.
If using csh try
setenv LD_LIBRARY_PATH /usr/lib:/usr/local/lib:/usr/local/BerkeleyDB.3.2/lib:/us
r/local/lib/perl5/5.6.1:/usr/dt/lib:/etc/lib:/usr/dt/lib:/usr/ucblib:/usr/openw i
n/lib:/usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0:/usr/local/lib/tcl8.3:/us r
/local/lib/tk8.3:/usr/local/lib/perl5/5.6.1:/usr/local/lib/gv:/usr/local/lib/pk g
If bourne shell, you have to use set LD_LIBRARY_PATH ...
and then the next line should read "export LD_LIBRARY_PATH"
Todd
Todd