If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Unix Shell Scripts > Unix COBOL runtime error

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-21-08, 13:10
sundaar sundaar is offline
Registered User
 
Join Date: May 2008
Posts: 2
Unix COBOL runtime error

I am getting following error when i tried to run a cobol program on unix system

/usr/lib/dld.sl: Can't find path for shared library: libcobscreen.sl.2
/usr/lib/dld.sl: No such file or directory

Abort(coredump)

Can any body help me on this problem.
Reply With Quote
  #2 (permalink)  
Old 05-21-08, 13:24
Pat Phelan Pat Phelan is online now
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,612
I moved this question from New Members & Introductions to Unix Shell Scripts where you stand a much better chance of getting a technical answer.

Based on the error message you are getting, I'm pretty sure that you're missing a shared library. Someone here might know the answer, but if you don't get a response then please post the results of executing the following command and I'll do what I can to help:
Code:
ls -l /usr/bin
-PatP
Reply With Quote
  #3 (permalink)  
Old 05-21-08, 13:34
sundaar sundaar is offline
Registered User
 
Join Date: May 2008
Posts: 2
Thank you for your help Pat.

Sundar
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On