-
Notifications
You must be signed in to change notification settings - Fork 42
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
Error opening executable -13 #35
Comments
What is this In particular, in GSC this line fails:
As you can imagine, performing a In other words, please find a way to install this
This is like a tiny install script in Ubuntu. |
Hi @dimakuv Hashgraph is considered a strong and more efficient alternative to current block-chain technology. Here's a link to the repository: Hashgraph I tried to copy the hashgraph executable, but the application still fails. Error Message:
Updated Dockerfile:
Check gsc-container, if the which command points to the right location
gsc-manifest
It seems something is still wrong with my setup. |
Ah, that's because you have Try to rename the In general, I would ask the Hashgraph devs to provide a proper installation procedure for this application. Otherwise you'll basically re-implement the installation script for them. (As I already mentioned, GSC really expects a proper installation of the app inside the Docker image.) |
Hi @dimakuv
this did the trick! Now it runs into the next issue :D I will open a new ticket for that one. Thank you very much! |
@aneessahib @veenasai2 Do you think we need to do something in GSC codebase about such scenarios? |
Hi
I got the following error, if I try to run the gsc container:
This is my dockerfile:
The user permission of the executable:
What I'm doing wrong?
The text was updated successfully, but these errors were encountered: