in reply to Re: Calling "lyx -e latex" from perl CGI-script
in thread Calling "lyx -e latex" from perl CGI-script
I had set $ENV{PATH} in one of the versions of the stripped down script, because I had tried setting the script to setuid root (to see if it was a permissions issue), which forced it into taint mode, which required a manually-set PATH to allow a system call. I had set $ENV{PATH} to include the same directories as are in root's or the apache user's PATH, both of which can successfully call the script (without the PATH line) from the command line. So I don't think it is a PATH issue, but it's a good try.
Cheers,
Bruno
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Calling "lyx -e latex" from perl CGI-script
by tilly (Archbishop) on Jul 07, 2003 at 23:22 UTC |