64-bit version of "libucb.so.1" not installed as part of SUNWscpu

Hi,

64-bit version of "libucb.so.1" not installed as part of SUNWscpu in solaris 9 server. Where as it is present in solaris 10 server. Please suggest.

Solaris 9 System

# pwd

/var/sadm/install

# more contents | grep libucb.so.1

/usr/ucblib/libucb.so=./libucb.so.1 s none SUNWscpu

/usr/ucblib/libucb.so.1 f none 0755 root bin 53516 11571 1018135482 SUNWscpu

# cd /usr/ucblib

# file libucb.so.1

libucb.so.1:ELF 32-bit MSB dynamic lib SPARC Version 1, dynamically linked, not stripped

#

Solaris 10 system

-

# pwd

/var/sadm/install

# more contents | grep libucb.so.1

/usr/ucblib/libucb.so=./libucb.so.1 s none SUNWscpu

/usr/ucblib/libucb.so.1 f none 0755 root bin 60768 2901 1106443753 SUNWscpu

/usr/ucblib/sparcv9/libucb.so=./libucb.so.1 s none SUNWscpu

/usr/ucblib/sparcv9/libucb.so.1 f none 0755 root bin 75448 59258 1106443754 SUNWscpu

# cd /usr/ucblib/sparcv9

# file libucb.so.1

libucb.so.1:ELF 64-bit MSB dynamic lib SPARCV9 Version 1, dynamically linked, not stripped, no debugging information available

Thanks & Regards

[1178 byte] By [gshekar] at [2007-11-26 10:35:53]
# 1

I assume this is a SPARC system.

The Solaris 10 version for SPARC only comes in 64 bit version, whereas the Solaris 9 came in both a 32 bit and a 64 bit version, hence, where there is only one (64 bit) package for Solaris 10 there will be two packages for Solaris 9.

The 64-bit packages for Solaris 9 had an "x" at the end, hence, the Solaris 9 64-bit version of libucb.so.1 should be found in a package called SUNWscpux.

.7/M.

mAbrante at 2007-7-7 2:46:49 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 2
Thanks a lot.I installed the SUNWscpux package and the JRockit installation was successful.Thanks & regards.
gshekar at 2007-7-7 2:46:49 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...