-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
file not found on Ubuntu #1
Comments
thejoshwolfe
added a commit
that referenced
this issue
Nov 26, 2015
andrewrk
pushed a commit
that referenced
this issue
Aug 6, 2018
gonzus
added a commit
to gonzus/zig
that referenced
this issue
May 28, 2019
andrewrk
pushed a commit
that referenced
this issue
Sep 17, 2020
jedisct1
pushed a commit
to jedisct1/zig
that referenced
this issue
Mar 14, 2023
Some changes to make the Kyber impl more consistent with the stdlib
travisstaloch
added a commit
to travisstaloch/zig
that referenced
this issue
May 2, 2023
this patch converts all the crashes submitted by @squeek502 (in ziglang#15382 (comment)) to errors. HeaderIterator: * add bounds checks to PaxIterator.next() * convert several unsafe int casts to safe ones misc: * added FileType.tagName() for debugging which returns null for unnamed enum values * make unixTime() fallible
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The problem is that
./hello
is linked against/lib/ld64.so.1
instead of/lib64/ld-linux-x86-64.so.2
. This seems to be due told
being misconfigured on Debian.This patch can work around the issue:
The text was updated successfully, but these errors were encountered: