124 文字
1 分
PHP 5.2.10 configure error

PHP5.2.10が出たので開発環境へインストール。

5.2.8と同じオプションでconfigureしたのにこんなエラーが出た。

Terminal window
% ./configure --enable-mbstring --enable-soap --enable-zend-multibyte --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=/usr/local/mysql --with-pdo-mysql=/usr/local/mysql --with-curl --with-curlwrappers --with-gd --with-jpeg-dir=/usr/lib --with-png-dir=/usr/lib --with-zlib-dir=/usr/lib --with-mcrypt
.....
configure: error: Please reinstall the libcurl distribution -
easy.h should be in <curl -dir>/include/curl/

configure error

環境は、

Terminal window
# cat /etc/issue
Debian GNU/Linux 5.0 \n \l

headerファイルインストールして解決

Terminal window
# aptitude install libcurl4-gnutls-dev

2009/10/05追記
5.2.10は微妙。開発環境でしばらく動かしていたが、不定期に以下のエラーが表示される。
「Fatal error: Exception thrown without a stack frame in Unknown on line 0」

PHP 5.2.10 configure error
https://blog.teraren.com/posts/php-5-2-10-configure-error/
作者
Yuki Matsukura
公開日
2009-06-20
ライセンス
CC BY-NC-SA 4.0

コメント