- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Library Load Error
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
Discussions
Discussions
Discussions
Forums
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
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-02-2008 12:48 PM
тАО11-02-2008 12:48 PM
Load error : file 'cobmffh64.sl.2'
error code: 164, pc=0, call=1, seg=0
164 Run-Time subprogram not found
Doing a find, the module is on the server:
find / -name cobmffh64.sl* -print
/opt/lib/cobol/lib/cobmffh64.sl.2
/opt/microfocus/cobol/lib/cobmffh64.sl.2
And I have the following paths defined:
echo $SHLIB_PATH
/opt/perl-5.6.1/lib/site_perl/5.6.1:/opt/perl-5.6.1/lib/5.6.1:/opt/perl-5.8.8-64b-9i/lib/site_perl/5.8.8/PA-RISC2.0-thread-multi-LP64:/opt/perl-5.6.1:/t3appsoftware/vertex/quantum/lib:/t3infinys/tmogenev/release/gvi-3.2.2.h9i2/gvi/lib:/opt/CA/SharedComponents/lib:/t3infinys/tmogenev/platform/home/hpux11.11-64-prd/lib:/t3infinys/tmogenev/platform/home/hpux11.11-64-prd/TPSoftware/rogue/lib:/opt/oracle/product/9.2.0.6.0/lib:/opt/oracle/product/9.2.0.6.0/lib32:/t3infinys/tmogenev/live/lib:/opt/microfocus/cobol:/opt/microfocus/cobol/lib
=>echo $LD_LIBRARY_PATH
/t3infinys/tmogenev/live/bin:/opt/microfocus/cobol/lib:/opt/microfocus/cobol/lib:/opt/oracle/product/9.2.0.6.0/lib:/opt/oracle/product/9.2.0.6.0/bin:/t3infinys/tmogenev/live/bin:/opt/microfocus/cobol/lib:/opt/microfocus/cobol/lib:/opt/oracle/product/9.2.0.6.0/lib:/opt/oracle/product/9.2.0.6.0/bin:/t3infinys/tmogenev/live/bin:/opt/microfocus/cobol/lib:/opt/microfocus/cobol/lib:/opt/oracle/product/9.2.0.6.0/lib:/opt/oracle/product/9.2.0.6.0/bin:/t3infinys/tmogenev/live/bin:/opt/microfocus/cobol/lib:/opt/oracle/product/9.2.0.6.0/lib:/opt/oracle/product/9.2.0.6.0/bin:/t3infinys/tmogenev/live/bin:/opt/microfocus/cobol:/opt/microfocus/cobol/lib:/opt/microfocus/cobol/lib
=>echo $LD_LIBRARY_PATH_64
/opt/microfocus/cobol:/opt/microfocus/cobol/lib
=>
Don't know where else it would need to be defined for the program to find it ???
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-02-2008 01:38 PM
тАО11-02-2008 01:38 PM
SolutionWhat function are you loading in cobmffh64.sl.2?
This isn't special on HP-UX: LD_LIBRARY_PATH_64
You'll need to contact Microfocus about this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-02-2008 01:43 PM
тАО11-02-2008 01:43 PM
Re: Library Load Error
/t3infinys/tmogenev/live/bin/BG: ELF-64 executable object file - PA-RISC 2.0 (LP64)
and the module it can't find:
file /opt/lib/cobol/lib/cobmffh64.sl.2 /opt/microfocus/cobol/lib/cobmffh64.sl.2
/opt/lib/cobol/lib/cobmffh64.sl.2: ELF-64 shared object file - PA-RISC 2.0 (LP64)
/opt/microfocus/cobol/lib/cobmffh64.sl.2: ELF-64 shared object file - PA-RISC 2.0 (LP64)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-02-2008 01:51 PM
тАО11-02-2008 01:51 PM
Re: Library Load Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-02-2008 02:18 PM
тАО11-02-2008 02:18 PM
Re: Library Load Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-02-2008 02:33 PM
тАО11-02-2008 02:33 PM
Re: Library Load Error
I assumed you were a developer. Has it ever worked?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-02-2008 02:59 PM
тАО11-02-2008 02:59 PM
Re: Library Load Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-02-2008 09:23 PM
тАО11-02-2008 09:23 PM
Re: Library Load Error
I suppose you could run tusc to guess what the application does. And if that doesn't help, you could use gdb to see what the calls to dlopen/dlsym are.