Thank you for reporting this bug. We will make it our priority to review this report.
  1. #1
    Ext JS Premium Member
    Join Date
    Jan 2011
    Posts
    10
    Vote Rating
    0
    onestep is on a distinguished road

      0  

    Default 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

    Code:
    sencha build -p app.jsb3 -d .
    i always got an error

    Code:
    bash: /home/.../SenchaSDKTools-1.2.3/jsdb: No such file or directory
    in the end i found out that jsdb is 32bit and you need to do

    Code:
    sudo apt-get install ia32-libs
    and it should work ...

    Also I installed/uninstalled SDK tools a lot of times and found out that the installer modifies

    Code:
    ~/.profile 
    ~/.bashrc
    with
    Code:
    export PATH = PATH_TO_SDK/command:$PATH
    export PATH = PATH_TO_SDK/jsbuilder:$PATH
    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 variable

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    33,710
    Vote Rating
    436
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    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.