- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Perl install problem on 10.20
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
07-31-2003 12:15 AM
07-31-2003 12:15 AM
I have downloaded Merijn's perl 5.8.0 for 10.20, unbzipped, untarred into /opt/perl and I get the following error message:
bin/perl -v
/usr/lib/dld.sl: Can't open shared library: /usr/lib/libpthread.sl
/usr/lib/dld.sl: No such file or directory
Abort(coredump)
I presumed (possibly foolishly) that as this a pre-compliled binary I did not need to install with swinstall, is that correct and/or have I missed something out somewhere. Any help gratefully received.
Thanks
Keely
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 12:34 AM
07-31-2003 12:34 AM
Solutionhttp://hpux.connect.org.uk/hppd/hpux/Gnu/pth-1.4.1/
get the 10.20 port, install, and it'll probably work.
Enjoy, have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 12:56 AM
07-31-2003 12:56 AM
Re: Perl install problem on 10.20
Installed pth and still get the same error. Are there any variables I need to set or similar?
Any other ideas? I have no problem installing an earlier version, (perl 5.6.1 would be adequate) if anybody knows where to find one.
Cheers
Keely
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 01:46 AM
07-31-2003 01:46 AM
Re: Perl install problem on 10.20
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 02:01 AM
07-31-2003 02:01 AM
Re: Perl install problem on 10.20
Yes it does exist under /opt/pth/lib.
The SHLIB_PATH variable is not set. Should it point to /usr/lib or /opt/pth/lib or both?
Thanks
Keely
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 02:47 AM
07-31-2003 02:47 AM
Re: Perl install problem on 10.20
I have copied the file from /opt/pth/lib to /usr/lib and it now seems to work, well with my very limited perl scripts, hopefully it will still be ok when somebody uses it in anger.
Strangely creating a link didn't work.
What is pth by the way.
Thanks for the help.
Keely
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 03:25 AM
07-31-2003 03:25 AM
Re: Perl install problem on 10.20
2. pth is the open source Posix THreads implementation. You could also have used libcma, but this is better.
Enjoy, have FUN! H.Merijn