Mohammad Salaque wrote:
Dear All,

I m runing SunOS 5.9 Generic_118558-06 sun4u sparc SUNW,UltraAX-i2 .
it is a Netra T1

while i m using  crle -u -v -l /usr/lib  . i have found a error "Bus
error core dump"

so what i did i delete all the content from /var/ld/ld.config file .
then when i am using crle -u its givme me  crle: /var/ld/ld.config:
corrupt file, possible truncation

can't figure out how to resolve that problem !

M.Salaque


hello Mohammad,

you can safely delete the /var/ld/ld.config file and recreate it again with crle. /usr/lib is the default search path so when the ld.config file does not exist running crle with the "-u" option will automatically add the /usr/lib path to the ld.config file:

#crle -u -v -l /opt/SUNWspro/lib
output configuration file: /var/ld/ld.config
 adding default library path (ELF): /opt/SUNWspro/lib
#crle

Configuration file [version 4]: /var/ld/ld.config
  Default Library Path (ELF):   /usr/lib:/opt/SUNWspro/lib
  Trusted Directories (ELF):    /usr/lib/secure  (system default)

Command line:
  crle -c /var/ld/ld.config -l /usr/lib:/opt/SUNWspro/lib


greetings,

Stoyan

_______________________________________________
Solaris-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/solaris-users

Reply via email to