Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to compile and install php-5.4/5.5 for centos6

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article mainly introduces how centos6 compiles and installs php-5.4/5.5, which is very detailed and has certain reference value. Friends who are interested must read it!

Wget http://cn2.php.net/distributions/php-5.4.36.tar.bz2 (5.5address http://cn2.php.net/distributions/php-5.5.22.tar.bz2)

Tar jxvf php-5.4.36.tar.bz2

Cd php-5.4.36

Yum install libxml2-devel libjpeg-* libpng-devel freetype-devel gd-devel libmcrypt-devel openssl-devel

/ configure-- prefix=/usr/local/php-- with-apxs2=/usr/local/apache2/bin/apxs-- with-config-file-path=/usr/local/php/etc-- with-mysql=/usr/local/mysql-- with-libxml-dir-- with-gd-- with-jpeg-dir-- with-png-dir-- with-freetype-dir-- with-iconv-dir-- with-zlib-dir-- with-bz2-- with-openssl-- with-mcrypt-- enable -soap-enable-gd-native-ttf-- enable-mbstring-- enable-sockets-- enable-exif-- disable-ipv6

Make & & make install

The above is all the contents of the article "how centos6 compiles and installs php-5.4/5.5". Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

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.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report