Re: [PHP] exec 'lynx' failed ??? From: Rasmus Lerdorf (rasmus <email protected>)
Date: 09/29/00

> I did :
> su nobody
> strace lynx
>
> I got :
> write(2, "metamail: Can\'t open temporary f"..., 37metamail: Can't open
> temporary file!

Ah, lynx is calling the external metamail program. Do this:

su nobody
strace metamail

-Rasmus

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>