On Saturday 30 April 2005 04:51 am, [EMAIL PROTECTED] wrote: > Hello , > Thanx for the suggestion. > So as per suggestion i have removed all the installed libraries and > restart again. > And now i got such error message as per screensshot attached below > > Now I am waiting for some more useful suggestions. > Also give me some tips how to use google regarding such matters. > > SCREENSHOT OF ERROR > -------------------------------------- > Making all in . > make[3]: Entering directory `/usr/src/source/kdelibs-3.3.2/kio' > /bin/sh ../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor > -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE > -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith > -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -Wformat-security > -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common > -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT > -DQT_NO_TRANSLATION -o libkio.la -rpath /opt/kdenew/lib -version-info > 6:0:2 -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined > -L/usr/X11R6/lib -L/opt/qt-3.3.2/lib -L/opt/kdenew/lib dummy.lo > kssl/libkssl.la kio/libkiocore.la kio/libksycoca.la > bookmarks/libkbookmarks.la kfile/libkfile.la ../kdeui/libkdeui.la > ../kdesu/libkdesu.la ../kwallet/client/libkwalletclient.la -lz > g++: /usr/lib/libkdeui.so: No such file or directory > g++: /usr/lib/.libs/libkdecore.so: No such file or directory > g++: /usr/lib/.libs/libkdefx.so: No such file or directory > make[3]: *** [libkio.la] Error 1 > make[3]: Leaving directory `/usr/src/source/kdelibs-3.3.2/kio' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/usr/src/source/kdelibs-3.3.2/kio' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/src/source/kdelibs-3.3.2' > make: *** [all] Error 2 > [EMAIL PROTECTED]:/usr/src/source/kdelibs-3.3.2# >
First thing to try is to copy and paste the relevant error into your google bar or at www.google.com: g++: /usr/lib/libkdeui.so: No such file or directory This produces some hits, but aren't very helpful. Something funny happening though - assuming you are installing KDE in /opt, kdelibs should not be looking in /usr/lib for anything. This means something probably went wrong with "configure". Three things I would check: 1. Make sure your KDE_PREFIX is exported right. 2. Make sure you are using a fresh package. 3. You should probably be using BLFS 6.0 or newer. Regards, Craig -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
