Hi , 

 * <[EMAIL PROTECTED]> wrote from a remote bunker :
> [root@localhost KMencoder]# ./configure --with-qt-dir=/usr/lib/qt3/bin \ 
> --with-qt-includes=/usr/lib/qt3/include --with-qt-libraries=/usr/lib/qt3lib
> 
[...]
> checking for Qt... configure: error: Qt (>= Qt 3.0.2) (library qt-mt) not 
> found. Please check your installation!

[...]

> [root@localhost KMencoder]# rpm -ql libqt3 |more
[...]
> /usr/lib/qt3/lib/libqt-mt.so.3

Try creating link libqt-mt.so to libqt-mt.so.3.

#ln -sf /usr/lib/qt3/lib/libqt-mt.so.3 /usr/lib/qt3/lib/libqt-mt.so

and run ldconfig after this..

HTH
dushyanth
-- 
http://symonds.net/~dushy


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to