https://bugzilla.novell.com/show_bug.cgi?id=854914 https://bugzilla.novell.com/show_bug.cgi?id=854914#c7 --- Comment #7 from Mark Gray <graymark@ptd.net> 2013-12-11 12:41:25 UTC --- Before I found out about the "oxygen" problem, I discovered that 13.1 does not install all the necessary 32bit compatibility libraries needed, and there are usually no complaints until a 32bit program attempts to run a routine from a library which is not installed. I wrote a little perl script which searches the binaries and libraries included in a 3rd party package and uses ldd to check for which libraries are required, and then installed them one by one by hand. I attach the script with the warning that ldd requires execute permission to look for libraries linked to (see man ldd) and the script blindly chmod +x the libraries it finds (the ADT contains several shared libraries without the execute permission bit set.) and I was too lazy in a throw away script to use man ldd's suggested alternative. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.