https://bugs.winehq.org/show_bug.cgi?id=53546 Bug ID: 53546 Summary: ERROR: ld.so: object XXX from /etc/ld.so.preload cannot be preloaded (wrong ELF class: ELFCLASS64): ignored. Product: Wine Version: 7.14 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: wuzy01(a)qq.com Distribution: --- Environment: ArchLinux 5.18.15-arch1-1 Step to Reproduce: 1. Install required packages, `sudo pacman -S wine`, `yay -S rl_custom_isearch`, the latter will add two lines to `/etc/ld.so.perload`: ``` /usr/lib/librl_custom_isearch.so /usr/lib/librl_custom_function.so ``` 2. ``` ❯ wine --version ERROR: ld.so: object '/usr/lib/librl_custom_isearch.so' from /etc/ld.so.preload cannot be preloaded (wrong ELF class: ELFCLASS64): ignored. ERROR: ld.so: object '/usr/lib/librl_custom_function.so' from /etc/ld.so.preload cannot be preloaded (wrong ELF class: ELFCLASS64): ignored. wine-7.14 ``` The ERROR always occur for any wine's program. The origin issue is <https://github.com/lincheney/rl_custom_isearch/issues/4>. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.