• Index
  •  » Talend Open Studio for Data Integration » Usage, Operation
  •  » [resolved] Exporting Jobs (Perl) on Windows XP machine to a Linux box

#1 2010-11-05 15:19:44

SBALLA22
Member
Registered: 2010-11-01
Posts: 29

[resolved] Exporting Jobs (Perl) on Windows XP machine to a Linux box

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

#2 2010-11-08 15:35:59

JohnGarrettMartin
Member
Registered: 2009-01-07
Posts: 762

Re: [resolved] Exporting Jobs (Perl) on Windows XP machine to a Linux box

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

#3 2010-11-08 21:46:54

SBALLA22
Member
Registered: 2010-11-01
Posts: 29

Re: [resolved] Exporting Jobs (Perl) on Windows XP machine to a Linux box

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

  • Index
  •  » Talend Open Studio for Data Integration » Usage, Operation
  •  » [resolved] Exporting Jobs (Perl) on Windows XP machine to a Linux box

Board footer

Powered by FluxBB