Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: CPAN.pm says module is up-to-date, but running it says XS code is not built.

by McA (Priest)
on Sep 09, 2014 at 15:55 UTC ( [id://1100006]=note: print w/replies, xml ) Need Help??


in reply to CPAN.pm says module is up-to-date, but running it says XS code is not built.

Hi,

the module IO::Pty::HalfDuplex::SysctlPoll you want to install is part of the distribution IO::Pty::HalfDuplex. So, you have to install this one via cpan.

You may try to reinstall with:

cpan> force install IO::Pty::HalfDuplex

Regards
McA

Replies are listed 'Best First'.
Re^2: CPAN.pm says module is up-to-date, but running it says XS code is not built.
by ikegami (Patriarch) on Sep 09, 2014 at 20:59 UTC
    Don't do that. That will install even if they are test failures. Use
    force test IO::Pty::HalfDuplex::SysctlPoll
    then, if the tests pass, you can use
    force install IO::Pty::HalfDuplex::SysctlPoll

      Thank you for correcting me.

      Once again I know why I use cpanm.

      Regards
      McA

        How would it have been different with cpanm?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (6)
As of 2024-04-26 08:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found