ich habe Etch auf meinem Server installiert und möchte Faxfrontend-1.0 als Frontend zum HylaFax einsetzen. Nur macht die Installation aus den Tar-Balls Schwierigkeiten.
Vorab, ich folgende QT-Pakete installiert:
Code: Alles auswählen
ii libavahi-qt3-1 0.6.15-2 Avahi Qt3 integration library
ii libdbus-qt-1-1c2 0.62.git.20060814-2 simple interprocess messaging system (Qt-bas
ii libpoppler0c2-qt 0.4.5-5 PDF rendering library (Qt-based shared libra
ii libqt3-headers 3.3.7-1 Qt3 header files
ii libqt3-mt 3.3.7-1 Qt GUI Library (Threaded runtime version), V
ii libqthreads-12 1.6.8-6 QuickThreads library for Guile
ii pinentry-qt 0.7.2-3 Qt-based PIN or pass-phrase entry dialog for
ii qt3-dev-tools 3.3.7-1 Qt3 development tools
Ergo starte ich das Ganze mit
Code: Alles auswählen
./configure --with-qtdir=/usr/share/qt3
Diese Datei liegt auch in /usr/include/qt3/qglobal.hchecking Qt version... grep: /usr/share/qt3/qglobal.h: No such file or directory
configure: error: *** Don't know how to handle this Qt major version
Und ein
Code: Alles auswählen
./configure --with-qtdir=/usr/include/qt3
Wenn ich in /usr/share/qt3 einen symb. Link auf diese Datei lege undconfigure: error: *** Couldn't find any Qt libraries
Code: Alles auswählen
./configure --with-qtdir=/usr/include/qt3
Wisst ihr Rat, wie sich der Teufelskreis knacken lässt?configure: error: *** Couldn't find any Qt libraries
Vielen Dank und guten Abend!
SaxenPower