I am trying to 'make' and I get the following error-

-c /root/php-4.3.3/ext/imap/php_imap.c -o ext/imap/php_imap.lo
/root/php-4.3.3/ext/imap/php_imap.c:342: syntax error before `QUOTALIST'
/root/php-4.3.3/ext/imap/php_imap.c: In function `mail_getquota':
/root/php-4.3.3/ext/imap/php_imap.c:351: `qlist' undeclared (first use in this function)
/root/php-4.3.3/ext/imap/php_imap.c:351: (Each undeclared identifier is reported only once
/root/php-4.3.3/ext/imap/php_imap.c:351: for each function it appears in.)
/root/php-4.3.3/ext/imap/php_imap.c: In function `zif_imap_get_quota':
/root/php-4.3.3/ext/imap/php_imap.c:887: `SET_QUOTA' undeclared (first use in this function)
/root/php-4.3.3/ext/imap/php_imap.c: In function `zif_imap_get_quotaroot':
/root/php-4.3.3/ext/imap/php_imap.c:915: `SET_QUOTA' undeclared (first use in this function)
*** Error code 1

Stop in /root/php-4.3.3.
--------------------------------------------------------------------------------------------------------------------
Background info...

I am trying to upgrade to 4.3.3 from 4.0.6. I am using the following configure command-\
 './configure' '--with-apxs=/usr/local/www/bin/apxs' '--with-config-file-path=/usr/local/www/etc' '--enable-versioning' '--with-system-regex' '--disable-debug' '--enable-track-vars' '--with-gd=/usr/local' '--with-freetype-dir=/usr/local' '--with-jpeg-dir=/usr/local' '--with-png-dir=/usr/local' '--with-zlib' '--with-imap=/usr/local' '--with-mysql=/usr/local' '--with-imap=/usr/local' '--prefix=/usr/local/www' 'i386--freebsd4.4'

Can someone please help me?

Ken

Reply via email to