Being in the same directory as the program that is running is no guarantee that the command will be found, unless you either have "." in the PATH, or the language your command is written is explicitly looks in the same directory as the running program when resolving commands.
On 11/02/07, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote:
Steve Pelikan wrote: > We have several perl cgi scripts that run fine with apache 2.0 but fail > with 2.2. This is using 2.2 that is part of recent Fedora and 2.0.59 > that I just built and installed on the same machine. > > The problem seems to be with system() calls in perl. > > What am I'm missing? httpd -l to compare which MPM's you built with? Are you running mod_cgi or mod_cgid? Did you build with suexec? --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Steve Swift http://www.swiftys.org.uk
