Hello IR community; Looking for Linux commands to install "glib2-2.22.5-7.el6.i686.rpm" on Linux redhat 2.6 x86_64 Prognosis install failing with below error: Logging to '/tmp/lin26/install1150prognosis.log' ------------------------------------------------------------------- Checking glibc version using gcc...An error has occurred. error: Problem compiling code to test glibc version See '/tmp/lin26/install1150prognosis.log' for full details. After fixing the problem, rerun install.sh
HI John,
I found following steps from the docuemtnation that should help:
Linux - Red Hat Enterprise 64 bit (AMD64 or x86_64)
On 64bit machines, 32 bit C++ library packages must be installed prior to the Prognosis installation (libstdc++.i686 and compat-libstdc++-33.i686). Prior to installation check if these libraries are installed, for example run:
$ rpm -qa --qf "%{name}-%{arch}\n" | grep libstdc++.*i686
libstdc++-i686
compat-libstdc++-33-i686
If the libraries are not installed, install them by executing the following command:
yum install libstdc++.i686 compat-libstdc++-33.i686
Members | Likes |
---|---|
46 | |
13 | |
13 | |
12 | |
10 |