Thank you for reporting this bug. We will make it our priority to review this report.
-
[FIXED-2] Cannot mix incompatible Qt libraries
Downloaded Ext Designer today, installed it (that worked fine), but when I try to run it:
Code:
$ /opt/ExtDesigner/bin/ExtDesigner
bin/ExtDesigner.bin: /usr/lib/libcrypto.so.0.9.8: no version information available (required by bin/ExtDesigner.bin)
Cannot mix incompatible Qt libraries
Aborted
The libcrypto-thing should be just a warning.
But I don't understand what goes wrong with those Qt libraries.
There are some libQt* files in /opt/ExtDesigner/lib and it seems the same files are also installed on my system. For example there is /opt/ExtDesigner/libQtGuiExt.so.4 and I also have /usr/lib64/qt4/libQtCore.so.4
Running on latest Gentoo.
-
Ext JS Premium Member
ExtDesigner not working on Kubuntu Linux
I have just downloaded and installed the Ext Designer (version 1.0). When i want to start the Ext Designer i get the following error: "Cannot mix incompatible Qt libraries"
Code:
thomas@T61P:~$ bin/ExtDesigner
Cannot mix incompatible Qt libraries
Aborted
thomas@T61P:~$
thomas@T61P:~$ uname -a
Linux T61P 2.6.31-20-generic #58-Ubuntu SMP Fri Mar 12 04:38:19 UTC 2010 x86_64 GNU/Linux
Code:
Qt: 4.6.2
KDE Development Platform: 4.4.1 (KDE 4.4.1)
Kind regards
-
Yeah, the 64 bit version of the designer is not ready yet, per the website.
-

Originally Posted by
jgarcia@tdg-i.com
Yeah, the 64 bit version of the designer is not ready yet, per the website.
Per which website? The one I downloaded it from, didn't contain no such information.
-
Ext User
I have the same issue also running Gentoo
-
When i posted what I did, the 64bit link was crossed out.
-
Yes, both versions are available in Linux. I'll open an issue with the version problems with existing QT libraries.
-
Sencha User
Same problem here
Confirmed. I got following error message:
Code:
Cannot mix incompatible Qt libraries
Using Kubuntu 9.10 (Karmic Koala):
Code:
jbruni@sathya:~$ uname -a
Linux sathya 2.6.31-20-generic-pae #58-Ubuntu SMP Fri Mar 12 06:25:51 UTC 2010 i686 GNU/Linux
Is there any workaround? I'd like to see Ext Designer in action...
-
I use Ubuntu 6.10_x64 internally without issue (as does Aaron). It must be another application on the system that the installer it isn't getting along with and mixing up versions with the Qt libraries. Any idea what else you may have installed which is using Qt?
-
Sencha User
I have KDE-svn installed. I believe it uses Qt. Can it interfere even when not running?