PHP 5.2.10 configure error

PHP

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

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

% ./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

環境は、

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

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

# aptitude install libcurl4-gnutls-dev


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

コメント