Rex Dieter wrote: > really, either do > source /etc/profile.d/qt.sh > or if you insist on doing it by hand: > export $PATH=/usr/lib/qt-3.3/bin:${PATH} > instead (putting qt3 bindir first, not last). or how something that actually works... export PATH=/usr/lib/qt-3.3/bin:${PATH} -- Rex