jcbeau
10-22-2008, 02:34 PM
When installing ECC 6.0 on Linux RedHat 64-bit make sure you have the appropriate architecture version of the libraries that are required.
In order to determine the architecture of a certain library use the following command:
rpm -q --qf '%{NAME}-%{VERSION}-%{RELEASE} (%{ARCH})\n' <PACKAGE_NAME>
For example,
rpm -q --qf '%{NAME}-%{VERSION}-%{RELEASE} (%{ARCH})\n' libaio
libaio-0.3.105-2 (i386)
libaio-0.3.105-2 (x86_64)
Make sure when you install the 64-bit version, the "x86_64" is in the name for the package. For example, libaio-0.3.105-2.x86_64.rpm.
In order to determine the architecture of a certain library use the following command:
rpm -q --qf '%{NAME}-%{VERSION}-%{RELEASE} (%{ARCH})\n' <PACKAGE_NAME>
For example,
rpm -q --qf '%{NAME}-%{VERSION}-%{RELEASE} (%{ARCH})\n' libaio
libaio-0.3.105-2 (i386)
libaio-0.3.105-2 (x86_64)
Make sure when you install the 64-bit version, the "x86_64" is in the name for the package. For example, libaio-0.3.105-2.x86_64.rpm.