![]() |
|
Just another Perl shrine | |
PerlMonks |
Unable to install CGI::Test on a local installation of perlby Hue-Bond (Priest) |
on Apr 01, 2009 at 12:26 UTC ( #754683=perlquestion: print w/replies, xml ) | Need Help?? |
Hue-Bond has asked for the wisdom of the Perl Monks concerning the following question: Hello monks, I'm deploying a copy of perl-5.8.9 in my system, since I need it for working on a project and my system perl has already been upgraded to 5.10. So far the compilation and installation of perl-5.8.9 has gone fine and now I'm installing the project's required modules. I'm getting an error with CGI::Test, during the make test stage, saying undefined symbol: PL_curpad. This is the partial output of what I'm doing:
I've searched google and the monastery to no avail, although I saw some things that could help to shed some light on this:
This last snippet shows that Fcntl seems to load properly, although it doesn't when testing CGI::Test. Maybe I'm inadvertently mixing something with the system perl, although I don't see where. What should I do? I'm out of ideas. --
Back to
Seekers of Perl Wisdom
|
|