Can't install as non-root
Posted: Thu Sep 27, 2012 2:04 pm
I'd like to install Cobra on my system (Ubuntu 12.04) in a specific directory without using root access. For most software packages I install from source, I can do this by running something like:
Cobra obviously uses a different build and installation system -- which is fine if it lets me do the same thing.
I downloaded and unpacked Cobra-0.9.0.tar.gz and followed the instructions.
If I want to install Cobra in a non-default location (say, somewhere under /usr/local), it looks like I have to create "install-directory.text", but that's not at all obvious from the documentation.
When I ran "install-from-workspace", it told me:
- Code: Select all
./configure --prefix=/wherever/I/want
make
make install
Cobra obviously uses a different build and installation system -- which is fine if it lets me do the same thing.
I downloaded and unpacked Cobra-0.9.0.tar.gz and followed the instructions.
If I want to install Cobra in a non-default location (say, somewhere under /usr/local), it looks like I have to create "install-directory.text", but that's not at all obvious from the documentation.
When I ran "install-from-workspace", it told me:
- Code: Select all
==== Verify running as admin user
** ERROR: Please run this executable as an admin user.
Need help with the above error?
* Make sure you ran with sudo or as root.