View Single Post
  #2   (View Single Post)  
Old 2nd June 2008
roundkat roundkat is offline
Shell Scout
 
Join Date: May 2008
Posts: 115
Default

Man..
no Solaris Gurus.. ???

I figured this out..

Solution:

Removed
-- binutils-2.17

Ran through the steps again and it worked..

One Caveat if your are in a "sparse root" zone..
Quote:
the make all command is looking in
/lib

for this file
libltdl.so.3

and since it is a sparse root

/lib is read only

I just copied it to the global zone.
Code:
ultra-80# pwd
/lib
ln -s  libltdl.so.3.1.5 libltdl.so.3
I also removed
-- libgcc-3.4.6

Since it was not needed..

Last edited by roundkat; 13th July 2008 at 11:08 PM.
Reply With Quote