Date: 04/13/01
- Next message: Phil Driscoll: "Re: [PHP-INST] Installing with PWS"
- Previous message: John Meyer: "Re: [PHP-INST] Installing with PWS"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello again,
I am strill trying to compile PHP4-CVS (as of 04132001) with IMAP-SSL
support with the following options:
"./configure" \
"--with-apxs" \
"--with-bz2" \
"--with-gettext" \
"--with-imap" \
"--with-imap-ssl" \
"--with-mysql" \
"--with-openssl" \
"--with-regex=system" \
"--with-zlib" \
"--enable-bcmath" \
"--disable-debug" \
no errors running configure.
$ make
...
...
-DLINUX=22 -DTARGET="httpsd" -DUSE_HSREGEX -DUSE_EXPAT -DAPACHE_SSL
-DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -g -O2 -c php_imap.c
php_imap.c: In function `php_minit_imap':
php_imap.c:450: `auth_ssl' undeclared (first use in this function)
php_imap.c:450: (Each undeclared identifier is reported only once
php_imap.c:450: for each function it appears in.)
make[3]: *** [php_imap.lo] Error 1
make[3]: Leaving directory `/home/raul/src/cvs/php4/ext/imap'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/raul/src/cvs/php4/ext/imap'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/raul/src/cvs/php4/ext'
make: *** [all-recursive] Error 1
This is the error I get when running make
Any comments are appreciated. Thank you.
Raul
-- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-install-unsubscribe <email protected> For additional commands, e-mail: php-install-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Phil Driscoll: "Re: [PHP-INST] Installing with PWS"
- Previous message: John Meyer: "Re: [PHP-INST] Installing with PWS"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

