Default Full Installation Slaris10
# Uname-srvmpi
SunOS 5.10 s10_58 sun4u SPARC sunw,ultra-250/Operating environment
Install the GCC autoconf automake Bison ncurses and other compiled environment software to the website download.
#PATH =/usr/sbin:/usr/bin:/usr/local/bin/:/usr/ccs/bin
Compiling and installing 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 last line of command can not be used, its specific meaning I do not quite understand.
#./configure--enable-so
DSO mode installation Apache
# Make
# Make Install
Edit the configuration file httpd.conf, add the following changes, start httpd successful
# vi/usr/local/apache2/conf/httpd.conf
http://www.bkjia.com/PHPjc/446854.html www.bkjia.com true http://www.bkjia.com/PHPjc/446854.html techarticle default fully installed SLARIS10 # Uname-srvmpi SunOS 5.10 s10_58 sun4u SPARC sunw,ultra-250//Operating environment to website download install GCC Autoconfautomake bison Ncurses and other compiled environment software ...