wxPython & Fedora Core 4

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • linuxfreak

    wxPython & Fedora Core 4

    Hi guys,

    Has anyone installed wxPython on Fedora Core 4. Apparently it need
    the libstdc++.so.5 file while Fedora installs the newer libstdc++.so.6
    file. I tried installing the libstdc rpm from fedora core 3 which would
    have installed the required file but Fedora does not allow multiple
    versions of the same file . Man this is frustrating. Help desparately
    required....... ...


    Thanks

  • Sybren Stuvel

    #2
    Re: wxPython & Fedora Core 4

    linuxfreak enlightened us with:[color=blue]
    > Has anyone installed wxPython on Fedora Core 4. Apparently it need
    > the libstdc++.so.5 file while Fedora installs the newer
    > libstdc++.so.6 [...] Fedora does not allow multiple versions of the
    > same file.[/color]

    Try Ubuntu Linux, which does allow having libstdc++.so.5 and .6
    installed, on the same system, using the package manager.

    Fedora _does_ allow multiple versions of that library, but apparently
    not via it's package manager. Nobody is stopping you from getting the
    file and putting it on your system.

    You could also recompile the wxPython RPMs, so they link to your
    version of the library.

    Sybren
    --
    The problem with the world is stupidity. Not saying there should be a
    capital punishment for stupidity, but why don't we just take the
    safety labels off of everything and let the problem solve itself?
    Frank Zappa

    Comment

    • Christophe Lambin

      #3
      Re: wxPython & Fedora Core 4

      "linuxfreak " <samgurung@gmai l.com> wrote:
      [color=blue]
      > Has anyone installed wxPython on Fedora Core 4. Apparently it need
      > the libstdc++.so.5 file while Fedora installs the newer libstdc++.so.6
      > file. I tried installing the libstdc rpm from fedora core 3[/color]

      You can install compat-libstdc++-33 (part of FC4), which has
      libstdc++.so.5. However, since your wxPython package wasn't built for
      FC4, you make run into other problems.

      Regards,
      Christophe

      Comment

      • Christophe Lambin

        #4
        Re: wxPython &amp; Fedora Core 4

        "linuxfreak " <samgurung@gmai l.com> wrote:
        [color=blue]
        > Has anyone installed wxPython on Fedora Core 4. Apparently it need
        > the libstdc++.so.5 file while Fedora installs the newer libstdc++.so.6
        > file. I tried installing the libstdc rpm from fedora core 3[/color]

        You can install compat-libstdc++-33 (part of FC4), which has
        libstdc++.so.5. However, since your wxPython package wasn't built for
        FC4, you may run into other problems.

        Regards,
        Christophe

        Comment

        • Sybren Stuvel

          #5
          Re: wxPython &amp; Fedora Core 4

          Christophe Lambin enlightened us with:[color=blue]
          > However, since your wxPython package wasn't built for FC4, you may
          > run into other problems.[/color]

          That should be solved by recompiling the wxPython RPMs.

          Sybren
          --
          The problem with the world is stupidity. Not saying there should be a
          capital punishment for stupidity, but why don't we just take the
          safety labels off of everything and let the problem solve itself?
          Frank Zappa

          Comment

          • linuxfreak

            #6
            Re: wxPython &amp; Fedora Core 4

            Yup rebuilt the rpms and it worked

            Thanks a lot guys



            Sybren Stuvel wrote:[color=blue]
            > Christophe Lambin enlightened us with:[color=green]
            > > However, since your wxPython package wasn't built for FC4, you may
            > > run into other problems.[/color]
            >
            > That should be solved by recompiling the wxPython RPMs.
            >
            > Sybren
            > --
            > The problem with the world is stupidity. Not saying there should be a
            > capital punishment for stupidity, but why don't we just take the
            > safety labels off of everything and let the problem solve itself?
            > Frank Zappa[/color]

            Comment

            Working...