vote up 0 vote down star

I ran into a problem that I've never seen before and can't exactly explain. I was helping someone run a perl based install on a RedHad 4.6 zLinux and running under sudo seemed to grab the system perl rather than the fully qualified perl executable.

Example:

/my/perl/bin> ./perl -v == 5.8.8
/my/perl/bin> /my/perl/bin/perl -v == 5.8.8
/my/perl/bin> sudo /my/perl/bin/perl -v == 5.8.5????

Even though we were fully qualifying the path to our perl it was still grabbing /usr/bin/perl when running under sudo. I have no idea why, any gurus know?

flag
please use code formatting. The command line snapshots are barely readable. – GrzegorzOledzki Jul 9 at 22:14
This question belongs on serverfault.com – nos Jul 9 at 22:14
1  
Is there any chance /my/perl/bin/perl is a shell script? – Dean Povey Jul 9 at 22:18
Nope, not a shell script it's the exe – Tim Jul 13 at 14:33

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.