JDK 1.1.8 GUI does not work on Solaris 10?

I am trying to run the JDK 1.1.8 that comes with Oracle 9.2 installer on Solaris 10 Beta 72 and it fails. It complains with the message:

ld.so.1: /export/home/oracle/jre/1.1.8/bin/sparc/native_threads/jre: fatal: relocation error: file /export/home/oracle/jre/1.1.8/bin/../lib/sparc/native_threads/libawt.so: symbol XShmQueryExtension: referenced symbol not found (/export/home/oracle/jre/1.1.8/bin/../lib/sparc/native_threads/libawt.so)

ld.so

The pathway is

oracle/jre/1.1.8/lib/sparc/native_threads/libawt.so

depends on

/usr/dt/lib/libXm.so.3,

depends on

/usr/openwin/lib/libXt.so.4

depends on

/usr/openwin/lib/libX11.so.4

On Solaris 9, libX11.so.4 depends on libXext.so.0, which is where XShmQueryExtension, but this dependency is missing in the Solaris 10 Beta 72.

The libXext.so.0 file exists, it is just the dependency that is missing. .

Has anyone else seen this problem? Any workarounds? How can I notify the Beta program to fix this?

[1034 byte] By [amorrow@earthlink.net] at [2007-11-26 0:45:53]
# 1
Solaris 10 03/05 is already out. Unless there is a strong need to use the Beta, you probably want to try with the above. http://www.sun.com/software/solaris/get.jsp
wy_tan at 2007-7-5 19:41:13 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 2

Thanks. It turns out that this was fixed in the 03/05 release. The good listing is:

% ldd /usr/openwin/lib/libX11.so.4

libsocket.so.1 =>/lib/libsocket.so.1

libnsl.so.1 =>/lib/libnsl.so.1

libXext.so.0 => /usr/openwin/lib/libXext.so.0

libdl.so.1 =>/lib/libdl.so.1

libc.so.1 =>/lib/libc.so.1

libmp.so.2 =>/lib/libmp.so.2

libmd5.so.1 =>/lib/libmd5.so.1

libscf.so.1 =>/lib/libscf.so.1

libdoor.so.1 => /lib/libdoor.so.1

libuutil.so.1 => /lib/libuutil.so.1

libm.so.2 =>/lib/libm.so.2

/platform/SUNW,Ultra-60/lib/libc_psr.so.1

/platform/SUNW,Ultra-60/lib/libmd5_psr.so.1

%

amorrow@earthlinknet at 2007-7-5 19:41:13 > top of Java-index,Solaris Operating System,Solaris 10 Features...