Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Perl > Why does make test fail buidling perl 5.8.6?

Reply
Thread Tools

Why does make test fail buidling perl 5.8.6?

 
 
Fred
Guest
Posts: n/a
 
      03-15-2005
I'm trying to build perl 5.8.6 on an HP-UX 11.11 box.
I can create the Makefile OK, and make doesn't return
any errors. However, when I run make test I receive
the error below regarding the LD_LIBRARY_PATH. So,
I did what it suggested and added the build directory
to the LD_LIBRARY_PATH, and it still fails.
Any ideas?

-Thanks

Error when running perl 5.8.6 make test on host12:

### in the 't' directory since most (>=80%) of the tests succeeded.
### You may have to set your dynamic library search path,
### LD_LIBRARY_PATH, to point to the build directory:
### setenv LD_LIBRARY_PATH `pwd`:$LD_LIBRARY_PATH; cd t; ./perl harness
### LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; cd t; ./perl harness
### export LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH; cd t; ./perl harness
### for csh-style shells, like tcsh; or for traditional/modern
### Bourne-style shells, like bash, ksh, and zsh, respectively.
u=1.64 s=1.22 cu=288.93 cs=26.53 scripts=871 tests=87817
*** Error exit code 1

Stop.
*** Error exit code 1



Set the LD_LIBRARY_PATH as stated above:

host12:/scratch/sysadm/perl/perl-5.8.6> set|grep LD
LD_LIBRARY_PATH=/scratch/sysadm/perl/perl-5.8.6:/ap/p/oracle/product/9i/lib32
OLDPWD=/scratch/sysadm/perl

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
FAQ 5.38 Why does Perl let me delete read-only files? Why does "-i" clobber protected files? Isn't this a bug in Perl? PerlFAQ Server Perl Misc 0 02-11-2011 05:00 AM
findcontrol("PlaceHolderPrice") why why why why why why why why why why why Mr. SweatyFinger ASP .Net 2 12-02-2006 03:46 PM
Simple question: Buidling Web setup project ? =?Utf-8?B?c2VyZ2UgY2FsZGVyYXJh?= ASP .Net 0 11-27-2005 02:52 PM
Best references for buidling a webcrawler Jay Liu Java 3 10-29-2004 08:58 PM
test test test test test test test Computer Support 2 07-02-2003 06:02 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57