BRM Upgrade from 12PS1 to 12PS5
Hi All,
While trying to Upgrade BRM from PS1 to PS5.
We are receiving following error during perl Upgrade.
PERL UPGRADE PROCEDURE.
export -n PATH
export -n LD_LIBRARY_PATH
export PATH=/usr/bin:/usr/local/bin:/bin
unset PERL5LIB
unset LD_LIBRARY_PATH
wget https://www.cpan.org/src/5.0/perl-5.32.1.tar.gz --no-check-certificate
tar -xzf perl-5.32.1.tar.gz
cd perl-5.32.1
./Configure -des -Dcc="gcc -m32" -Dusethreads -Duserelocatableinc -Dprefix=/scratch/ri-user-1/opt/perl-5.32.1/
make
make test
make install
export PATH=/scratch/ri-user-1/opt/perl-5.32.1/bin:$PATH
Env :- Oracle linux 7.9
Red Hat Enterprise Linux Server release 7.9 (Maipo)
Perl installation runs smoothly but later on executing pin_upgrade_ps5.pl post BRM installer we receive the following error.