| Subject: |
Ubuntu 8.04 AMD64 |
| Author: |
Dave Kinney |
| Keywords: |
AMD 64 Ubuntu 64-bit bit |
|
Question: Why can't I install Storix on Ubuntu AMD64?
Answer: By default Ubuntu does not include the 32bit compatibility libraries. Install will fail with the following message.
./stinstall: line 1465: /tmp/linux/i386/stlicense: Accessing a corrupted shared library
To resolve this, install the 32bit compatibility libraries. This may be done using apt-get with the following command.
#apt-get install ia32-libs |
|