/bin/sh: /user/bin/cc Permission denied - linux

I am trying to instal git on buehost shared hosting server.
I am following this blog to install
http://www.willjackson.org/blog/installing-git-bluehost-shared-hosting
But when i run the make command i get the following error..
Please help me out

You have not permission to compile applications on shared hosting. I think you should try VPS.
UPDATE:
In your tutorial author unzips git-master.zip to ~/.local/scr/git-master. So you have git-master in ~. Maybe should try again step by step? I think this video can help you.

Related

Error running node on Yosemite

Apologies in advance if this is a rookie question, I am brand new to Node.js and I am trying to learn. I have successfully installed Node on my laptop and added the folder to my PATH variable:
export PATH=$PATH:/usr/local/bin
However, when I try to run a simple program to test, I get the following error:
-bash: /usr/local/bin/node: Permission denied
I got it to work by granting 755 on /usr/local/bin but I am not sure if that is a good idea as it grants everyone read and execute rights on a bin directory!
Does anyone know of a better way to do this? Is my concern even justified?
Thanks in advance for your kind help.
it is probably an owner issue, check this out: https://docs.npmjs.com/getting-started/fixing-npm-permissions
The last suggestion on using Brew is probably the best option.

OpenSSL install error - symbolic link not created

I am currently trying to install OpenSSL on Centos7 from source. I am currently logged in as root. When I run the ./config command, I get a basket full of errors saying...
`ln: failed to create symbolic link 'xxxxx.c': Operation not supported`
I can't seem to find anything on how to fix this issue. Not sure if I'm looking in the wrong place or if its the end of the day frustrations getting the best of me. Thanks ahead of time.

How to fix permissions errors for yeoman

trying to run yo...and getting these errors. I've tried a bunch of methods to fix this..nothing worked yet.
here is what the error reads:
There is a closed issue on yeoman githib repo. Please refer to that discussuion for more details. You should try chmod g+rwx /users/jeremychoi/.config/configstore/insight-yo.json this might work in your case. More on unix permissions refer here.

How do I update kernel-utils?

Brace yourself, I'm a Windows admin messing with a CentOS 6 server.
Let's start by saying I know very little about Linux.
I'm trying to load an rmmagent, GFI/MaxFocus's agent. It's failing the dependency check on kernel-utils and unzip.
error: Failed dependencies:
kernel-utils is needed by rmmagent-1.0.2.centos6-1.2.x86_64
unzip is needed by rmmagent-1.0.2.centos6-1.2.x86_64
I Googled myself to death, but I think I just don't know enough about Linux to make this go.
Can someone educate me or point me to the right place to learn how to do this? Thanks!
-Jeff
PS: I got unzip installed without issue.
We had the same issue. We spoke to the LogicNow support and they give us this solution:
wget -c ftp://rpmfind.net/linux/Mandriva/official/9.1/i586/Mandrake/RPMS/ksymoops-2.4.8-1mdk.i586.rpm
yum install ksymoops-2.4.8-1mdk.i586.rpm

Drush on Cygwin setup

I followed the instructions here to install pear and download drush in usr/local/src folder and create the symlink in usr/bin/drush
At the end of the instructions is says you can test by running drush. I get this output:
-bash: /cygdrive/c/xampp/php/drush: No such file or directory
Not the bash root of xampp/php. Does that need to be changed?
So, then I tried running /usr/bin/drush and got this output:
Unable to untar C:\cygwin\usr\local\src\drush\lib\dru6B61.tmp.
[error]
Does anyone know where I'm going wrong here?
I had the same issue. I reinstalled the cygwin packages above in the tutorial you mentioned above(I had them already from other installs, I thought). I think it may have been the 'bsdtar' package.
Good luck!

Resources