helloSystem / helloSystem/LinuxRuntime
Cosmetic: LD_PRELOAD cannot be preloaded (ELF file OS ABI invalid): ignored
Đang mở
- Ngôn ngữ chính
- Shell
- Star
- 6
- Fork
- 2
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.