Re: eval() function

new topic     » goto parent     » topic index » view thread      » older message » newer message

Alex Chamberlain wrote:
> The problem I am now having in my server error logs is 'exu command not found'
> and 'DEL command not found'.
> Has anyone come across these before?

On a Linux system, DEL doesn't exist. 
Use rm instead.

Your CGI programs are not run under your user id.
They are run by a system process that has a different user id
and knows nothing about your EUDIR or PATH variables.
You might have to place a copy of exu in your cgi-bin directory,
or give the full absolute path to exu on your #! line.

Regards,
   Rob Craig
   Rapid Deployment Software
   http://www.RapidEuphoria.com

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu