SuSE Linux 8.1 installation problems and fix

Having trouble installing Oxygen? Got a bug to report? Post it all here.
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

SuSE Linux 8.1 installation problems and fix

Post by george »

<oXygen/> XML Editor on SuSE Linux 8.1 fails with following error messages:

dirname: error while loading shared libraries: libc.so.6: cannot open shared
object file: No such file or directory
/bin/ls: error while loading shared libraries: librt.so.1: cannot open
shared object file: No such file or directory
basename: error while loading shared libraries: libc.so.6: cannot open
shared object file: No such file or directory
................

Reason: the setting of LD_ASSUME_KERNEL does'nt work.

This can be fixed by commenting out the line
export LD_ASSUME_KERNEL
in oxygen.bin, oxygen, etc.

Thanks to Alain Richard and Alexander Huber for reporting this and providing also the fix.