On Wed, 2005-11-23 at 12:22 -0500, Nat Gross wrote: > Hi; > On an FC-4 station, I installed all the backward compatible pkg's > required by Oracle, and yet the installer complains about this one > thing. gcc-3.2. BUT I certainly have it installed. > This is the Oracle message: > Checking for make-3.79; found make-1:3.80-7. Passed > Checking for binutils-2.14; found binutils-2.15.94.0.2.2-2.1. Passed > Checking for gcc-3.2; found Not found. Failed <<<< > Checking for libaio-0.3.96; found libaio-0.3.104-2. Passed > Check complete. The overall result of this check is: Failed <<<< > > And this is what I get at the prompt: > # rpm -qa | grep gcc > libgcc-4.0.1-4.fc4 > compat-gcc-32-3.2.3-47.fc4 > compat-gcc-32-c++-3.2.3-47.fc4 You need to rename the gcc and g++ binaries in /usr/bin, then make symlinks to gcc32 and g++32 with the original names, so 'gcc -v', the default compiler, will be 3.2 After Oracle setup you can put them back. Also, a good pre-install command to run is yum -y install compat-db compat-gcc-32 compat-gcc-32-c++ compat-libstdc ++-296 libaio libaio-devel glibc-kernheaders gnome-libs cpp openmotif openmotif21 sysstat xorg-x11-deprecated-libs xorg-x11-deprecated-libs-devel -- Marius Andreiana