Heim > Backend-Entwicklung > PHP7 > Hauptteil

Zeichnen Sie PHP7-Installationsbefehle unter Linux auf

coldplay.xixi
Freigeben: 2023-02-17 19:58:01
nach vorne
2681 Leute haben es durchsucht

Zeichnen Sie PHP7-Installationsbefehle unter Linux auf

Empfohlen (kostenlos): PHP7

php7-Installationsbefehlsdatensatz unter Linux

<p style="line-height: 1.45em;">wget http://cn2.php.net/distributions/php-7.0.5.tar.gztar -zxvf php-7.0.5.tar.gz<br/><br/>cd php-7.0.5./configure \--prefix=/usr/local/php <br/>\  --with-curl  --with-freetype-dir  --with-gd  <br/>\--with-gettext  --with-iconv-dir  --with-kerberos  <br/>\--with-libdir=lib64  --with-libxml-dir  --with-mysqli <br/>\--with-openssl  --with-pcre-regex  --with-pdo-mysql  <br/>\--with-pdo-sqlite  --with-pear  --with-png-dir  <br/>\--with-xmlrpc  --with-xsl  --with-zlib  <br/>\--enable-fpm  --enable-bcmath  --enable-libxml  <br/>\--enable-inline-optimization  <br/>\--enable-gd-native-ttf  --enable-mbregex  <br/>\--enable-mbstring  --enable-opcache  <br/>\--enable-pcntl  --enable-shmop  <br/>\--enable-soap  --enable-sockets  <br/>\--enable-sysvsem  --enable-xml  <br/>\--enable-zip报错<br/> configure: error: Cannot find OpenSSL&#39;s <evp.h> <br/> yum install openssl openssl-devel<br/><br/>configure: error: Please reinstall the libcurl distribution -<br/>    easy.h should be in <curl-dir>/include/curl/<br/>yum install curl curl-devel<br/><br/>If configure fails try --with-webp-dir=<DIR><br/>If configure fails try --with-jpeg-dir=<DIR><br/>configure: error: png.h not found.<br/>yum install libpng libpng-devel<br/><br/>.....<br/>或者一次性把这些需要包全部安装<br/>yum -y install libjpeg libjpeg-devel libpng libpng-devel freetype freetype-devel libxml2 libxml2-devel<br/><br/>cp php.ini-development /etc/php7.ini<br/>cd /usr/local/php/etc/php-fpm.conf.default /usr/local/php/etc/php-fpm.conf<br/>cp /usr/local/php/etc/php-fpm.conf.default /usr/local/php/etc/php-fpm.conf<br/>cp /usr/local/php/etc/php-fpm.d/www.conf.default /usr/local/php/etc/php-fpm.d/www.conf<br/><br/>ln -s /usr/local/php/bin/php /bin/php<br/>ln -s /usr/local/php/sbin/php-fpm /bin/php7-fpm<br/>ln -s /usr/local/php/bin/php /bin/php7<br/></p>
Nach dem Login kopieren

                        

Das obige ist der detaillierte Inhalt vonZeichnen Sie PHP7-Installationsbefehle unter Linux auf. Für weitere Informationen folgen Sie bitte anderen verwandten Artikeln auf der PHP chinesischen Website!

Verwandte Etiketten:
Quelle:csdn.net
Erklärung dieser Website
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage