Is it available?


 
Thread Tools Search this Thread
Operating Systems Solaris Is it available?
# 1  
Old 10-05-2005
Question Is it available?

dear all,

is it available to update the Solaris-ELF for Solaris 8.
I have search the sunfreeware, but I get no package to update the command "ld".
What I really need is to update "ld" command, but I don't know how and not sure if it is feasible??? Smilie
# 2  
Old 10-06-2005
Code:
root@jumpy # pkgchk -l -p `which ld`
Pathname: /usr/ccs/bin/ld
Type: regular file
Expected mode: 0755
Expected owner: root
Expected group: bin
Expected file size (bytes): 8480
Expected sum(1) of contents: 24127
Expected last modification: Aug 10 21:41:28 2005
Referenced by the following packages:
        SUNWtoo
Current status: installed
root@jumpy #
root@jumpy #
root@jumpy # pkginfo -l SUNWtoo
   PKGINST:  SUNWtoo
      NAME:  Programming Tools
  CATEGORY:  system
      ARCH:  sparc
   VERSION:  11.9.0,REV=2002.04.06.15.27
   BASEDIR:  /
    VENDOR:  Sun Microsystems, Inc.
      DESC:  utilities for software development, including ld, ldd, od, and truss
    PSTAMP:  leo20050810124110
  INSTDATE:  Sep 12 2005 10:28
   HOTLINE:  Please contact your local service provider
    STATUS:  completely installed
     FILES:       43 installed pathnames
                  10 shared pathnames
                   3 linked files
                  10 directories
                  23 executables
                1950 blocks used (approx)

root@jumpy #
root@jumpy # showrev -p | grep SUNWtoo
Patch: 112963-14 Obsoletes: 112833-01 Requires:  Incompatibles:  Packages: SUNWcsu, SUNWcsr, SUNWcsl, SUNWcslx, SUNWcsxu, SUNWtoo, SUNWtoox, SUNWxcu4, SUNWbtool, SUNWarc, SUNWosdem, SUNWbtoox, SUNWhea
Patch: 113471-07 Obsoletes: 115484-01 Requires:  Incompatibles:  Packages: SUNWcsu, SUNWesu, SUNWcsxu, SUNWtoo, SUNWmdb, SUNWscpu, SUNWtnfc, SUNWesxu, SUNWtoox, SUNWrcapu, SUNWrmwbu, SUNWcpcu
Patch: 112963-19 Obsoletes: 112833-01 Requires:  Incompatibles:  Packages: SUNWcsu, SUNWcsr, SUNWcsl, SUNWcslx, SUNWcsxu, SUNWtoo, SUNWmdb, SUNWmdbx, SUNWtoox, SUNWxcu4, SUNWbtool, SUNWarc, SUNWosdem, SUNWbtoox, SUNWhea
Patch: 112963-23 Obsoletes: 112833-01 Requires:  Incompatibles:  Packages: SUNWcsu, SUNWcsr, SUNWcsl, SUNWcslx, SUNWcsxu, SUNWtoo, SUNWmdb, SUNWmdbx, SUNWtoox, SUNWxcu4, SUNWbtool, SUNWarc, SUNWosdem, SUNWbtoox, SUNWhea
root@jumpy #

this output is from one of my solaris9 boxes. i don't think you will get a single package for "ld". as you can see above, it is included in a system package. usually patches updates your solaris enviroment. i had a look at the newest solaris 8 patch for that package: 109147-38. i didn't find any dependencies, but i am not sure, so have a look on sunsolve and read the manual for that patch.

greetings PRESSY

Last edited by pressy; 10-06-2005 at 09:15 AM..
# 3  
Old 10-07-2005
Dear pressy,

I have gotten the package, and it really do me a great favor.
Thanks a lot Smilie

Chris
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question