You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

Hi,
I am trying to export a job (perl) I have created on a Windows XP machine on to a Linux machine. I was successfully in exporting the job, but have come across problems with the versions of Perl being different. Here is the exact error I get.
Perl lib version (5.10.0) doesn't match executable version (v5.8.8) at lib/Config.pm line 46.
The perl version on my windows machine is 5.10.0 and the perl version on the linux machine is 5.8.8.
I would really appreciate if anyone can help me solve this problem. Can anybody let me know what has to be done so that I can run my job on the Linux machine.
Thank you,
Santhosh.
Offline

either upgrade your server to 5.10, or downgrade your machine to 5.8.8
Alternatively, you can search your source for "require v5.10.0;" and change that to 5.8.8 -- this may make the script do something wierd though, so I do not reccomend it.
Offline

Thank you John.
We installed perl version 5.10 on the Linux machine. Changed the path so that the script uses the newly installed perl version. My script is working now.
Thank you,
Santhosh.
Offline
Pages: 1