- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Perl 5.8.7 Install 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
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
09-26-2005 12:26 PM
09-26-2005 12:26 PM
Perl 5.8.7 Install Error
t/op/filetest.............................Can't locate Config_heavy.pl in @INC (
@INC contains: ../lib) at ../lib/Config.pm line 66.
# Looks like you planned 10 tests but ran 5.
FAILED at test 6
and then several "join" error messages:
ext/threads/shared/t/0nothread............ok
ext/threads/shared/t/av_refs..............Can't call method "join" on an undefin
ed value at ../ext/threads/shared/t/av_refs.t line 50.
FAILED at test 4
ext/threads/shared/t/av_simple............Can't call method "join" on an undefin
ed value at ../ext/threads/shared/t/av_simple.t line 47.
FAILED at test 10
ext/threads/shared/t/cond.................Can't call method "join" on an undefin
ed value at ../ext/threads/shared/t/cond.t line 53.
FAILED at test 3
ext/threads/shared/t/disabled.............ok
ext/threads/shared/t/hv_refs..............Can't call method "join" on an undefin
ed value at ../ext/threads/shared/t/hv_refs.t line 45.
FAILED at test 4
any idea where I might of gone wrong ???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2005 03:58 PM
09-26-2005 03:58 PM
Re: Perl 5.8.7 Install Error
http://software.hp.com
You'll be transferred to the new site, which I've yet to memorize.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2005 04:12 PM
09-26-2005 04:12 PM
Re: Perl 5.8.7 Install Error
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=PERL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2005 04:39 PM
09-26-2005 04:39 PM
Re: Perl 5.8.7 Install Error
Sometimes when compiling perl source or perl related products, the files( .pm, .pl ) should be installed first for some of the tests executed by "make test". OR these modules path should be in @INC.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2005 07:37 PM
09-26-2005 07:37 PM
Re: Perl 5.8.7 Install Error
Why do you need a threaded perl?
Do you *need* a threaded perl?
DBD-Oreacle does NOT need a threaded perl!
raj is not correct. Certainly for 5.8.7 all tests should pass
Enjoy, Have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2005 12:36 AM
09-27-2005 12:36 AM
Re: Perl 5.8.7 Install Error
We don't want to use the depot install as this installs in /usr/local/bin and we need to run multiple versions of perl..
I did resolve the thread errors and reran the make test and now only come up with one error:
/op/filetest.............................Can't locate Config_heavy.pl in @INC (
@INC contains: ../lib) at ../lib/Config.pm line 66.
# Looks like you planned 10 tests but ran 5.
FAILED at test 6
The Config_heavy.pl is in ./perl-5.8.7/lib and I must be doing something wrong not to include thet path in the @INC...
Any ideas??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2005 02:31 AM
09-27-2005 02:31 AM
Re: Perl 5.8.7 Install Error
Issued: export LD_LIBRARY_PATH=..../perl-5.8.7/lib before running the Configure.sh make make test make install...
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2005 02:57 AM
09-27-2005 02:57 AM
Re: Perl 5.8.7 Install Error
But they are all unthreaded builds including defined-or and a lot of up-to-date modules
My HP ITRC site pages can be found at (please use LA as primary choice):
USA Los Angeles http://mirrors.develooper.com/hpux/
SGP Singapore https://www.beepz.com/personal/merijn/
USA Chicago http://ww.hpux.ws/merijn/
NL Hoofddorp http://www.cmve.net/~merijn/
Enjoy, have FUN! H.Merijn