Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix path to run sockd daemon #1

Open
unix196 opened this issue Jun 5, 2018 · 0 comments
Open

fix path to run sockd daemon #1

unix196 opened this issue Jun 5, 2018 · 0 comments

Comments

@unix196
Copy link

unix196 commented Jun 5, 2018

  1. apt-get install build-essential - without this package command cpanm --installdeps . on debian stretch will fail

  2. perl -I lib/ script/socksd.pl - file socksd.pl doesn't exist, instead need use file socksd

  3. Then

perl -I lib/ script/socksd
Can't read config file: No such file or directory

perl -I lib/ script/socksd -c socksd.conf
Can't read config file: No such file or directory

perl -I lib/ script/socksd -c ./socksd.conf - daemon will success start

How repeat: docker run -it --name test-socks debian:stretch /bin/bash . Then doing all installation steps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant