Heim > Artikel > Backend-Entwicklung > Wie man PHP mit Suse im Detail installiert
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 install2 zu unterstützen : Nach --with-mysql gibt es keine Parameter, da MySQL mit dem RPM-Paket installiert wird 3 Kopieren Sie die Konfigurationsdatei
# 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/libxml2und ändern Sie short_open_tag = On 4. Ändern Sie die Apache2-Konfiguration httpd. conf zur Unterstützung von PHPFügen Sie den folgenden Inhalt in AddType application/x-gzip .gz .tgz
# cp php.ini-production /usr/local/services/php/lib/php.ini5 ein. Erstellen Sie eine Testdatei mit der Erweiterung PHP
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!