Skip to content
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

Cosmetic: LD_PRELOAD cannot be preloaded (ELF file OS ABI invalid): ignored #6

Open
probonopd opened this issue Dec 12, 2021 · 0 comments

Comments

@probonopd
Copy link
Member

In helloSystem we are using LD_PRELOAD to load a library into each application.

Natually this does not work for Linux binaries, resulting in lots of these errors:

ERROR: ld.so: object '/usr/local/lib/libQKeySequenceOverride.so.1.0.0' from LD_PRELOAD cannot be preloaded (ELF file OS ABI invalid): ignored.

Is there a way to tell the Linuxulator not to LD_PRELOAD non-Linux libraries into Linux binaries?

cc @trasz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant