- Jun 13, 2000
- 26,391
- 1,780
- 126
I'm trying to install some pre-requisites to install a licensed piece of software on RHEL4. The prerequisites says the following packages must be installed:
compat-gcc 7.3
compat-gcc-c++ 7.3
compat-libstdc++ 7.3
I was able to get the last of the three installed with RPM, but can't get the others. I've downloaded the rpms. When I run rpm and install, I see the nice little bar go to 100%, but when I do a rpm -q package, it tells me it's not installed. Since there are only a few packages with compat in the name, I've tried rpm -qa|grep compat and still only see the last one on the list.
Does anyone have any resources on how I get get those pesky things installed? I'm relatively new to RHEL (though I've tangled with it from time to time for the past decade). I've been fortunate because I've not run into real problems with rpm and have had the luxury of yum and other software management software to take the work out of dependency hunting. Any ideas? Thanks....
compat-gcc 7.3
compat-gcc-c++ 7.3
compat-libstdc++ 7.3
I was able to get the last of the three installed with RPM, but can't get the others. I've downloaded the rpms. When I run rpm and install, I see the nice little bar go to 100%, but when I do a rpm -q package, it tells me it's not installed. Since there are only a few packages with compat in the name, I've tried rpm -qa|grep compat and still only see the last one on the list.
Does anyone have any resources on how I get get those pesky things installed? I'm relatively new to RHEL (though I've tangled with it from time to time for the past decade). I've been fortunate because I've not run into real problems with rpm and have had the luxury of yum and other software management software to take the work out of dependency hunting. Any ideas? Thanks....