- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- crt0: ERROR couldn't open dld.sl errno:000000002
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2003 09:29 PM
11-17-2003 09:29 PM
;; Optimization settings: safety 1, space 1, speed 1, debug 1.
;; For a complete description of all compiler switches given the
;; current optimization settings evaluate (EXPLAIN-COMPILER-SETTINGS).
; Starting graphics event handler ...
; Starting X event reader ...
; Spawning GFX process ...
;| crt0: ERROR couldn't open dld.sl errno:000000002
Lisp End : L003 Invalid hostname 'csimI'
Lisp End : L003 Invalid hostname 'csimI'
Lisp End : L003 Invalid hostname 'csimI'
Lisp End : L003 Invalid hostname 'csimI'
Error: Cannot make C-Lisp connection.
Restart actions (select using :continue):
0: Re-attempt C-Lisp connection.
1: Skip startup function CCL::INITIALIZE-CCL.
[1c]
Interrupt 2 (Keyboard interrupt): Select a process to handle it:
0 -- Ignore the Interrupt --
1 #
2 #
3 #
Enter an integer:
The scheduler is attempting to recover from
eof encountered on stream
#
:pop
could anybody help me???
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2003 09:35 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2003 09:40 PM
11-17-2003 09:40 PM
Re: crt0: ERROR couldn't open dld.sl errno:000000002
# chacl /usr/local/puma/bin/puma
to see which libraries it expects runtime and where. For each of those check if they exist and fit the calling architecture.
Enjoy, have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2003 09:41 PM
11-17-2003 09:41 PM
Re: crt0: ERROR couldn't open dld.sl errno:000000002
check whether the dld.sl file is present and are with right permissions
$ ll -d /
drwxr-xr-x 45 root root 2048 Nov 8 12:34 /
$ ll -d /lib
dr-xr-xr-x 4 bin bin 1024 Oct 23 12:11 /lib
$ ll -d /lib/dld.sl
-r-xr-xr-x 1 bin bin 69632 Nov 17 2000 /lib/dld.sl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2003 09:45 PM
11-17-2003 09:45 PM
Re: crt0: ERROR couldn't open dld.sl errno:000000002
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2003 09:48 PM
11-17-2003 09:48 PM
Re: crt0: ERROR couldn't open dld.sl errno:000000002
as root
# cd /
# ln -s /usr/lib lib
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2003 09:54 PM
11-17-2003 09:54 PM
Re: crt0: ERROR couldn't open dld.sl errno:000000002
ln -s directory_name(s) directory_name
The use of the -s option indicates that this is to be a symbolic link. Only the super-user is allowed make hard links between directories.
As a user you are restricted to creating symbolic links between directories using the -s option.
Bruno
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2003 09:58 PM
11-17-2003 09:58 PM
Re: crt0: ERROR couldn't open dld.sl errno:000000002
lr-xr-xr-t 1 root sys 8 May 18 2000 /lib -> /usr/lib
Thanks to everybody that help me in advance.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2003 09:58 PM
11-17-2003 09:58 PM
Re: crt0: ERROR couldn't open dld.sl errno:000000002
#ln -s /usr/lib /lib
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2003 10:01 PM
11-17-2003 10:01 PM
Re: crt0: ERROR couldn't open dld.sl errno:000000002
Make sure that the application checks this library inside the /usr/lib directory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2003 10:04 PM
11-17-2003 10:04 PM
Re: crt0: ERROR couldn't open dld.sl errno:000000002
How can I correct tha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2003 10:13 PM
11-17-2003 10:13 PM
Re: crt0: ERROR couldn't open dld.sl errno:000000002
Are you looking at the 't' in the permissions field.
Actually this was the older way for providing a trasition link to point to a different different.It is not the sticky bit.
With 11.0 the present permissions the present one
lr-xr-xr-x would be okay.
you cannot change the permissions of the link.
If you do that then it would only affect the dir it is pointing to.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2003 11:04 PM
11-17-2003 11:04 PM
Re: crt0: ERROR couldn't open dld.sl errno:000000002
777 to lib
lrwxrwxrwx /lib -> /usr/lib
not
lr-xr-xr-t /lib -> /usr/lib
I have detected that i dont have /bin linked to /usr/bin neither.
and if i create the soft link /lib-> /usr/lib, when reboot i lose the link. Rarely.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2003 11:20 PM
11-17-2003 11:20 PM
Re: crt0: ERROR couldn't open dld.sl errno:000000002
be sure that /lib is not a mounted file system
reboots should never delete symlinks!
# tllist
should show you the transition links, under which catagory the links for /bin and /lib fall
# tlinstall
should reinstall them.
Enjoy, have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2003 11:44 PM
11-17-2003 11:44 PM
Re: crt0: ERROR couldn't open dld.sl errno:000000002
I have solve the problem. Thank you very much, specialy to procura (H.Merijn)for the last comment.