Installing PHP Libraries and Packages

jeno

Registered
Dear All,

I am very new to PHP, SQL or web server stuff. I am test running drupal on my laptop and I came across some problem that I need to add uploadprogress extension to the setup.

This is the error msg I got when "make":

/Desktop/uploadprogress-1.0.0/uploadprogress-1.0.0/uploadprogress.c: In function 'uploadprogress_php_rfc1867_file':
/Desktop/uploadprogress-1.0.0/uploadprogress-1.0.0/uploadprogress.c:75: error: 'MULTIPART_EVENT_START' undeclared (first use in this function)
/Desktop/uploadprogress-1.0.0/uploadprogress-1.0.0/uploadprogress.c:75: error: (Each undeclared identifier is reported only once
/Desktop/uploadprogress-1.0.0/uploadprogress-1.0.0/uploadprogress.c:75: error: for each function it appears in.)
/Desktop/uploadprogress-1.0.0/uploadprogress-1.0.0/uploadprogress.c:76: error: 'multipart_event_start' undeclared (first use in this function)
/Desktop/uploadprogress-1.0.0/uploadprogress-1.0.0/uploadprogress.c:76: error: 'e_data' undeclared (first use in this function)
/Desktop/uploadprogress-1.0.0/uploadprogress-1.0.0/uploadprogress.c:77: error: parse error before ')' token
/Desktop/uploadprogress-1.0.0/uploadprogress-1.0.0/uploadprogress.c:87: error: 'MULTIPART_EVENT_FORMDATA' undeclared (first use in this function)
/Desktop/uploadprogress-1.0.0/uploadprogress-1.0.0/uploadprogress.c:89: error: 'multipart_event_formdata' undeclared (first use in this function)
/Desktop/uploadprogress-1.0.0/uploadprogress-1.0.0/uploadprogress.c:90: error: parse error before ')' token
/Desktop/uploadprogress-1.0.0/uploadprogress-1.0.0/uploadprogress.c:124: error: 'MULTIPART_EVENT_FILE_START' undeclared (first use in this function)
/Desktop/uploadprogress-1.0.0/uploadprogress-1.0.0/uploadprogress.c:127: error: 'multipart_event_file_start' undeclared (first use in this function)
/Desktop/uploadprogress-1.0.0/uploadprogress-1.0.0/uploadprogress.c:129: error: parse error before ')' token
/Desktop/uploadprogress-1.0.0/uploadprogress-1.0.0/uploadprogress.c:146: error: 'MULTIPART_EVENT_FILE_DATA' undeclared (first use in this function)
/Desktop/uploadprogress-1.0.0/uploadprogress-1.0.0/uploadprogress.c:147: error: 'multipart_event_file_data' undeclared (first use in this function)
/Desktop/uploadprogress-1.0.0/uploadprogress-1.0.0/uploadprogress.c:149: error: parse error before ')' token
/Desktop/uploadprogress-1.0.0/uploadprogress-1.0.0/uploadprogress.c:163: error: 'MULTIPART_EVENT_FILE_END' undeclared (first use in this function)
/Desktop/uploadprogress-1.0.0/uploadprogress-1.0.0/uploadprogress.c:164: error: 'multipart_event_file_end' undeclared (first use in this function)
/Desktop/uploadprogress-1.0.0/uploadprogress-1.0.0/uploadprogress.c:166: error: parse error before ')' token
/Desktop/uploadprogress-1.0.0/uploadprogress-1.0.0/uploadprogress.c:176: error: 'MULTIPART_EVENT_END' undeclared (first use in this function)
make: *** [uploadprogress.lo] Error 1

I couldn't tell what went wrong as I doesn't know what I am actually doing, I have no experience with this. I've done some research on the net but It couldn't solved my problem.

My setup:
Mac OS X 10.4.10
MAMP Pro 1.7.2

Please help.

Thanks & Regards,
Jeno
 
Back
Top