| Summary: | java: error while loading shared libraries: libjli.so | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | Gremlin from Kremlin <gremlin> |
| Component: | java-1.8.0-openjdk-headless | Assignee: | Andrey Cherepanov <cas> |
| Status: | CLOSED NOTABUG | QA Contact: | qa-sisyphus |
| Severity: | normal | ||
| Priority: | P3 | CC: | cas, mike |
| Version: | unstable | ||
| Hardware: | all | ||
| OS: | Linux | ||
| URL: | https://www.altlinux.org/Hasher/FAQ | ||
Это известная фича. в chroot нет /proc, ищите в wiki /proc Пользуйтесь --mountpoints=/proc для hsh. |
[builder@localhost .in]$ java -version java: error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directory [builder@localhost .in]$ ldd /usr/bin/java linux-vdso.so.1 (0x00007ffccfedf000) libjli.so => not found libc.so.6 => /lib64/libc.so.6 (0x00007f0d20822000) /lib64/ld-linux-x86-64.so.2 (0x00007f0d20bdc000) [builder@localhost .in]$ find / -type f -name libjli.so /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.151-5.b12.x86_64/lib/amd64/jli/libjli.so /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.151-5.b12.x86_64/jre/lib/amd64/jli/libjli.so https://bugzilla.redhat.com/show_bug.cgi?id=1388533