We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
apt-get install build-essential - without this package command cpanm --installdeps . on debian stretch will fail
apt-get install build-essential
cpanm --installdeps .
perl -I lib/ script/socksd.pl - file socksd.pl doesn't exist, instead need use file socksd
perl -I lib/ script/socksd.pl
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
perl -I lib/ script/socksd -c ./socksd.conf
How repeat: docker run -it --name test-socks debian:stretch /bin/bash . Then doing all installation steps.
docker run -it --name test-socks debian:stretch /bin/bash
The text was updated successfully, but these errors were encountered:
No branches or pull requests
apt-get install build-essential
- without this package commandcpanm --installdeps .
on debian stretch will failperl -I lib/ script/socksd.pl
- file socksd.pl doesn't exist, instead need use file socksdThen
perl -I lib/ script/socksd -c ./socksd.conf
- daemon will success startHow repeat:
docker run -it --name test-socks debian:stretch /bin/bash
. Then doing all installation steps.The text was updated successfully, but these errors were encountered: