php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9104 imap support will not compile
Submitted: 2001-02-04 16:02 UTC Modified: 2001-02-14 12:43 UTC
From: steve at yourservice dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.0.4pl1 OS: Solaris x86 v8
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: steve at yourservice dot com
New email:
PHP Version: OS:

 

 [2001-02-04 16:02 UTC] steve at yourservice dot com
./configure \
   --with-mysql \
   --with-ldap \
   --with-imap=/usr \
   --prefix=/usr/local/software/php-4.0pl1 \
   --with-apache=../apache_1.3.17 \
   --enable-sysvsem \
   --enable-sysvshm  \
   --disable-debug   \
   --enable-track-vars

when I run a make, I get:

make[3]: Entering directory `/usr/local/src/php-4.0.4pl1/ext/imap'
gcc  -I. -I/usr/local/src/php-4.0.4pl1/ext/imap -I/usr/local/src/php-4.0.4pl1/main -I/usr/local/src/php-4.0.4pl1 -I/usr/local/src/apache_1.3.17/src/include -I/usr/local/src/apache_1.3.17/src/os/unix -I/usr/local/src/php-4.0.4pl1/Zend -I/usr/local/include -I/usr/local/src/php-4.0.4pl1/ext/mysql/libmysql -I/usr/local/src/php-4.0.4pl1/ext/xml/expat/xmltok -I/usr/local/src/php-4.0.4pl1/ext/xml/expat/xmlparse -I/usr/local/src/php-4.0.4pl1/TSRM  -D_POSIX_PTHREAD_SEMANTICS -DXML_BYTE_ORDER=12 -g -O2  -c php_imap.c && touch php_imap.lo
php_imap.c: In function `php_minit_imap':
php_imap.c:397: `unixdriver' undeclared (first use in this function)
php_imap.c:397: (Each undeclared identifier is reported only once
php_imap.c:397: for each function it appears in.)
php_imap.c:403: `mhdriver' undeclared (first use in this function)
php_imap.c:404: `mxdriver' undeclared (first use in this function)
php_imap.c:406: `mbxdriver' undeclared (first use in this function)
php_imap.c:407: `tenexdriver' undeclared (first use in this function)
php_imap.c:408: `mtxdriver' undeclared (first use in this function)
php_imap.c:410: `mmdfdriver' undeclared (first use in this function)
php_imap.c:411: `newsdriver' undeclared (first use in this function)
php_imap.c:412: `philedriver' undeclared (first use in this function)
make[3]: *** [php_imap.lo] Error 1
make[3]: Leaving directory `/usr/local/src/php-4.0.4pl1/ext/imap'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/php-4.0.4pl1/ext/imap'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/php-4.0.4pl1/ext'
make: *** [all-recursive] Error 1


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-02-14 12:43 UTC] sniper@php.net
Please ask support questions on php-install@lists.php.net as this is not 
any bug in PHP. Also check the http://www.php.net/imap page for more info about
how to install the necessacry header files and library.

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 03:01:28 2024 UTC