Skip to content

emcssh.conf missing? #1

@ghost

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions