Hi,
While upgrading Teamsite from 5.5.0 to 6.5 the pearl modules are getting upgraded from pearl 5.0 to 5.8.2.
The issue we are facing right now is as follow:
When we try to execute some customized perl file we faced issue with respect to Error.pm file not found. So we searched for the file and placed it under lib file.if I try to execute it once again I am getting an error as below
Can't locate DBD/Oracle.pm in
@INC (
@INC contains: /opt/customer/iw-home/iw-perl/lib /opt/customer/iw-home/iw-perl/site/lib /opt/customer/iw-home/iw-perl/vendor/lib .) at /opt/customer/iw-home/iw-perl/lib/Framework/Perl/DB/Connection.pm line 47
But I am finding the folder “DBD” under
/vendor/lib folder but I am not able to find the Oracle.pm file inside the DBD folder.
So we thought of installing DBD and DBI modules under /site/lib folder but when I execute the Makefile.pm I am facing an issue saying that
Can't locate auto/POSIX/autosplit.ix in @INC (@INC contains: lib /opt/customer/iw-home/iw-perl/lib /opt/customer/iw-home/iw-perl/site/lib /opt/customer/iw-home/iw-perl/vendor/lib .) at /opt/customer/iw-home/iw-perl/lib/AutoLoader.pm line 160
I am unable to find this POSIX folder itself in any of the lib folder.
Did any one face a similar issue; please let us know how you guys solved it.
Thanks in advance,
Dhruv