HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- oratcl 4.4 Install Problems;
Operating System - Linux
1830212
Members
3177
Online
109999
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
10-06-2006 11:38 AM
10-06-2006 11:38 AM
oratcl 4.4 Install Problems;
Hi all-
my sysadmin has TclTk 8.4.12 installed on our hp-ux 11.11 box. The DBA has Oracle9i installed on the same machine. I'm trying to help get oratcl4.4 installed but am having issues.
I've tried making oratcl in both shared and not-shared mode but that doesn't seem to help.
Here's what happens when I try to use the make test command:
usr/local/bin" TCLLIBPATH="." tclsh `echo ./tests/all.tcl`
/usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libcl.2
/usr/lib/dld.sl: Exec format error
Oratcl_Init(): Failed to load /disc/app/oracle/product/9.2.0/lib/libclntsh.sl with error
while executing
"load ./libOratcl4.4.sl"
("package ifneeded" script)
invoked from within
"package require -exact Oratcl 4.4"
(file "./tests/defs.tcl" line 15)
invoked from within
"source [file join [file dirname [info script]] defs.tcl]"
(file "./tests/all.tcl" line 13)
*** Error exit code 1
Something is a mismatch somewhere - I just can't see it. Does anyone have a clue?
Thanks,
mike
my sysadmin has TclTk 8.4.12 installed on our hp-ux 11.11 box. The DBA has Oracle9i installed on the same machine. I'm trying to help get oratcl4.4 installed but am having issues.
I've tried making oratcl in both shared and not-shared mode but that doesn't seem to help.
Here's what happens when I try to use the make test command:
usr/local/bin" TCLLIBPATH="." tclsh `echo ./tests/all.tcl`
/usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libcl.2
/usr/lib/dld.sl: Exec format error
Oratcl_Init(): Failed to load /disc/app/oracle/product/9.2.0/lib/libclntsh.sl with error
while executing
"load ./libOratcl4.4.sl"
("package ifneeded" script)
invoked from within
"package require -exact Oratcl 4.4"
(file "./tests/defs.tcl" line 15)
invoked from within
"source [file join [file dirname [info script]] defs.tcl]"
(file "./tests/all.tcl" line 13)
*** Error exit code 1
Something is a mismatch somewhere - I just can't see it. Does anyone have a clue?
Thanks,
mike
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2006 01:56 PM - edited 10-29-2011 01:16 AM
10-06-2006 01:56 PM - edited 10-29-2011 01:16 AM
Re: oratcl 4.4 Install problems
If you want to dynamically load something that depends on libpthread or libcl, you must link libpthread or libcl into your executable. If you can't relink, you can use LD_PRELOAD:
This is for sh/ksh:
LD_PRELOAD=/usr/lib/libcl.2 executable ...
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP