-
1 Apr 2012 1:17 AM #1
Is there any reason SDK Tools v2.0.0-Beta2 need root user permissions to install?
Is there any reason SDK Tools v2.0.0-Beta2 need root user permissions to install?
I'm more than happy that SDK-tools are now available for Linux but what bother me I a need for root user permissions while installing the tools.
I've successfully installed the tools using fakeroot (just got a notice on post-install, I guess it's related to PATH modifications).
Are we really need to grant root access just to install the tools?
-
1 Apr 2012 9:27 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,581
- Vote Rating
- 433
For Mac you need to also and this is most likely needed for installing files.
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.
-
10 Apr 2012 1:44 AM #3
Guide me installing Sencha SDK Tool.
Guide me installing Sencha SDK Tool.
Hi,
I have tried to install Sencha SDK Tool in my ubuntu machine using command line.After following the installation steps at the end it is showing the following error:Chromium can not be run as root.
Please start Chromium as a normal user. If you have previously run Chromium as root, you will need to change the ownership of your profile directory.Can you please resolve this issue.
-
10 Apr 2012 1:58 PM #4
I'm curious about this too. If I run ./SenchaSDKTools-2.0.0-beta2-linux-x64.run --help, it says that the default "Installation Directory" is inside my user's home directory. So it doesn't seem like it should need root access. I don't have root on this machine, so it would help if this wasn't required.
-
18 Apr 2012 8:43 AM #5
Environment not set when installing as root user
Environment not set when installing as root user
Default install to:
/opt/SenchaSDKTools-2.0.0-beta2
Updates the following in /root
.bash_profile
.bashrc
.cshrc
.tcshrc
Should instead update /etc/profile.d/sencha.sh
export PATH=/opt/SenchaSDKTools-2.0.0-beta2:$PATH
export SENCHA_SDK_TOOLS_2_0_0_BETA2="/opt/SenchaSDKTools-2.0.0-beta2"
-
25 Apr 2012 11:30 AM #6
Looks like 2.0b3 still requires root, even when installing in a custom directory. I hope this can be fixed in a future release.
-
30 Aug 2012 4:16 AM #7
This worked for me:
Code:> fakeroot > ./SenchaSDKTools-2.0.0-beta3-linux.run --mode text --prefix /home/myhome/senchasdk
Using Ext JS 4.1 (commercial) to build GUIs for web analytics.
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote