cancel
Showing results for 
Search instead for 
Did you mean: 

Linux intall missing glib2-2.22.5-7.el6.i686.rpm

John_Armanious
05 Base Camper

Linux intall missing glib2-2.22.5-7.el6.i686.rpm

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

Tags (1)
1 REPLY 1
Scot_Clark
Sage

Re: Linux intall missing glib2-2.22.5-7.el6.i686.rpm

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