Simple answer:
On 1 of my machines here it looks like this:
lib]$ ls -l libqt.so
lrwxrwxrwx 1 root root 14 Apr 22 19:42 libqt.so
->libqt.so.2.3.0
or - in commands:
ln -s libqt-2.3.0 libqt.so
Of course, you can replace the libqt-2.3.0 with any other versions if you
want..
Hetz
On Friday 04 May 2001 01:34, Yoav "\"Timmy\"" Bornstein wrote:
> I get that error when I run : ./configure
> --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
> --with-qt-libraries=/usr/lib.
>
> [yoav@localhost qt-gui-1.0.3]$ locate libqt.so
> /usr/lib/libqt.so.2
> /usr/lib/libqt.so.2.2
> /usr/lib/libqt.so.2.3.0
> /usr/lib/qt2/lib/libqt.so.2
> /usr/lib/qt2/lib/libqt.so.2.2
> /usr/lib/qt2/lib/libqt.so.2.3.0
>
> what do I do to avoid this error ?
>
> Yoav
>
>
> =================================================================
> To unsubscribe, send mail to [EMAIL PROTECTED] with
> the word "unsubscribe" in the message body, e.g., run the command
> echo unsubscribe | mail [EMAIL PROTECTED]
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]