tar -zxvf php-5.2.17.tar.gz cd php-5.2.17/ext/mysqli/ /usr/bin/phpize #configure 設定ファイルは現在のディレクトリ に生成されます。 /configure –with-php-config=/usr/bin/php-config –with-mysqli=/usr/bin/mysql_config make make install コードをコピー 上記が正しい場合は、 /usr/ にインストールします。 lib64/php/modules/ で mysqli.so を見つけて、以下を追加します。 拡張子=mysqli.so 次に、httpd サービスを再起動します。