Compiling and installing apache2, mysql5, and php5_PHP in Slaris10

Source: Internet
Author: User
Compile and install apache2, mysql5, and php5 in the Slaris10 system. By default, the full installation of Slaris10 # uname-srvmpiSunOS5.10s10_58sun4usparcSUNW, Ultra-250 operating environment to the site to download and install gccautoconfautomakebisonncurses and other compiling environment software Slaris10 is fully installed by default.
# Uname-srvmpi
SunOS 5.10 s10_58 sun4u iSCSI SUNW, Ultra-250 // Operating Environment
Download and install gcc autoconf automake bison ncurses and other compiling environment software from the website.
# PATH =/usr/sbin:/usr/bin:/usr/local/bin/:/usr/ccs/bin
Compile and install HTTPD2
# Tar xvf httpd-2.1.3-beta.tar
# Cd httpd-2.1.3-beta
# CC = gcc CFLAGS = "-O6" CXX = gcc CXXFLAGS = "-O6-felide-constructors-fno-exceptions-fno-rtti"

// The previous command line does not need to be used. I do not quite understand its specific meaning.
#./Configure -- enable-so
// Install apache in DSO mode
# Make
# Make install

// Edit the configuration file httpd. conf. add the following changes and start httpd successfully.
# Vi/usr/local/apache2/conf/httpd. conf

Developers # uname-srvmpi SunOS 5.10 s10_58 sun4u iSCSI SUNW, Ultra-250 // download and install gcc autoconfautomake bison ncurses and other compiling environment software from the website...

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.