On Sat, Jun 21, 2008 at 6:22 AM, W. Wayne Liauh <[EMAIL PROTECTED]> wrote: >> > I am having problem installing StarSuite >> (simplified Chinese) in OpenSolaris 2008.05 (in both >> en_US and zh_CN locales). >> > >> > Before I explore it further, just want to ask if >> anyone has successfully installed StarSuite in >> 2008.05? >> > >> > >> I'm not sure if this really relates to you, but I've >> had similar trouble >> with Nevada B90, at least it may at least steer you >> in the right >> direction. I had to modify the install scripts for >> both OpenOffice and >> Nvidia to install. I appears there is something >> wrong with the command >> "uname". The scripts ask for "uname -p" to check to >> see if the >> architecture is i386. Well in my Nevada series >> Solaris's "uname -p" >> returns nothing, as in blank. So I basically >> modified the scripts to >> read "uname -m", where it checked for the returned >> value, I changed it >> to "i86pc". >> >> Paul > > The setup script I am running (provided by Sun) uses "uname -s", which > returns SunOS. This parameter is used in the following section of the script: > > . . . > > case $platform in > SunOS) > tail_prog="tail" > ;; > Linux) > tail_prog="tail -n" > ;; > *) > tail_prog="tail" > ;; > esac > > . . . > > > The following is the error message: > > File is being checked for errors ... > Unpacking ... > All files have been successfully unpacked. > Unpacking... > Checksumming... > Extracting... > Done. > Running installer > InvocationTargetException in ArchiveReader constructornull > java.lang.reflect.InvocationTargetException > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native > Method) > at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown > Source) > at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown > Source) > at java.lang.reflect.Constructor.newInstance(Unknown Source) > at install.instantiateArchiveReader(ArchiveClassLoader.java:203) > at install.<init>(ArchiveClassLoader.java:143) > at install.main(ArchiveClassLoader.java:1263) > Caused by: java.lang.UnsatisfiedLinkError: > /var/tmp/install_1664/jre1.5.0_01/lib/i386/motif21/libmawt.so: ld.so.1: java: > fatal: libXm.so.4: open failed: No such file or directory > at java.lang.ClassLoader$NativeLibrary.load(Native Method) > at java.lang.ClassLoader.loadLibrary0(Unknown Source) > at java.lang.ClassLoader.loadLibrary(Unknown Source)
This is due to lack of Motif in OpenSolaris 2008.05. libXm is a Motif library. You should try using JDK6. I think that will use Gtk instead of Motif. Regards, Moinak. _______________________________________________ indiana-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/indiana-discuss
