Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: How to install Term::ReadLine::Gnu in perlbrew ... only once?

by Fletch (Bishop)
on Nov 06, 2019 at 18:30 UTC ( [id://11108393]=note: print w/replies, xml ) Need Help??


in reply to SOLVED: How to install Term::ReadLine::Gnu in perlbrew ... only once?

Were it pure perl, it'd work. Unfortunately for modules with XS components you're probably not going to have any luck unless you stay within the same major revision (and then I don't know offhand if it's a written guarantee to maintain binary compatibility; I'm sure someone here may be able to quote chapter and verse one way or the other). At best you're likely to have something that just won't load like you're seeing; at worst you might get something which will load but then will randomly SEGV because the "shape" of some perl data structure has changed underneath it and it goes chasing what it thinks should be the foo pointer but is really the lower half of a long double now.

The cake is a lie.
The cake is a lie.
The cake is a lie.

  • Comment on Re: How to install Term::ReadLine::Gnu in perlbrew ... only once?

Replies are listed 'Best First'.
Re^2: How to install Term::ReadLine::Gnu in perlbrew ... only once?
by Anonymous Monk on Nov 07, 2019 at 00:24 UTC
    perlbrew exec perl cpanm Term::ReadLine::Gnu

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (2)
As of 2024-04-25 19:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found