You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm testing with the 'Hello World' tutorial (without the rake part), made the package with the linux x86_64 binary and run it on VM Ubuntu 17.10.1 64bits and it showed the 'hello world' message.
Before run it on VM OpenBSD 6.3 64bits, I installed bash and copied the bash file from /usr/local/bin/ to /bin/ , since the shebang used is #!/bin/bash.
However when running, it shows this error message:
I'm a newbie in linux, so I'm not sure if it's my mistake or if it's not supported because it needs a diferent binary for OpenBSD.
The text was updated successfully, but these errors were encountered:
I'm testing with the 'Hello World' tutorial (without the rake part), made the package with the linux x86_64 binary and run it on VM Ubuntu 17.10.1 64bits and it showed the 'hello world' message.
Before run it on VM OpenBSD 6.3 64bits, I installed bash and copied the bash file from
/usr/local/bin/
to/bin/
, since the shebang used is#!/bin/bash
.However when running, it shows this error message:
I'm a newbie in linux, so I'm not sure if it's my mistake or if it's not supported because it needs a diferent binary for OpenBSD.
The text was updated successfully, but these errors were encountered: