Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Unable to install CGI::Test on a local installation of perl

by Hue-Bond (Priest)
on Apr 01, 2009 at 12:26 UTC ( [id://754683]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ PATH=$PATH:/opt/myperl/bin /opt/myperl/bin/cpan CGI::Test
    [...]
    Running make test
    ...
    t/play_multi....ok 3/27Can't load '/opt/myperl/lib/5.8.9/i686-linux/au
    +to/Fcntl/Fcntl.so' for module Fcntl: /opt/myperl/lib/5.8.9/i686-linux
    +/auto/Fcntl/Fcntl.so: undefined symbol: PL_curpad at /opt/myperl/lib/
    +5.8.9/i686-linux/XSLoader.pm line 70.
     at /opt/myperl/lib/5.8.9/i686-linux/Fcntl.pm line 215
    BEGIN failed--compilation aborted at /opt/myperl/lib/5.8.9/i686-linux/
    +Fcntl.pm line 216.
    
  2. or download this
    $ nm /opt/myperl/lib/5.8.9/i686-linux/auto/Fcntl/Fcntl.so | grep PL_cu
    +rpad
             U PL_curpad
    $ nm /opt/myperl/bin/perl | grep PL_curpad
    0813c000 B PL_curpad
    $ /opt/myperl/bin/perl -MFcntl -e 'print "ok\n";'
    ok
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://754683]
Approved by marto
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (4)
As of 2024-04-16 05:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found