> > I'm trying to install QT-2.3.1 on RH7.1. > > I have /usr/local/qt-2.3.1 directory and a symlink /usr/local/qt pointing to > > it > > for some reason when I login as root and execute env command, I get > > QTDIR=/usr/lib/qt-2.3.0. This prevents me from > > running ./configure The error message is > > > > The environment variable $QTDIR is not set correctly. It is currently > > set to "/usr/lib/qt-2.3.0", but it should be set to this directory, > > which is "/usr/local/qt". > > > > The problem is that I can't find a file that declare this variable. > > > > Any ideas? > > > > P.S if this matters, I use bash shell, and yes, I've checked ~/.bashrc and > > ~/.bash_profile
grep -r QTDIR /etc/* /usr/* /home/* executed as root will certainly provide you with some ideas. ---------------------------------------------------------------- Vadim Penzin [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]
