ioi / isolate

Sandbox for securely executing untrusted programs
Other
1.1k stars 161 forks source link

execve("/usr/local/bin/julia"): No such file or directory #117

Closed saurabhjagtap2511 closed 1 year ago

saurabhjagtap2511 commented 1 year ago

When I try to compile a julia program with the following command

isolate --run -p --cg -s --mem=256000 -t 2 -w 5 -b 25 --share-net --full-env --env=HOME=/home/user /usr/local/bin/julia helloworld.jl

I receive the following message execve("/usr/local/bin/julia"): No such file or directory

gollux commented 1 year ago

When you run ls -l /usr/local/bin/julia inside the sandbox, does it show anything?

gollux commented 1 year ago

Closing because of no activity. If you still have the problem, feel free to re-open this issue.