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 > clug-talk@clug.ca > 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 clug-talk@clug.ca http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please remove these lines when replying

