Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

imap support problem

Status
Not open for further replies.

metamorphy

Programmer
Dec 16, 2001
34
US
Im trying to build php 4.3.1 --with-imap and I keeping getting this error:

/usr/local/ syntax error before `QUOTALIST'
/usr/local/ In function `mail_getquota':
/usr/local/ `qlist' undeclared (first use in this function)
/usr/local/ (Each undeclared identifier is reported only once
/usr/local/ for each function it appears in.)
/usr/local/ In function `zif_imap_get_quota':
/usr/local/ `SET_QUOTA' undeclared (first use in this function)
/usr/local/ In function `zif_imap_get_quotaroot':
/usr/local/ `SET_QUOTA' undeclared (first use in this function)
*** Error code 1

Stop in /usr/local/


can anyone please help with this....?

Thanks
CH
 
I assume you have installed the IMAP client libraries as detailed here:
It sounds like the compile process is not finding the imap client libraries. If it's in a non-standard place, you will probably have to specify --with-imap=<the appropriate path>

Want the best answers? Ask the best questions: TANSTAAFL!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top