-
4 Mar 2012 5:58 AM #1
Installing and running SenchaSDKTools-1.2.3 (64 bit) on Ubuntu 11.10 x64 problems
Installing and running SenchaSDKTools-1.2.3 (64 bit) on Ubuntu 11.10 x64 problems
So, i was trying to install SDKTools 1.2.3 (64bit) on my fresh Ubuntu 11.10 x64 install. And i ran into a problem. if i tried to run
i always got an errorCode:sencha build -p app.jsb3 -d .
in the end i found out that jsdb is 32bit and you need to doCode:bash: /home/.../SenchaSDKTools-1.2.3/jsdb: No such file or directory
and it should work ...Code:sudo apt-get install ia32-libs
Also I installed/uninstalled SDK tools a lot of times and found out that the installer modifies
withCode:~/.profile ~/.bashrc
but the uninstaller doesnt clean it up. After you uninstall SDKTools everything stays there. If you try to install SDKTools in 2 different locations in just appends exports for the new version and in the end you have a very very long PATH variableCode:export PATH = PATH_TO_SDK/command:$PATH export PATH = PATH_TO_SDK/jsbuilder:$PATH
-
4 Mar 2012 7:18 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,710
- Vote Rating
- 436
Thank you for posting how you worked around your issues.
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote