-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
file emcssh.conf is referred to by /source/Makefile but not available. Hence, following these instructions results in error: install: cannot stat 'emcssh.conf': No such file or directory
$ wget https://github.com/emercoin/emcssh/archive/emcssh-0.0.4.tar.gz
$ tar xfz emcssh-0.0.4.tar.gz
$ cd emcssh-0.0.4
$ make
$ make install
install -s -m 700 emcssh /usr/local/sbin
mkdir -p /usr/local/man/man8 /usr/local/etc/emercoin
install -m 600 emcssh.conf /usr/local/etc/emercoin
install: cannot stat 'emcssh.conf': No such file or directory
Makefile:26: recipe for target 'install' failed
make: *** [install] Error 1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels