Mrinal Kalakrishnan wrote:
> Hi,
>
> S.Sekar typed:
> > When I run configure, to load a tgz package, it says Qt>=1.42 (headers
> > and libraries) not installed. But my system has qt2.1(that came with
> > RH6.2).
>
> That's because the application requires QT >= 1.42 in the 1.xx family.
> Qt 2 isn't compatible with 1. So do ``ls -d /usr/lib/qt*'' to see
> which versions you have. Then do ``export QTDIR="/usr/lib/qt-1.44"''
> (change the version number accordingly). Now if you run configure it
> should work.
>
Hello,
Thanks, configure works when I did above export(qt-1.45).
-Sekar
-----------------------------------------------------------------------
Check out the 'What to do before posting to the list' site
for a list of things to try before posting. The site is
at http://botsie.tripod.com/beforeposting/