so i have decided to edit interface.c and comment out
#REGISTER_CURL_CONSTANT(CURLOPT_FTPASCII); and
#REGISTER_CURL_CONSTANT(CURLOPT_PASSWDFUNCTION);
Lets see if that works , keeping fingers cross :)
"Rahsaan D. Page" <rahsaan.page@verizon.netwrote in message
news:Fc8ik.6$c52.0@trnddc03...
Quote:
Hello Everyone,
>
i am currently trying to compile php 5.1.6 on fedora 9 i386, when i ran in
to a compile issue with 'ext/cur;/interface.lo'. i got pass the
./configure phase but dont know why its complaining about the 'make'
phase.. Here is the error below:
>
/home/rpage/Download/lamp_stack/php-5.1.6/ext/curl/interface.c: In
function 'zm_startup_curl':
/home/rpage/Download/lamp_stack/php-5.1.6/ext/curl/interface.c:274: error:
'CURLOPT_FTPASCII' undeclared (first use in this function)
/home/rpage/Download/lamp_stack/php-5.1.6/ext/curl/interface.c:274: error:
(Each undeclared identifier is reported only once
/home/rpage/Download/lamp_stack/php-5.1.6/ext/curl/interface.c:274: error:
for each function it appears in.)
/home/rpage/Download/lamp_stack/php-5.1.6/ext/curl/interface.c:314: error:
'CURLOPT_PASSWDFUNCTION' undeclared (first use in this function)
make: *** [ext/curl/interface.lo] Error 1
>
Any help would be appreciated, Thanks
>