Re: (perl update clash) FC3 x86_64 Important Announcement

From: Gene Smith (gds_at_chartertn.net)
Date: 05/05/05

  • Next message: Chris Stark: "Re: brute force ssh attack"
    To: fedora-list@redhat.com
    Date: Wed, 04 May 2005 21:55:09 -0400
    
    

    Matthew Miller wrote, On 05/02/2005 11:45 AM:
    > On Sun, May 01, 2005 at 11:25:50AM -1000, Warren Togami wrote:
    >
    >>We are deeply sorry about this inconvenience and will try to avoid this
    >>from ever happening again in the future.
    >
    >
    > Thanks for the heads-up, Warren!
    >

    Just to provide more info, the problem was a bunch of man page conflicts
    on yum update when perl updated on x86_64 system. This was caused by
    erroneous install of i386 perl with FC3. Solution (unless you really
    need i386 32bit perl as someone did above):

    yum remove perl.i386
    yum update

    -- 
    fedora-list mailing list
    fedora-list@redhat.com
    To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
    

  • Next message: Chris Stark: "Re: brute force ssh attack"

    Relevant Pages

    • Re: Beginner: little rand() question in a long posting ...
      ... My advice is to avoid them, but if you use them, they must appear before the function invokation, so this won't work right: ... sub my_function{ ... Does not perform a calculation because you assign a string to $km_tag. ... Remove the quotes to allow Perl to perform a calculation. ...
      (comp.lang.perl.misc)
    • Re: Do I *have* to use OOP to use modules?
      ... Sooo....is it possible to be fully productive using Perl5 in a non-OOP ... That depends on how much you want to avoid OO. ... OO support you get from Perl is so limited, ... bother writing OO Perl. ...
      (comp.lang.perl.misc)
    • Re: syscall getpwnam and changing authetication on system
      ... I just added this becaus on commandline a ... new fresh perl -wle 'getpwnam' works fine. ... string, which is to say it's cached the old uid. ... Avoid, avoid, avoid. ...
      (perl.beginners)
    • Re: [Full-disclosure] Linus mass killing integer overflows
      ... i vote for implementing parrot - http://www.parrotcode.org/ to avoid ... perl vs python vs java flames. ...
      (Full-Disclosure)
    • Re: Beginner question
      ... BS> Check if the command can take arguments to set the input. ... know about autovivification even as he codes to avoid it: ... there are many other mistakes or poor perl examples there. ...
      (perl.beginners)