Lisp Knowledgebase
Title: Missing libc.so.6 when running 32-bit LispWorks on 64-bit Linux
ID: 17063
| Product: LispWorks for Linux Version: 6.0 OS: Linux | |
| Description: If you get an error message saying that libc.so.6 or libgtk-x11-2.0.so.0 is missing or needed, then you are probably trying to run 32-bit LispWorks on a 64-bit (x86_64) Linux installation without the necessary runtime libraries. To resolve this, you need to install the 32-bit libraries from your Linux distribution. Some Linux distributions install these automatically, but others require explicit installation. For example: Fedora 14 Install gtk2.i686, for example by running the following as root: # yum install gtk2.i686 This will install all of the dependencies as well. openSUSE 11.3 Install the gtk2-32bit package using the Software Manager tool. Ubuntu 10.10 Install the ia32-libs package using the Synaptic Package Manager tool, or using sudo apt-get install ia32-libs | |
| See Also: Workaround: Patch: | |
| Hardware:N/A | |
| Summary: | |
| Bug#: | |
| Patch Enhancement#: | |
| Reported: | |


