Comment 41 for bug 484148

Revision history for this message
Matthias Klose (doko) wrote :

Lamont just figured out that with the profile enabled, the

   .../bin/java: error while loading shared libraries: libjli.s

is caused by apparmor (?) unsetting LD_LIBRARY_PATH, which is required by the java wrapper
(on amd64) to be set to
/usr/lib/jvm/java-6-openjdk/jre/lib/amd64/server:/usr/lib/jvm/java-6-openjdk/jre/lib/amd64:/usr/lib/jvm/java-6-openjdk/jre/../lib/amd64:/usr/lib/firefox-3.6:/usr/lib/firefox-3.6/plugins:/usr/lib/firefox-3.6

the value depends on the vm requested at runtime and the arch. can the unsetting be avoided?