In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/03 Report--
Deploying LAMP Architecture
Source Code Compilation Install PHP
1. installation environment
yum -y install \gd#gd library, image processing libpnglibpng-devel#Supported image formats pcrep-devel #Support prel language libxml2-devellibjpeg-devel
2. Unzip the php package to the opt directory
tar jxvf php-5.6.11.tar.bz2 -C /opt
3. Configure environment, modify configuration file
./ configure \--prefix=/usr/local/php5 \#Specify installation path--with-gd \# gd library--with-zlib \#library--with-apxs2=/usr/local/httpd/bin/apxs \#Provide Apache functional modules--with-mysql=/usr/local/mysql \#Associate database--with-config-file-path=/usr/local/php5 \#Associate php configuration file--enable-mbstring#Load functional modules
Load complete Start make&&make install
4. Place the configuration file in the specified path
Create soft links for php commands
5. Modify the httpd configuration file so that Apache services can recognize php feature modules
6. Restart httpd service after modification
7. Change httpd home page information to php
8. test
summary
Here, the LAMP architecture is complete!
Specific httpd installation process: blog.51cto.com/14557905/2458177
Specific Mysql installation process: blog.51cto.com/14557905/2458283
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.