below is the @INC of my perl -V output
@INC:
/usr/perl5/5.8.4/lib/sun4-solaris-64int
/usr/perl5/5.8.4/lib
/usr/perl5/site_perl/5.8.4/sun4-solaris-64int
/usr/perl5/site_perl/5.8.4
/usr/perl5/site_perl
/usr/perl5/vendor_perl/5.8.4/sun4-solaris-64int
/usr/perl5/vendor_perl/5.8.4
/usr/perl5/vendor_perl
Here is a brief description about problem
As said in the main question. after deletion of PERL folder under OPT in Production, we replaced PERL folder from TEST box.
It was working fine and the web application was starting but some of the functionalities were not working.
some of the paths in test box were qedms but in production it is edms
so we replaced qedms with edms where it is required.
Now we were trying to delete a user in edms and for that we are trying to execte a script called rm_sl_user_pr.pl
when we try to do so i am getting the follwing error
[edms@nlxsl212] rchauvet $ ./rm_sl_user_pr.pl
Can't locate lib.pm in @INC (@INC contains: /volumes/v1/qedms/opt/perl
+/lib/site_perl/5.14.1/sun4-solaris /volumes/v1/qedms/opt/perl/lib/sit
+e_perl/5.14.1 /volumes/v1/qedms/opt/perl/lib/5.14.1/sun4-solaris /vol
+umes/v1/qedms/opt/perl/lib/5.14.1 .) at ./rm_sl_user_pr.pl line 3.
BEGIN failed--compilation aborted at ./rm_sl_user_pr.pl line 3.
can you please let me know how to locate lib.pm in @INC what is the procedure for that.
Thank you in advance..
Ashwin
|