> OK, tried the three functions using " and ' as well, I always used the
full
> path to the command I wanted to execute ("/usr/bin/isdnrep" in this case).
>
> So I can read in the errorlog of apache (/var/log/httpd/error_log):
>
> sh: /isdnrep: No such file or directory
>
> Note, that in the errorlog it is "/isdnrep" and in the phpcode it is
> "/usr/bin/isdnrep".

Almost for sure that's to be interpreted as:

"The /isdnrep process you attempted to run is trying to access a
non-existent file or directory"  rather than "/isdnrep does not exist"

Your mission now is to figure out what isdnrep does, and what files it needs
to access and why can't it find them.

--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to