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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
i'm not sure if it's a solution, but did you try to configure with configure --prefix=/usr ?
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.
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
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.
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.