PHP ソース コードをコンパイルする際のエラー セットと解決策を共有する

藏色散人
リリース: 2023-04-09 20:36:02
転載
3592 人が閲覧しました

PHP ソース コードをコンパイルする際のエラー セットと解決策を共有する

コンパイル php ソース コード エラー セットと解決策

スタートアップ

サーバー Ubuntu14.04 に投稿があります-lamp 開発環境を使用しても、php ソース コードを正常にコンパイルできません。コンパイル プロセスは次のとおりです。

ソース コードを取得してコンパイルします

git がインストールされていることを確認してくださいsudo apt-get install git -y。各 PHP 変更の内容とログ情報を確認できるためです。著者からの最新情報をフォローアップしてください。

git clone https://github.com/php/php-src.git
cd php-src
sudo apt-get install build-essential
./buildconf
./configure --disable-all # 为了尽快得到可以测试的环境,我们仅编译一个最精简的PHP
make
./sapi/cli/php -v
ログイン後にコピー

-v パラメータは出力バージョン番号を示しており、コマンド実行後にphpのバージョン情報が出力されていればコンパイル成功です。

PHP ソース コードをコンパイルする際のエラー セットと解決策を共有する

#エラー設定

エラー

configure: error: xml2-config not found. Please check your libxml2 installation.
ログイン後にコピー
解決策


apt-get install libxml2-dev

エラー

/usr/bin/mysql_config: No such file or directory
ログイン後にコピー
解決策


apt-get install mysql-server mysql-client libmysqlclient-dev

エラー

Warning: Declaration of PEAR_Installer::download() should be compatible with & PEAR_Downloader::download($params) in phar:///root/php7/php-src/pear/install-pear-nozlib.phar/PEAR/Installer.php on line 43

Warning: Declaration of PEAR_PackageFile_Parser_v2::parse() should be compatible with PEAR_XMLParser::parse($data) in phar:///root/php7/php-src/pear/install-pear-nozlib.phar/PEAR/PackageFile/Parser/v2.php on line 113
[PEAR] Archive_Tar - installed: 1.3.13
[PEAR] Console_Getopt - installed: 1.3.1
[PEAR] Structures_Graph- installed: 1.0.4

Warning: Declaration of PEAR_Task_Replace::init() should be compatible with PEAR_Task_Common::init($xml, $fileAttributes, $lastVersion) in phar:///root/php7/php-src/pear/install-pear-nozlib.phar/PEAR/Task/Replace.php on line 31
[PEAR] XML_Util - installed: 1.2.3

Warning: Declaration of PEAR_Task_Windowseol::init() should be compatible with PEAR_Task_Common::init($xml, $fileAttributes, $lastVersion) in phar:///root/php7/php-src/pear/install-pear-nozlib.phar/PEAR/Task/Windowseol.php on line 76

Warning: Declaration of PEAR_Task_Unixeol::init() should be compatible with PEAR_Task_Common::init($xml, $fileAttributes, $lastVersion) in phar:///root/php7/php-src/pear/install-pear-nozlib.phar/PEAR/Task/Unixeol.php on line 76
[PEAR] PEAR - installed: 1.9.5
Wrote PEAR system config file at: /root/php7/usr/etc/pear.conf
ログイン後にコピー
解決策

`/root/php7/usr/lib/php を php.ini include_path
/root/php7/php-src/build/shtool install -c ext/phar/phar に追加するとよいでしょう。 phar /root/php7/usr/bin`

エラー

configure: WARNING: unrecognized options: --with-mysql
ログイン後にコピー
エラー

checking for bison version... invalid
configure: WARNING: This bison version is not supported for regeneration of the Zend/PHP parsers (found: none, min: 204, excluded: ).
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
configure: error: bison is required to build PHP/Zend when building a GIT checkout!
ログイン後にコピー
解決策


apt-get install bison

エラー

configure: error: Cannot find OpenSSL's
ログイン後にコピー
解決策


apt-get install libssl-dev

エラー

configure: error: Cannot find OpenSSL's libraries
ログイン後にコピー
解決策


apt -get install libssl-dev

エラー

checking for BZip2 in default path… not found
configure: error: Please reinstall the BZip2 distribution
ログイン後にコピー
解決策


apt-get install libbz2-dev

エラー

configure: error: Please reinstall the libcurl distribution –
easy.h should be in /include/curl/
ログイン後にコピー
Solution


apt-get install libcurl4-openssl-dev

Error

If configure fails try --with-vpx-dir=
configure: error: jpeglib.h not found.
ログイン後にコピー
Solution


apt-get install libjpeg- dev

エラー

configure: error: png.h not found.
ログイン後にコピー
解決策


apt-get install libpng12-dev

エラー

configure: error: freetype-config not found.
ログイン後にコピー
解決策


apt-get install libfreetype6-dev

エラー

configure: error: mcrypt.h not found. Please reinstall libmcrypt.
ログイン後にコピー
解決策


apt-get install libmcrypt-dev

エラー

configure: error: Cannot find pspell
ログイン後にコピー
解決策


apt-get install libpspell-dev

エラー

PEAR package PHP_Archive not installed: generated phar will require PHP's phar extension be enabled.
ログイン後にコピー
解決策


pear install pear/PHP_Archive

Error

checking for recode support... yes
configure: error: Can not find recode.h anywhere under /usr /usr/local /usr /opt.
ログイン後にコピー
Solution


apt-get install librecode-dev

推奨学習: 「

PHP ビデオ チュートリアル

以上がPHP ソース コードをコンパイルする際のエラー セットと解決策を共有するの詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。

関連ラベル:
php
ソース:segmentfault.com
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
最新の問題
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート