On Sun, Oct 12, 2008 at 8:32 PM, Jürgen Lüters <[EMAIL PROTECTED]> wrote: > Am Sonntag, den 12.10.2008, 09:08 +0530 schrieb Moinak Ghosh: >> On Sat, Oct 11, 2008 at 11:51 PM, Jürgen Lüters >> <[EMAIL PROTECTED]> wrote: >> > Even worse they depend on libm as well. And all this probably for a java >> > database installer which does run on non-Motif platforms ( Debian >> > GNU/Linux) without any problems. >> > >> > "Preparing to launch Oracle Universal Installer >> > from /tmp/OraInstall2008-10-11_04-05-52PM. Please >> > wait [EMAIL PROTECTED]:/u04/database$ Exception in thread "main" >> > java.lang.UnsatisfiedLinkError: >> > /tmp/OraInstall2008-10-11_04-05-52PM/jre/1.4.2/lib/i386/motif21/libmawt.so: >> > ld.so.1: java: fatal: libXm.so.4: open failed: No such file or directory" >> > >> >> You can try using the SFEopenmotif package that I made compatible enough >> for JRE 1.5 or earlier to use as a replacement for Solaris Motif. >> That is how I >> could ship a working DLJ licensed JRE 1.5 for BeleniX. >> Get it from here: >> >> http://pkg.belenix.org/trunk/unstable/i386/5.11/o/openmotif:2300.0000.1076.0080.54:i386.pkg.7z >> >> You will need p7zip (SUNWp7zip) to uncompress that: >> 7za e openmotif:2300.0000.1076.0080.54:i386.pkg.7z >> >> Regards, >> Moinak. > > That worked. Thank you. Now "libdps.so.5" is missing.
Ugh! That is the Display Postscript extension library long since obsoleted in X.org and the opensource DPS project essentially dead. However SUN is still shipping it's own DPS libs though I believe that might possibly be obsoleted eventually (Alan Coopersmith can clarify better). I do not have libdps available on BeleniX though this looks like something to get working for the short term to support older apps. Instead of using the Motif AWT it is possible to use the alternative XAWT by following these instructions for JRE 1.5 http://java.sun.com/j2se/1.5.0/docs/guide/awt/1.5/xawt.html Unfortunately this will probably not be available for 1.4.x In addition while this gets you out of the Motif dependency, I can't say whether this will solve the libdps issue. Looks like the only way out for you is an ugly hack of copying the libdps.so.5 binary from an SXCE build over to /usr/X11/lib in OpenSolaris. Regards, Moinak. -- ================================ http://www.belenix.org/ http://moinakg.wordpress.com/ _______________________________________________ indiana-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/indiana-discuss
