[geeks] argh Solaris

Big Endian bigendian at mac.com
Sat Apr 13 02:51:12 CDT 2002


>On Thu, Apr 11, 2002 at 09:21:30PM -0700, Gregory Leblanc wrote:
>>  On Thu, 2002-04-11 at 21:15, Joshua D Boyd wrote:
>>  > bash-2.03# xemacs
>>  > ld.so.1: xemacs: fatal: libXm.so.3: open failed: No such file or directory
>>  > Killed
>>  > bash-2.03# ls /usr/lib/libXm.so.3
>>  > /usr/lib/libXm.so.3
>>  > bash-2.03#
>>  >
>>  > Anyone have a good explaination for that?  If this was linux I'd double
>>  > check /etc/ld.so.conf, but that doesn't seem to exist here.
>>
>>  Check out the crle man page.  That does similar stuff on Solaris.
>
>man page says that crle -u updates it's config file, and that if it doesn't
>exist create it.
>
>crle -u returns "crle: /var/ld/ld.config: open failed: No such file or
>directory"
>
>In the man page, a simple sample usage is to add a path. 
>"example% crle  -u  -l /local/lib"  I changed that to be /usr/lib instead
>of local/lib, and when I run:
>bash-2.03# crle -u -l /usr/lib
>crle: /var/ld/ld.config: open failed: No such file or directory
>bash-2.03#
>
>WTF is up here?

touch /var/ld/ld.config
crle -u
crle -u -l /usr/lib

daniel
-- 
-----------------------------------------------------------------
"Fragile. Do not drop." -- Posted on a Boeing 757.



More information about the geeks mailing list