in reply to Help with exec and error message I am getting.
Assuming the perl-Tw bit is a typo, I would check to see if /opt/BIPSConnect/bin/rdes is a shell script, and if so, whether it's written for a particular shell and just isn't declaring this on the first #! line. It's possible that the shell this was intended for is the shell you're using, but Perl's exec (and/or the system's execvp()) function is running it under a different one.
I'm just making guesses here, though. There's not a lot of information here to go on.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Help with exec and error message I am getting.
by basicdez (Pilgrim) on Dec 26, 2001 at 23:26 UTC | |
by Fastolfe (Vicar) on Dec 28, 2001 at 01:34 UTC |