Alexander Bubnov writes:
> collect2: ld terminated with signal 9 [Killed]
> ld.so.1: ld: fatal: libld.so.4: version `SUNWprivate_4.2' not found
> (required by file /usr/bin/ld)
> ld.so.1: ld: fatal: libld.so.4: open failed: No such file or directory
> ld.so.1: ld: fatal: relocation error: file /usr/bin/ld: symbol
> ld32_main: referenced symbol not found
You're not the first to experience this -- there's a long-running
thread about the inadvisability of using GNU ld that started with the
same issue -- but I don't think anyone yet knows what causes it.
I would start by looking at the output of this:
% pvs /usr/bin/ld /lib/libld.so.4
The current version shows SUNWprivate_4.3 for the libld.so.4
dependency. Assuming that you've somehow got a stale /usr/bin/ld on
this system (referring to an out-of-rev libld.so.4), run this on SXCE:
# pkgchk SUNWtoo
or on OpenSolaris:
% pfexec pkg verify -fv SUNWtoo
Do these report problems?
If so, a possible cause could be the missing 'SUNWcslr' from the
dependencies for SUNWtoo. But that's just a wild guess.
--
James Carlson, Solaris Networking <james.d.carlson at sun.com>
Sun Microsystems / 35 Network Drive 71.232W Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757 42.496N Fax +1 781 442 1677