Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Re: Attempt to free unreferenced scalar: (or how I learnt to stop worrying and love @INC)

by Mr. Muskrat (Canon)
on Jan 24, 2004 at 02:39 UTC ( [id://323769]=note: print w/replies, xml ) Need Help??


in reply to Re: Attempt to free unreferenced scalar: (or how I learnt to stop worrying and love @INC)
in thread Attempt to free unreferenced scalar: (or how I learnt to stop worrying and love @INC)

Perhaps the modules that were installed for 5.8.3 were not installed for 5.8.0. If that is the case then it is not a bug. His @INC included 5.6.1 and 5.005 and those are definitely not binary compatible with 5.8.x.
  • Comment on Re: Re: Attempt to free unreferenced scalar: (or how I learnt to stop worrying and love @INC)

Replies are listed 'Best First'.
Re: Re: Re: Attempt to free unreferenced scalar: (or how I learnt to stop worrying and love @INC)
by sth (Priest) on Jan 24, 2004 at 17:16 UTC

    His @INC included 5.6.1 and 5.005 and those are definitely not binary compatible with 5.8.x.

    ...but his @INC did not include the arch dirs for 5.6.1 & 5.005. I've had this problem as well, in fact I posted it to the dbi-users list. Nothing was resolved. I've had this happen on FreeBSD, OSF and Linux. I was upgrading the Perl on these servers to 5.8.1. I have a CPAN script that installs the modules we use and it would "hang" when installing Bundle::DBI. On the OSF it actually used all the swap space up. I finally was able to resolve this by moving the */site_perl/5.6.1 to a temp name and installed all the modules in the 5.8.1 tree. Everything I've read indicates that 5.8.x is supposed to only look for the Perl only modules and not use the old XS compiled modules. Maybe there is a XS compiled module in a non-standard dir. The only way I've been able to upgrade is to rename the site_perl/5.6.1 dir. I'm glad someone else has had this problem, I thought I was the only one. I have another server that needs to be upgraded, so I am going to install everything manually and see if can figure out why this is happening.

    sth

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (7)
As of 2024-04-18 07:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found