
sumit2212
New User
Dec 1, 2013, 8:46 PM
Post #1 of 2
(2657 views)
|
Perl Program not working in a particular LoginID
|
Can't Post
|
|
Hi I am very new to Perl. I have been able to get a DB2 Driver installed on RHEL (64 Bit). When I try to execute a Perl program using the root login id, the program displays the output. When I try to run the same program using a different userid (in my case db2admin) I get the following error. I have been trying to make it work for last 3 days unsuccessfully. ====================================================== Status: 500 Content-type: text/html <h1>Software error:</h1> <pre>DBI object version 1.609 does not match bootstrap parameter 1.630 at /usr/lib64/perl5/DynaLoader.pm line 223. BEGIN failed--compilation aborted at /usr/local/lib64/perl5/DBI.pm line 278. Compilation failed in require at ./NewProgram.cgi line 10. BEGIN failed--compilation aborted at ./NewProgram.cgi line 10. </pre> <p> For help, please send mail to this site's webmaster, giving this error message and the time and date of the error. </p> [Mon Dec 2 05:41:33 2013] NewProgram.cgi: DBI object version 1.609 does not match bootstrap parameter 1.630 at /usr/lib64/perl5/DynaLoader.pm line 223. [Mon Dec 2 05:41:33 2013] NewProgram.cgi: BEGIN failed--compilation aborted at /usr/local/lib64/perl5/DBI.pm line 278. [Mon Dec 2 05:41:33 2013] NewProgram.cgi: Compilation failed in require at ./NewProgram.cgi line 10. [Mon Dec 2 05:41:33 2013] NewProgram.cgi: BEGIN failed--compilation aborted at ./NewProgram.cgi line 10. ==================================== I think its either a Path Problem or its an environment variable which needs to be set. Could someone please let me know the steps I should use for debugging this ? Any help would be really appreciated. Thanks & Regards Sumit
|