Paul Warner <[EMAIL PROTECTED]> writes:

> Error: error reading output from command: interrupted system call
> error reading output from command: interrupted system call
>     while executing
> "exec perl test1.pl"

Under NetBSD, I quickly discovered this problem while playing with the
stuff under the "tests" directory.  Everything there worked fine, if I
recall correctly, except the exec stuff, which failed because there
was obviously no default search path for the executables.

For instance,

        <% ns_puts [exec "ls" "-al" ] %>

had to be changed to

        <% ns_puts [exec "/bin/ls" "-al" ] %>

to get it to work.  Now, I don't know whether the test or the code is
at fault -- but if there's supposed to be a default search path, it's
not working.

-tih
--
Puritanism -- the haunting fear that someone, somewhere, may be happy.

Reply via email to