php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1087 Compiling with IMAP 4.4 support fails
Submitted: 1999-01-21 15:36 UTC Modified: 1999-06-12 16:04 UTC
From: tjc at puffball dot ca dot boeing dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0.6 OS: Linux 2.0.34
Private report: No CVE-ID: None
 [1999-01-21 15:36 UTC] tjc at puffball dot ca dot boeing dot com
Configured: ./configure --with-mysql --with-apache=../apache --with-imap=../imap

When running make, getting the following errors:

functions/imap.c: In function "imap_init" :
functions/imap.c: 225: 'unixdriver' undeclared (first use this function)
functions/imap.c: 225: (each undeclared identifier is reported only once)
functions/imap.c: 225: for each function it appears in. )
functions/imap.c: 231: 'mhdriver' undeclared (first use this function)
functions/imap.c: 232: 'mxdriver' undeclared (first use this function)
functions/imap.c: 234: 'mbxdriver' undeclared (first use this function)
functions/imap.c: 235: 'tenexdriver' undeclared (first use this function)
functions/imap.c: 236: 'mtxdriver' undeclared (first use this function)
functions/imap.c: 238: 'mmdfdriver' undeclared (first use this function)
functions/imap.c: 239: 'newsdriver' undeclared (first use this function)
functions/imap.c: 240: philedriver' undeclared (first use this function)
make: *** [functions/imap.o] Error 1

This was, of course, after I had built imap and placed the required headers in
/usr/local/include and another time made links to c-client and lib.....

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-06-12 16:04 UTC] jim at cvs dot php dot net
The IMAP library has to be configured with all those
various drivers.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 20 09:01:31 2024 UTC