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 trying to dynamically link sysexits to my cat implementation using this, but when I run it:
# LD_PRELOAD=target/release-helpful/libsysexits_dynamic.so target/release-helpful/cat /etc/pacman.conf
target/release-helpful/cat: error while loading shared libraries: libstd-08c52b3d112d8849.so: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered:
On December 17, 2022 6:09:15 PM UTC, Robert Krahn ***@***.***> wrote:
Hmm interesting, using sysexits with libc on macos seems to work OK.
--
Reply to this email directly or view it on GitHub:
#5 (comment)
You are receiving this because you authored the thread.
Message ID: ***@***.***>
I'm trying to dynamically link sysexits to my cat implementation using this, but when I run it:
The text was updated successfully, but these errors were encountered: