rpmbuild --rebuild php-5.0.2-8.src.rpm
configure errors with the following:
...
checking for CURL support... yes
checking if we should use CURL for url streams... no
checking for CURL in default path... found in /usr
checking for cURL 7.10.5 or greater... libcurl 7.12.1
checking for curl_easy_perform in -lcurl... no
configure: error: There is something wrong. Please check config.log for more information.
error: Bad exit status from /var/tmp/rpm-tmp.86362 (%build)
when I check config.log the last few lines are:#define SIZEOF_SSIZE_T 4 #define STDC_HEADERS 1 #define YYTEXT_POINTER 1 #endif #ifdef __cplusplus extern "C" void std::exit (int) throw (); using std::exit;
configure: exit 1
Any suggestions? Thanks in advance.
-a.n.