downloaded the all the kde source from ftp.kde.org. arts compiled no problem, but libs won't. i have 2 machines, 1 based on fc2 with qt 3.3 stuck in /usr/lib/qt-3.3. i recompiled it into /usr/local/qt and editted the .bash_profile. and after several tries, it actually found qt-mt. yeah!!! how do i get libs not to try linking to selinux? i don't have it installed on this machine, and i don't want it installed. (had it once, didn't like it.) also, my other machine, fc 5 based, has the same version of qt only in lib64 instead of lib. the bash_profile is: # .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User specific environment and startup programs PATH=$PATH:$HOME/bin QTDIR=/usr/local/qt PATH=$QTDIR/bin:$PATH MANPATH=$QTDIR/doc/man:$MANPATH LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH export PATH QTDIR PATH MANPATH LD_LIBRARY_PATH unset USERNAME it won't find the qt installed in /usr/local/qt. any ideas? tia tyche ___________________________________________________ This message is from the kde mailing list. Account management: https://mail.kde.org/mailman/listinfo/kde. Archives: http://lists.kde.org/. More info: http://www.kde.org/faq.html.