PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : qt3 installieren



ayreon
13.12.03, 23:08
Hi,

ich habe ein Debian Linux(Knoppix)@ 2.4.23er Kernel und will nen neues Paket einspielen, bzw. was compilieren. Dafür braucht dieses Programm qt3. Nungut, hab über apt-get qt3 etc. gezogen aber das führte alles nicht zum erfolg.

Folgende qt3 Pakete sind installiert:


root@mobile800:/home/michael/download/ksmoothdock-3.1.4# dpkg -l|grep qt
ii gtk-engines-qt 0.26-1 QtPixmap GTK1.x theming engine
ii libqt3-compat- 3.2.1-6 Qt 1.x and 2.x compatibility includes
ii libqt3-headers 3.2.1-6 Qt3 header files
ii libqt3-mt-dev 3.2.1-6 Qt development files (Threaded)
ii libqt3c102 3.2.1-6 Qt Library
ii libqt3c102-mt 3.2.1-6 Qt GUI Library (Threaded runtime version)
rc libqte2 2.3.7-2 Qt/Embedded GUI Library (runtime version)
ii licq-plugin-qt 1.2.7-5 Graphical front-end plugin for LICQ using Qt
ii lyx-qt 1.3.2-1 High Level Word Processor - Qt frontend
iF python2.2-qt3c 3.5-3 Qt3 bindings for Python
ii qt3-designer 3.2.1-6 Qt3 Designer
ii qt3-dev-tools 3.2.1-6 Qt3 development tools
ii qte-fonts 3.1.2-2 Fonts provided by Qt/Embedded for use with Q
rc qtparted 0.3.2-1 A parted frontend using QT

Ich wollte nun die ganzen qt3 sachen deinstallieren mit apt-get:

root@mobile800:/home/michael# apt-get remove python-qt-dev
Reading Package Lists... Done
Building Dependency Tree... Done
The following packages will be REMOVED:
python-qt-dev
0 upgraded, 0 newly installed, 1 to remove and 81 not upgraded.
1 not fully installed or removed.
Need to get 0B of archives.
After unpacking 1544kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 112239 files and directories currently installed.)
Removing python-qt-dev ...
Setting up python2.2-qt3c102 (3.5-3) ...
Traceback (most recent call last):
File "<string>", line 1, in ?
File "/usr/lib/python2.2/site-packages/qt.py", line 39, in ?
import libqtc
ImportError: /usr/lib/python2.2/site-packages/libqtcmodule.so: undefined symbol: _ZN13QDateTimeEdit13layoutEditorsEv
dpkg: error processing python2.2-qt3c102 (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
python2.2-qt3c102
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@mobile800:/home/michael#

Allerdings kommt immer so nen komischer Python error.. auch wenn ich neue Sachen installiere die mit qt oder python zusammen hängen, kommt das, und ich hab jetzt kein Plan wie ich das hinkriege :o)

Vielleicht hat ja jemand von euch ne Idee oder Lösungsvorschlag..

thx