-
Notifications
You must be signed in to change notification settings - Fork 5
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
sj: execv: No such file or directory #8
Comments
I am guessing that you are missing tlsc. Can you confirm? |
@GReagle where do I get tlsc from? |
https://github.com/younix/ucspi lists it... but I did |
On Tue, Jan 05, 2016 at 12:24:22PM -0800, Stephen Paul Weber wrote:
It doesn't make or install tlsc by default. You have to do |
Oh, and that relies on libressl... is there a version of that for Linux yet? |
Yes, I am running it on Linux. See https://github.com/libressl-portable/portable. |
Now I'm getting:
|
@singpolyma you are almost there; thank you for your persistence. This is a known issue in tlsc, see younix/ucspi#5. Until the bug is fixed, you need to use environment variables. For example |
Thanks :) |
You're welcome. Check out sj tools https://github.com/greagle/sjt for some programs to make using sj easier. |
The problem seems to be a gnu-extension in getopt(3). Set the environment variable POSIXLY_CORRECT to force gnu-getopt to behave like POSIX-getopt. This should fix that issue. |
When I run:
The text was updated successfully, but these errors were encountered: