Click to See Complete Forum and Search --> : Setting web services on a Debian box


MarkO
11-15-2000, 01:49 PM
On a Debian server would it be best advised to install apache/php/mysql from source or use the deb packages?


MarkO

Sweede
11-15-2000, 02:26 PM
source always source

except mysql, if you install MySQL 3.23.27, make sure to use --with-zlib when configuring php.

MrPenguin
11-15-2000, 11:52 PM
You can use the debian packages with no problems. I run a webserver off the .deb's and its so much easier to upgrade then if it was the source. And if you want the source, you can always use apt-get source apache http://www.linuxnewbie.org/ubb/smile.gif You gotta love debian http://www.linuxnewbie.org/ubb/smile.gif

------------------
Peter
Use Linux, Be Happy!
psanchez@underside.net
ICQ: 1528947
GnuPG key is here (http://www.underside.net/key.txt)

Slackware is liked. Debian is loved!

klamath
11-16-2000, 12:19 AM
I personally *always* use source when installing anything Apache related (also for PostgreSQL stuff). I've never had problems.

------------------
- Klamath
Get my GnuPG Key Here (http://klamath.dyndns.org/mykey.asc)
Looking for an open source project to contribute to? Check out the BBB (http://bbb.sourceforge.net)

John_Doh
11-16-2000, 07:12 PM
If you are running a high traffic production server, go with the source. If not, you will do fine with the .deb