[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: envirament troubles
> > 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 penzin@attglobal.net
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il