Chadley Wilson became daring and sent these 0.6K bytes, > Hi > Does anyone know where I can get Qt 1.2 > I have tried trolltechs wbsite and installed qt-x11-free-3.3.1.tar.gz > when I try and install ravempgui-056.tar.gz it gives me the following > error > > > checking for shmat... yes > checking for killpg in -lucb... no > checking for Qt... configure: error: Qt-1.4 (headers and libraries) not > found. Please check your installation! > [root@chadlin ravempgui]# > > When I run qtconfig and check the version it is version 1.0 > > Any suggestions First off, i would run "rpm -qa | grep qt" in a terminal to see what version you have installed. Second, sounds like you need the devel packages installed. Here is an excerpt from my result to the above line: [mindstorm@loki] ~% rpm -qa | grep qt qt-3.2.3-0.2 <-- Qt package with version info qt-devel-3.2.3-0.2 <-- Devel package with same qt-designer-3.2.3-0.2 So you may simply need the devel packahe which would contain headers and other libs. Good day. -- 0 1 0 Aaron M Matteson - http://cryptosystem.us 0 0 1 Real programmers don't document. If it was hard to write, 1 1 1 it should be hard to understand!