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
/usr/bin/catapulte: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.32' not found (required by /usr/bin/catapulte)`
Description:
I've been encountering an issue with catapulte on a Mac with M2 architecture. This problem seems to be related to the absence of a specific version of the GNU C Library (GLIBC) required by catapulte. I've noticed similar issues in my own Rust projects, indicating that this might not be isolated to catapulte.
Error Message:
/usr/bin/catapulte: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /usr/bin/catapulte)
catapulte should run without encountering the GLIBC_2.32 version not found error.
Actual Behavior:
The application fails to start due to the missing GLIBC_2.32 version.
Additional Context:
This issue does not seem to be specific to catapulte, as I've encountered similar problems in my Rust projects. It appears to be related to the compatibility of certain libraries with the M2 architecture.
Potential Solution:
If I manage to find a workaround or solution, I will update this issue accordingly.
The text was updated successfully, but these errors were encountered:
Similar issues occurs on my ubuntu vm as well
/usr/bin/catapulte: /lib/x86_64-linux-gnu/libc.so.6: version
GLIBC_2.32' not found (required by /usr/bin/catapulte)`Description:
I've been encountering an issue with
catapulte
on a Mac with M2 architecture. This problem seems to be related to the absence of a specific version of the GNU C Library (GLIBC
) required bycatapulte
. I've noticed similar issues in my own Rust projects, indicating that this might not be isolated tocatapulte
.Error Message:
Steps to Reproduce:
Expected Behavior:
catapulte
should run without encountering theGLIBC_2.32
version not found error.Actual Behavior:
The application fails to start due to the missing
GLIBC_2.32
version.Additional Context:
This issue does not seem to be specific to
catapulte
, as I've encountered similar problems in my Rust projects. It appears to be related to the compatibility of certain libraries with the M2 architecture.Potential Solution:
If I manage to find a workaround or solution, I will update this issue accordingly.
The text was updated successfully, but these errors were encountered: