Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^2: Perl RPM upgrade breaks alarm() on SuSE-9.1-i386

by cmeyer (Pilgrim)
on Mar 28, 2007 at 16:35 UTC ( [id://607060]=note: print w/replies, xml ) Need Help??


in reply to Re: Perl RPM upgrade breaks alarm() on SuSE-9.1-i386
in thread Perl RPM upgrade breaks alarm() on SuSE-9.1-i386

The user doesn't declare a lexical variable $last, so the while condition is looking at $main::last.

I would recommend building your own perl and installing it in /usr/local, or some other location that will not interfere with the system's perl installation. It is easy (Configure -des; make test; sudo make install).

Installing an rpm package that was built for a different version of the os is asking for trouble.

-Colin.

WHITEPAGES.COM | INC

  • Comment on Re^2: Perl RPM upgrade breaks alarm() on SuSE-9.1-i386

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://607060]
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: (4)
As of 2024-04-20 00:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found