- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- hp-ux 11.23 Itanium, expect and libtcl.sl
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
02-19-2007 05:15 AM
02-19-2007 05:15 AM
I'm trying to install http://hpux.connect.org.uk/hppd/hpux/Tcl/expect-5.43 binary on HP-UX 11.23 ia64 (Itanium rx4640).
I've installed all the dependecies(pth tcltk libgcc gettext libiconv make) before installing
expect as , but none of them contains (swlist -l file ...) libtcl.sl .
[root@grinch /tmp]# expect
/usr/lib/hpux32/dld.so: Unable to find library 'libtcl.sl'.
Killed
[root@grinch /tmp]# chatr `which expect`
/usr/local/bin/expect:
32-bit ELF executable
shared library dynamic path search:
LD_LIBRARY_PATH enabled first
SHLIB_PATH enabled second
embedded path enabled third /usr/local/lib/hpux32:/usr/local/lib:.
shared library list:
libexpect.sl
libtcl.sl
libdl.so.1
libxnet.so.1
libm.so.1
libc.so.1
shared library binding:
deferred
...
Regards and thanks,
Borut
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2007 05:20 AM
02-19-2007 05:20 AM
Re: hp-ux 11.23 Itanium, expect and libtcl.sl
ln -s libtcl8.4.sl libtcl.sl
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2007 05:46 AM
02-19-2007 05:46 AM
Re: hp-ux 11.23 Itanium, expect and libtcl.sl
Thanks, Ivan.
tcltk for Itanium only comes with libtcl.so.1,
which is ok, but expect wants '.sl' format
(mostly used on pa-risc), which didn't come
with the distribution.
Looks like I'll have to make it from the
source distro.
Regards,
Borut
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2007 06:01 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2007 08:31 PM
02-19-2007 08:31 PM