Hi there All- I am currently working on getting the installer to install onto SUSE Linux.
In sqenvcom.sh we set this variable: export RH_MAJ_VERS=$(sed -r 's/^.* release ([0-9]+).[0-9]+ .*/\1/' /etc/redhat-release) **It is looking for a major version number.. so on our Centos/Redhat test clusters this returns a 6. I have been commenting out this code for my installer testing (and just setting RH_MAJ_VER to 6), but I am not sure this is the right move... since this code must be here for a reason. I tracked down the only place in the code that seems to use this variable: /core/sqf/src/seabed/src/Makefile DEFINES += -DUSE_RH=$(RH_MAJ_VERS) My knowledge of makesfiles is limited, so I am not sure what this define does. Any help on this and what this means for installing on top of SUSE or any other distro would be appreciated! Thanks all! Amanda -- Thanks, Amanda Moran
