Thank you for reporting this bug. We will make it our priority to review this report.
-
Sencha User
Having the same issue.
Kubuntu 9.10 32-bit.
-
Sencha Premium Member

Originally Posted by
teknofire
I have the same issue also running Gentoo
Eeeeh gentoo.. gentoo...
This is the best distribution to learn linux on. Unique system. I have been following the project since its very begging until 2006-07 when decided that I need OS that can be just used rather than fixing it all the time. Gentoo is very close to my heart but I wont recommend it to anyone for anything more that testing or learning purposes.
Also I dont think that gentoo project is really alive those days.
My advice to you is no matter how much you love gentoo is to just get something stable to work on... as you are linux fan debian or ubuntu should be a good choice.
If you are that much of compiling fan... then there are other non-binary distributions out there... look for something that is well maintained with a healthy community around. Gentoo project is stalled from long time, not to mention their major messed up back in the days with broken portage dependencies that brake down almost everybody's systems.
-
23 Mar 2010, 11:25 PM
#13
Ext JS Premium Member

Originally Posted by
predator
Eeeeh gentoo.. gentoo...
This is the best distribution to learn linux on. Unique system. I have been following the project since its very begging until 2006-07 when decided that I need OS that can be just used rather than fixing it all the time. Gentoo is very close to my heart but I wont recommend it to anyone for anything more that testing or learning purposes.
Also I dont think that gentoo project is really alive those days.
My advice to you is no matter how much you love gentoo is to just get something stable to work on... as you are linux fan debian or ubuntu should be a good choice.
If you are that much of compiling fan... then there are other non-binary distributions out there... look for something that is well maintained with a healthy community around. Gentoo project is stalled from long time, not to mention their major messed up back in the days with broken portage dependencies that brake down almost everybody's systems.
This may be true, but the problem is not related to gentoo or any other distribution. I have Kubuntu installed and there is the same problem. The problem occours if you have anyQT Libraries installed.
Kind regards
-
24 Mar 2010, 12:50 AM
#14
Ext User
I have done this and it works:
in the lib directory of the installation, remove all and do simlinks
libQtCoreExt.so.4 -> /usr/lib/libQtCore.so.4
libQtGuiExt.so.4 -> /usr/lib/libQtGui.so.4
libQtNetworkExt.so.4 -> /usr/lib/libQtNetwork.so.4
libQtScriptExt.so.4 -> /usr/lib/libQtScript.so.4
libQtWebKitExt.so.4 -> /usr/lib/libQtWebKit.so.4
libQtXmlExt.so.4 -> /usr/lib/libQtXml.so.4
libQtXmlPatternsExt.so.4 -> /usr/lib/libQtXmlPatterns.so.4
I have kubuntu 9.10 64bit
-
Sencha Premium User
I did that... linked with my system libs, but I still get the error:
bin/ExtDesigner.bin: /usr/lib/libcrypto.so.0.9.8: no version information available (required by bin/ExtDesigner.bin)
Segmentation fault
My system is a Mandriva 2010 32bit:
Linux ethraza 2.6.31.12-desktop586-1mnb #1 SMP Tue Jan 26 02:59:40 EST 2010 i686 AMD Athlon(tm) X2 Dual-Core QL-62 GNU/Linux
We are really interested in the ExtDesigner her. There is no solution yet?
Thanx
LAMPE (Linux / Apache / MySQL / PHP / ExtJs)
-
We're working with Qt on this and hope to have a solution soon.
-
Sencha User
I also tried willy99 suggestion (symlink with system libs), and just as ethraza, also received a segmentation fault error message...
Good to know that ExtJS team is working on this issue. Thanks!
I hope a solution can be found soon. I'm eager to try Ext Designer...
Last edited by j.bruni; 24 Mar 2010 at 9:10 AM.
Reason: corrected gramatical error
-
Sencha User
same error, Kubuntu 10.04 and Ubuntu 9.10 as well... (both 32bit)
-
25 Mar 2010, 10:37 AM
#19
Ext User
I symlinked my current libcrypto (1.0.0) to libcrypto.so.0.9.8 and it worked. I have to say this looks AWESOME.
-
25 Mar 2010, 12:19 PM
#20
Sencha User
It seems that Ext Designer uses "libQtDBus.so.4", which is NOT included in the package as the other Qt/Ext files. I wonder if including a "libQtDBusExt.so.4" in the package would resolve the problem...
... Also, libcrypto tip above do not apply to me (only 0.9.8 is installed in my system)...