So installieren Sie PHP mit suse: 1. Installieren Sie Libxml über „make install“; 2. Installieren Sie „php-5.5.14.tar.gz“; 4. Ändern Sie Apache2 und konfigurieren Sie httpd.conf damit es PHP 5 unterstützt. Starten Sie einfach Apache neu.
Die Betriebsumgebung dieses Artikels: Linux5.9.8-System, PHP5.5.14-Version, DELL G3-Computer
suse Wie installiere ich PHP im Detail?
Suse-SUSE INSTALLEN SIE UND APACHE UND APache, um LIBXML LIBXML2-2.7.6.zip
# unzip libxml2-2.7.6.zip # ./configure --prefix=/usr/local/services/libxml2 --with-zlib=/usr/local/services/zlib/ # make # make install
# tar -zxvf php-5.5.14.tar.gz # ./configure --prefix=/usr/local/services/php/ --with-mysql --with-apxs2=/usr/local/services/apache2/bin/apxs --with-libxml-dir=/usr/local/services/libxml2
# cp php.ini-production /usr/local/services/php/lib/php.ini
AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps <!--[if !supportLineBreakNewLine]--> <!--[endif]-->
6. Starten Sie Apache neu Lernen: „
PHP-Video-Tutorial》
Das obige ist der detaillierte Inhalt vonWie man PHP mit Suse im Detail installiert. Für weitere Informationen folgen Sie bitte anderen verwandten Artikeln auf der PHP chinesischen Website!