If I modify the Trusted Directories with this command: crle -c /var/ld/ld.config -s /lib/secure:/usr/lib/secure
everything still works, but if I modify the Default Library Path with: crle -c /var/ld/ld.config -l /lib:/usr/lib Some commands fail, such as ps, with this output: ld.so.1: ps: fatal: /usr/lib/libc.so.1: wrong ELF class: ELFCLASS32 Killed Notice that the paths being set match the system defaults. The crle output is identical before and after being set, with the exception of "(system default)" not being appended to the line if it is set by the above commands. Is there something special about the default settings that is not shown in the output? What am I missing? Thanks, Fernando This message posted from opensolaris.org