Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Installation of Apache, MySQL, PHP
Name: Tony Date: March 7, 2002 at 07:09:00 Pacific
Comment:
i want to setup a www with apache using mysql and php, but after tar the file apache_version_tar.gz and php_version_tar.gz, i can't find a way to install it. there is no response on typing "make" or "make install" under the folder. What can i do? and i also installed MySQL, what else i have to do so that i can connect to the database via .php3 ?such as "mysql_connect()". thanks alot~~~~~~
Name: Apple Date: March 7, 2002 at 13:10:23 Pacific
Reply:
You have gcc installed? You ran configure first? Look for files name INSTALL and README. They will tell you how to get apache and php compiled. Adding mod_php to apache is pretty simple but you need to find the mods directory and the apache conf directory. your php docs will explain what to add to the httpd.conf.
0
Response Number 2
Name: good luck Date: March 8, 2002 at 01:11:44 Pacific
Reply:
First, compile the mysql, an install file will help you. Then compile the php. Note, you have to add the mysql option during the configuration, install file also stated how to do it, lastly compile apache and have the php option included. Install file also stated how to do it.
Summary: There is a free - open source project out there that makes the install of apache/mysql/php easy. It is called apachetoolbox and should work on any distro that you choose. http://www.apachetoolbox.com ...
Summary: cant get apache, mysql and php to install on mandrake 9.0 without using rpms, but i need to use source for apache in order to change src/configuration setting in linux to make it run as root (i know t...
Summary: I am new to Linux. Just Installed REDhat 9.0 and then I downloaded the RPM files for apache, php and mysql. but now when I double click any of these files nothing happens..I even tried doing right cli...