ERROR: Could not determine location of 32-bit GCC. Suggestion: Ensure 32-bit "glibc-devel", 32-bit "libstdc++-devel" are installed. These packages can be obtained from your operating system install media.
ERROR: Could not determine location of 64-bit GCC. Suggestion: Ensure 64-bit "glibc-devel", 64-bit "libstdc++-devel" are installed. These packages can be obtained from your operating system install media.
ERROR: Please ensure all relevant 32 and 64-bit GCC packages are installed before running "new_install"
again. If they are installed but cannot be detected by "new_install", please run "vac_configure" manually.
rpm -q --qf '%{NAME}-%{VERSION}-%{RELEASE}-%{ARCH}\n' packagename
where packagename is one of (glibc, glibc-devel,
libgcc, libstdc++, libstdc++-devel)rpm -q --qf '%{NAME}-%{VERSION}-%{RELEASE}-%{ARCH}\n' glibc
If both the 32–bit and 64–bit glibc packages are installed, and the packages' version numbers are both 2.5, the expected output is:
glibc-2.5-12-ppc glibc-2.5-12-ppc64
Run new_install or vac_configure again.
The names of RHEL 5.5 packages are structured so that they have the same name regardless whether they are 32-bit or 64-bit packages. As a result, the rpm command's default output will not indicate whether the packages installed on your system are 32-bit, 64-bit or both.