php-general | 2001122
Date: 12/31/01
- Next message: Brian Clark: "Re: [PHP] Re: Need some Linux/Apache help"
- Previous message: Todd Cary: "Re: [PHP] Re: Need some Linux/Apache help"
- In reply to: Todd Cary: "Re: [PHP] Re: Need some Linux/Apache help"
- Next in thread: Brian Clark: "Re: [PHP] Re: Need some Linux/Apache help"
- Reply: Brian Clark: "Re: [PHP] Re: Need some Linux/Apache help"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
* Todd Cary (todd <email protected>) [Dec 31. 2001 18:59]:
> How do I redirect the output *if* the output is errors? For example
> # make > /home/todd/makeerr.txt
Try this:
make 2> /home/todd/makeerr.txt
> I am getting an error when I run "make" after configuring with
> "--with-apxs". The configure runs fine; it is just the make and I have
> noticed that with the above redirect, everything goes to the file
> *except* the errors.
-- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 f y cn rd ths thn y cn hv grt jb n cmptr prgrmmng-- 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: Brian Clark: "Re: [PHP] Re: Need some Linux/Apache help"
- Previous message: Todd Cary: "Re: [PHP] Re: Need some Linux/Apache help"
- In reply to: Todd Cary: "Re: [PHP] Re: Need some Linux/Apache help"
- Next in thread: Brian Clark: "Re: [PHP] Re: Need some Linux/Apache help"
- Reply: Brian Clark: "Re: [PHP] Re: Need some Linux/Apache help"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

