Date: 09/29/00
- Next message: Gary Singleton: "[PHP] PHP <-> MySQL Timestamp Storage and Comparison"
- Previous message: Van: "[PHP] Re: [CIRCLE#3279] Re: [PHP] exec 'lynx' failed ???"
- In reply to: Sonia Tsui: "Re: [PHP] exec 'lynx' failed ???"
- Next in thread: John McKown: "Re: [PHP] exec 'lynx' failed ???"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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>
- Next message: Gary Singleton: "[PHP] PHP <-> MySQL Timestamp Storage and Comparison"
- Previous message: Van: "[PHP] Re: [CIRCLE#3279] Re: [PHP] exec 'lynx' failed ???"
- In reply to: Sonia Tsui: "Re: [PHP] exec 'lynx' failed ???"
- Next in thread: John McKown: "Re: [PHP] exec 'lynx' failed ???"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

