You may also need to point your configure script to the location of the qt libraries and/or headers. dpkg -L will give you a listing of all the files in a package, so that you know where they're installed. ./configure --help will tell you what parameters you can pass to the configure script.
Jesse On Wed, 2006-09-08 at 13:38 -0600, Shawn wrote: > if you are doing any sort of compiling from source, you need to make > sure you have the -dev files for the various libraries you are using. > In your case, qt3 would be one of them, but what else is missing? > > Don't forget the appropriate libqt3-???? files (libraries). I wouldn't > recommend installing all of them, that'd be meaningless (unless you are > doing serious development and NEED all of them) and take up space. > > In particular, you probably need libqt3-headers, and maybe > libqt3-compat-headers, and if a database is used then the appropriate > libqt3-mt package as well. > > Shawn > > Mitchell Brown wrote: > > Update: Have just done sudo apt-get install qt3* > > Still won't work. > > > > [EMAIL PROTECTED]:/srv/nodeview- 2.0.3$ sudo ./configure > > > > Password: > > OpenKiosk NodeView 2.0 Installation > > > > This script will remove your site's previous configuration if you > > have an old version of NodeView installed (versions 0.8.3 and > > below).The old data format is incompatible with NodeView 2.0. > > Do you have an old version of NodeView in this server? (y/n)? n > > > > checking for Berkeley DB... /usr/local/BerkeleyDB.4.4 > > checking for Qt... Qt not installed. Make sure Qt 3.x is installed > > before proceeding > > [EMAIL PROTECTED]:/srv/nodeview-2.0.3$ > > > > > > > > This is extremely frustrating... > > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > clug-talk mailing list > > [email protected] > > http://clug.ca/mailman/listinfo/clug-talk_clug.ca > > Mailing List Guidelines (http://clug.ca/ml_guidelines.php) > > **Please remove these lines when replying > > > > _______________________________________________ > clug-talk mailing list > [email protected] > http://clug.ca/mailman/listinfo/clug-talk_clug.ca > Mailing List Guidelines (http://clug.ca/ml_guidelines.php) > **Please remove these lines when replying _______________________________________________ clug-talk mailing list [email protected] http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please remove these lines when replying

