PDA

View Full Version : [SOLVED] SHC - cannot install



d3v1150m471c
February 21st, 2010, 08:20 PM
I'm trying to install shc-3.8.6. and this is what I get:



*** �Do you want to install shc?
*** Please try... make install
d3v11@d3v11m4ch1n3:~/Downloads/shc-3.8.6$ make install
*** Installing shc and shc.1 on /usr/local
*** �Do you want to continue? yes
install -c -s shc /usr/local/bin/
install: cannot remove `/usr/local/bin/shc': Permission denied
make: *** [install] Error 1
d3v11@d3v11m4ch1n3:~/Downloads/shc-3.8.6$ sudo make install
[sudo] password for d3v11:
*** Installing shc and shc.1 on /usr/local
*** �Do you want to continue? yes
install -c -s shc /usr/local/bin/
install -c -m 644 shc.1 /usr/local/man/man1/
install: target `/usr/local/man/man1/' is not a directory: No such file or directory
make: *** [install] Error 1
d3v11@d3v11m4ch1n3:~/Downloads/shc-3.8.6$ sudo make install
*** Installing shc and shc.1 on /usr/local
*** �Do you want to continue? install
make: *** [install] Error 1


What am I missing?

d3v1150m471c
February 21st, 2010, 08:31 PM
Update:



cd ~/Downloads/shc-3.8.6. && ./shc -f /path/to/script


Fixed...