Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I'm trying to install a program and it requires kdelibs.
checking for KDE... libraries /usr/lib, headers /usr/include/kde
checking if UIC has KDE plugins available... configure: error: not found - you need to install kdelibs first.
It looks like it is looking for those libs in /usr/lib. I belive they are located in /usr/lib/kde3 (I am running FC2). I tried to to a cp /usr/lib/kde3/* /usr/lib to put them in that directory. They are there now, however, I am still getting the same error. There aren't any options to specify where the kde libs should come from.
My first question, is there a way to tell the computer as a whole (not just for this installation) to look in /usr/lib/kde3 for the kde libs? If not, what should I try to resolve this issue.
[root@jon ksmoothdock-3.5.1]# ./configure --prefix='kde-config --prefix'
configure: error: expected an absolute directory name for --prefix: kde-config --prefix
Also, just to make sure, would these my kde libs?
[root@jon lib]# cd /usr/lib/kde3
[root@jon kde3]# ls -la | more
total 21992
drwxr-xr-x 3 root root 16384 Feb 5 02:36 .
drwxr-xr-x 106 root root 65536 Feb 6 04:24 ..
-rwxr-xr-x 1 root root 1101 May 4 2004 appletproxy.la
-rwxr-xr-x 1 root root 3296 May 4 2004 appletproxy.so
-rwxr-xr-x 1 root root 1268 May 4 2004 childpanel_panelextension.la
-rwxr-xr-x 1 root root 830676 May 4 2004 childpanel_panelextension.so
-rwxr-xr-x 1 root root 1076 May 4 2004 clock_panelapplet.la
-rwxr-xr-x 1 root root 229560 May 4 2004 clock_panelapplet.so
-rwxr-xr-x 1 root root 1158 Jan 21 09:50 cupsdconf.la
-rwxr-xr-x 1 root root 3428 Jan 21 10:01 cupsdconf.so
-rwxr-xr-x 1 root root 1053 May 4 2004 cursorthumbnail.la
-rwxr-xr-x 1 root root 6688 May 4 2004 cursorthumbnail.so
-rwxr-xr-x 1 root root 959 Jan 21 09:59 dcopserver.la
-rwxr-xr-x 1 root root 3076 Jan 21 10:01 dcopserver.so
-rwxr-xr-x 1 root root 1157 May 4 2004 devices_panelapplet.la
-rwxr-xr-x 1 root root 89684 May 4 2004 devices_panelapplet.so
-rwxr-xr-x 1 root root 1031 May 4 2004 djvuthumbnail.la
-rwxr-xr-x 1 root root 8932 May 4 2004 djvuthumbnail.so
-rwxr-xr-x 1 root root 1106 May 4 2004 dockbar_panelextension.la
-rwxr-xr-x 1 root root 48852 May 4 2004 dockbar_panelextension.so
-rwxr-xr-x 1 root root 1122 May 4 2004 extensionproxy.la
Because I also tried installing a similar program (KXDocker) and used ./configure --with-extra-libs=/usr/lib/kde3 and still gave me an error that they were not installed.
[root@jon ksmoothdock-3.5.1]# ./configure --prefix=`kde-config --prefix`
.
.
.
checking for KDE... libraries /usr/lib, headers /usr/include/kde
checking if UIC has KDE plugins available... configure: error: not found - you need to install kdelibs first.
Mmmm, this is puzlling, I don't know what can fix you problems coz I am sure that the something is wrong with your kde-libs. Have you ever successfully compiled other KDE applications. I guess this could be a problem with the way Redhat packages KDE.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.