* Thus wrote Brian V Bonini ([EMAIL PROTECTED]):
> './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'

Any reson why you have two --with-imaps's?

> 
> Couple secs into make:
> 
> /root/php-4.3.4/ext/imap/php_imap.c:342: syntax error before `QUOTALIST'

It seems you might have a issue with the version of headers found
vs the actual libraries being used. The function mail_getquota()
should only be define if you have imap2000 or imap2001 libraries.

HTH,

Curt
-- 
If eval() is the answer, you're almost certainly asking the
wrong question. -- Rasmus Lerdorf, BDFL of PHP

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to