Re: Problems Installing perl 5.8.7
- From: Brian McCauley <nobull@xxxxxxxx>
- Date: Wed, 09 Nov 2005 19:23:28 +0000
Degz wrote:
I'm trying to 5.8.7. I currently have installed Perl 5.004_05.
Looking at the install file, I am following the default route.
rm -f config.sh Policy.sh sh Configure -de make make test make install
However when I do a make test, i have 1 test failing (Constant.t)
If I go into the t/ directory and run it manually it looks as though I have something missing ? as I get the following response. ( plus others further down, i'm guessing because of the initial error )
ok 4 # This is dynamic linking, so no need to make perl # make = 'make test' Can't load 'blib/arch/auto/ExtTest/ExtTest.so' for module ExtTest: dynamic linke r: /usr/bin/perl: relocation error: symbol not found: PL_stack_sp; referenced fr om: blib/arch/auto/ExtTest/ExtTest.so at test.pl line 2 Compilation failed in require at test.pl line 2.
It looks to me like you are trying to run part of 5.8.7 built test suite using /usr/bin/perl (i.e. versoin 5.004_05).
Try running it explicitly with the just built 5.8.7. .
- Follow-Ups:
- Re: Problems Installing perl 5.8.7
- From: Degz
- Re: Problems Installing perl 5.8.7
- References:
- Problems Installing perl 5.8.7
- From: Degz
- Problems Installing perl 5.8.7
- Prev by Date: flip flopping words
- Next by Date: Re: matching a pattern with a space or no space??
- Previous by thread: Problems Installing perl 5.8.7
- Next by thread: Re: Problems Installing perl 5.8.7
- Index(es):
Relevant Pages
|