On Mi, 2003-04-02 at 17:07, Christian Campbell wrote:
> The PHP script calls a shell script that lives on a NFS mount, mounted to a
> Solaris 8 box.  Within the script are many copy, delete commands and such,
> but one specifically does not execute.  It is a SQL loader command.

> Here's the strange part:  If you log on to the Solaris 8 box, and run the
> script from the shell, it executes with no problem.  But, if you run the PHP
> script that calls the shell script over the NFS mount, it executes, but does
> not execute the SQL loader command. 
Seems it needs something that it can't find on the redhat box ( such as
an environment variable ). What about running it as a regular user from
the redhat box, does it work?
What's the command which doesn't execute, what's the output?

So first try to get the shell script running from redhat box using
command line, no php.

-- 
Marius Andreiana
Soluţii informatice bazate pe Linux / Linux-based IT solutions
www.galuna.ro




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to