Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Undefined symbol: Perl_safemalloc

by mojotoad (Monsignor)
on Jul 27, 2002 at 17:55 UTC ( [id://185768]=note: print w/replies, xml ) Need Help??


in reply to Undefined symbol: Perl_safemalloc

5.8.0 broke some binary compatability. Your XS modules will have to be recompiled:

The major reason for the discontinuity is the new IO architecture called PerlIO. PerlIO is the default configuration because without it many new features of Perl 5.8 cannot be used. In other words: you just have to recompile your modules containing XS code, sorry about that.

The perldelta has more info.

Matt

Replies are listed 'Best First'.
Re: Re: Undefined symbol: Perl_safemalloc
by schumi (Hermit) on Jul 28, 2002 at 10:39 UTC
    What a day! My ISP seems to be up and running again, the weather outside is just brilliant, and someone has found an answer to my problem.

    Cheers, Matt!

    --cs

    There are nights when the wolves are silent and only the moon howls. - George Carlin

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-04-24 03:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found