helloSystem / helloSystem/LinuxRuntime

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

Open
#6 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
6
Forks
2
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.