getting E99 when logging into client. I know this has to do with open ssl, but we have tried installing all versions with no luck. Anyone with solution? I dont want to have to have them reload OS with Redhat 7 as this is near end of life
FACTS on Redhat 8
Probably not certified, but when has that ever stopped a customer?
RH7 is end of life
Ran into an issue with Vsifax 6.2 not certified on RH8.
Likewise neither is Vsifax 6.3 (latest), but not Infor licensed. (a different issue)
Had to do this work around to add the dependency for Vsifax, I have asked that a KB be built for it.
wget http://mirror.centos.org/centos/7/os/x86_64/Packages/compat-libstdc++-33-3.2.3-72.el7.i686.rpm
wget http://mirror.centos.org/centos/7/os/x86_64/Packages/compat-libstdc++-33-3.2.3-72.el7.x86_64.rpm
yum localinstall compat-libstdc++-33-3.2.3-72.el7.i686.rpm
yum localinstall compat-libstdc++-33-3.2.3-72.el7.x86_64.rpm
rpm -q --filesbypkg compat-libstdc++-33
I was not involved so I don't know if a yum install openSSL* openssl*.i686 would have gotten the files needed.
Notes from the programmer that got FACTS 9 working on Redhat 8.