Somethings not right here... On Tue, 29 May 2001, Michael O'Brien wrote: > >-- On Mon, May 28, 2001 at 02:42:07PM +0200, % wrote: > > The latest QT2 is compiled with GL support by default, thus obsoleting > > qt2-gl. > > I have the following installed: > > ii libqt2 2.3.0-final-5 Qt GUI Library > (runtime version).
I haven't upgraded yet today, but I have GL in the std libqt, and no _nogl version. ~$ dpkg -s libqt2 Package: libqt2 Status: install ok installed Priority: optional Section: libs Installed-Size: 4912 Maintainer: Ivan E. Moore II <[EMAIL PROTECTED]> Source: qt-x11 Version: 2:2.3.0-final-5 Replaces: libqt2.1, libqt2.2-gl, libqt2.2, libqt2-gl Provides: libqt2-gl Depends: libc6 (>= 2.2.3-1), libgl1, libjpeg62, libmng1 (>= 1.0.1-0), libpng2 (>= 1.0.10), libstdc++2.10-glibc2.2, xlibs (>> 4.0.3), zlib1g (>= 1:1.1.3) Suggests: anti-aliasing-howto Conflicts: libqt2.2-gl, libqt2.2, libqt2-gl, libqt2.1, kde-designer (<< 2.2.3-4)Description: Qt GUI Library (runtime version). This package contains the files necessary for running applications that use Qt. ~$ dpkg -L libqt2 /. /usr /usr/lib /usr/lib/libqt.so.2.3.0 /usr/share /usr/share/doc /usr/share/doc/libqt2 /usr/share/doc/libqt2/README.Debian /usr/share/doc/libqt2/copyright /usr/share/doc/libqt2/changelog.gz /usr/share/doc/libqt2/changelog.Debian.gz /usr/lib/libqt.so.2 /usr/lib/libqt.so.2.3 ~$ locate lib/libqt /usr/lib/libqt.a /usr/lib/libqt.so /usr/lib/libqt.so.2 /usr/lib/libqt.so.2.3 /usr/lib/libqt.so.2.3.0 /usr/lib/libqtmcop.la /usr/lib/libqtmcop.so /usr/lib/libqtmcop.so.0 /usr/lib/libqtmcop.so.0.0.0 ~$ ls -lA /usr/lib/libqt.* -rw-r--r-- 1 root root 7821450 May 25 01:28 /usr/lib/libqt.a lrwxrwxrwx 1 root root 14 May 27 12:13 /usr/lib/libqt.so -> libqt.so.2.3.0 lrwxrwxrwx 1 root root 14 May 27 12:14 /usr/lib/libqt.so.2 -> libqt.so.2.3.0 lrwxrwxrwx 1 root root 14 May 27 12:14 /usr/lib/libqt.so.2.3 -> libqt.so.2.3.0 -rw-r--r-- 1 root root 4943852 May 25 01:28 /usr/lib/libqt.so.2.3.0 > The package contains libqt.so.2.3.0 and libqt.so.2.3.0_nogl (which are both > ~5meg). libqt.so was pointing to libqt.so.2.3.0_nogl, so you will need to > change the link to point to libqt.so.2.3.0 to get gl support. > > It would great if the installation allowed you to configure this package so > that only one or both versions of libqt are installed. Also, it would be > wonderful if the configure script let you choose which version of libqt > libqt.so is pointing to. It looks like you have some cruft from an old libqt installation(s). Ivan may be interested in your libqt installation history, just in case it is a packaging bug that is likely to hit others. - Bruce