Tim Hattrell wrote: > Problem solved. After inspecting the binary I discovered it was asking > for /lib/ld-linux.so.2. This wasn't installed on my system (only 64 bit > libs were) but having installed it Sun Studio is back up and running.
Ah. I will have to add 'ldd -r -d ./programfile' to the debug testing route in the future then to catch that case. Glad to hear you solved your problem. Bob