Following the book's instructions for QT-4.8.7 will leave no Qt executables in user's PATH (other than the symlinks provided for eg. vlc) -- if they install under /usr (like i am doing). I think changing the /etc/profile.d/qt4.sh file (under the "Configuring Qt" section on that page) as follows fixes it:
# Begin /etc/profile.d/qt4.sh QT4DIR=/usr QTDIR=$QT4DIR pathappend $QT4DIR/bin/qt4 PATH export QT4DIR QTDIR # End /etc/profile.d/qt4.sh --Bryan -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
