Menu

Redhat 9

Help
2003-05-06
2003-05-06
  • Kreg Steppe

    Kreg Steppe - 2003-05-06

    I am sure that I am missing a package or something... but when I compile, configure complains about not finding the KDE headers.

    Any thoughts anyone?

    Thanks in advance.

     
    • Christian Schaefer

      i'm not sure if it's a solution, but did you try to configure with configure --prefix=/usr ?

       
    • Kreg Steppe

      Kreg Steppe - 2003-05-06

      I tried that... Same thing. I believe that there is a package that I dont have installed.

      I installed kdebase-devel but that didn't help either.

       
    • Kreg Steppe

      Kreg Steppe - 2003-05-06

      Ok... This seems obvious... I installed kdelibs-devel, and arts-devel and I think apt-get grabbed a couple other packages.

      Configure works fine now, however the make doesn't:

      /usr/bin/ld: cannot find -lart_lgpl_2

      This is the exit error I get.
      Any ideas on this?
      Thanks

       
      • Adam Geitgey

        Adam Geitgey - 2003-05-06

        So you just need to install that package.  On mandrake 9.1, it's called libart_lgpl2-2.3.11-1mdk.rpm - I'm not sure about redhat.

        But someone I helped earlier had the same problem with redhat even though they did have the library installed.  The problem was simply that the correct symbolic link didn't exist.

        The fix was this:

        su
        ln -s /usr/lib/libart_lgpl_2.so.2 /usr/lib/libart_lgpl_2.so

        That will create a link so the library can be found (assuming you already have it installed).  You can run ldconfig afterwords for good measure.

        Anyway, I hope that fixes it for you.

         
    • Kreg Steppe

      Kreg Steppe - 2003-05-06

      OK... Here is all I had to install.

      larts_lpgl-devel
      arts_devel
      kdelibs-devel

      I think that there is something else but I cannot remember them all.

      But I got it... Thanks for all the help.

       

Log in to post a comment.