Re: [PHP] Server Setup

2001-08-30 Thread N. Pari Purna Chand


I have never used a binary version (rpm or tar)
as I use slackware. Both PHP and Mysql have been recently added
to the distribution.So I have been using src all the time.

U'll certainly have some performance gain by
compiling the src.
But the default Redhat 7.1's php distribution is very good.
It is ready out of box for every thing.
GD, Mysql, IMAP etc. You don't just have to configure anything.

/Chandu


 I am working on setting up a Red Hat Linux Web Server. Is there a
 benefit to installing PHP/MySQL/Apache by compiling them from source
 vs. installing these using RedHat's Binary/RPM distributions?
 
 What are the pro's and con's of these two methods? Can anybody suggest
 any pointers considering stability, efficiency, and easy upgrades?
 
 Thanks in advance.


-- 
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]




RE: [PHP] Server Setup

2001-08-29 Thread Dan Harrington


In the short run, its faster to install packages, and allows for easy upgrades.
In the long run, if you compile from scratch you will get to know the system,
you'll know more how it works, and it is (in my experience) MUCH more stable
to compile it from source.  I've installed PHP/MySQL/Apache combo on maybe
200 machines, and the numbers are for compiling everything from scratch.

Dan


 -Original Message-
 From: Ralph Guzman [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, August 29, 2001 11:23 PM
 To: PHP General Mailing List
 Subject: [PHP] Server Setup
 
 
 I am working on setting up a Red Hat Linux Web Server. Is there a benefit to
 installing PHP/MySQL/Apache by compiling them from source vs. installing
 these using RedHat's Binary/RPM distributions?
 
 What are the pro's and con's of these two methods? Can anybody suggest any
 pointers considering stability, efficiency, and easy upgrades?
 
 Thanks in advance.
 
 
 -- 
 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]
 

-- 
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]