On 13/06/2010 02:42, roshan_9052 wrote: > Thanks Medina for replying.I did try the POSIX path but i get the same error > http://old.nabble.com/file/p28868591/cygcheck.out cygcheck.out
Well, you do have a lot of perls installed, but the cygwin one is first in your PATH, so probably the problem is caused by this: > PERL5LIB = `C:\Program Files\ActiveState Perl Dev Kit 6.0\lib\' That would really confuse Cygwin Perl I expect. Try getting rid of it by 'unset PERL5LIB' in the shell before running your script; if that fixes it, maybe delete it from your environment or modify your .bashrc to unset it every time. cheers, DaveK -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple