[PHP-DEV] Bug #10991 Updated: configuration problem with imap

2001-05-22 Thread Gerard . Gachelin

ID: 10991
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Open
Bug Type: *Install and Config
Operating system: Solaris8
PHP Version: 4.0.5
Description: configuration problem with imap

I added missing files in /usr/local/include and now
./configure --with-apxs=/usr/local/httpsd/bin/apxs --with-mysql --with-imap 
--with-imap-ssl
is working fine

Unfortunately, make stops with thus message :
Making all in imap
/bin/sh /local/src/php-4.0.5/libtool --silent --mode=compile gcc  -I. 
-I/local/src/php-4.0.5/ext/imap -I/local/src/php-4.0.5/main -I/local/src/php-4.0.5 
-I/usr/local/httpsd/include -I/local/src/php-4.0.5/Zend -I/usr/local/include/imap 
-I/local/src/php-4.0.5/ext/mysql/libmysql -I/local/src/php-4.0.5/ext/xml/expat/xmltok 
-I/local/src/php-4.0.5/ext/xml/expat/xmlparse -I/local/src/php-4.0.5/TSRM  
-D_POSIX_PTHREAD_SEMANTICS -DSOLARIS2=280 -DMOD_SSL=208101 -DEAPI -DEAPI_MM 
-DUSE_EXPAT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=21 -g -O2  -c php_imap.c
php_imap.c: In function `php_minit_imap':
php_imap.c:451: `auth_ssl' undeclared (first use in this function)
php_imap.c:451: (Each undeclared identifier is reported only once
php_imap.c:451: for each function it appears in.)
*** Error code 1
make: Fatal error: Command failed for target `php_imap.lo'
Current working directory /local/src/php-4.0.5/ext/imap
*** Error code 1

wher auth_ssl should be declared ?

Previous Comments:
---

[2001-05-21 16:38:45] [EMAIL PROTECTED]
What does it say in config.log for this?

--Jani



---

[2001-05-21 12:55:16] [EMAIL PROTECTED]
Imap from Washington University is installed.
The installed version is : imap-2001.BETA.SNAP-0104140025

The c-client library (c-client.a) is in /usr/local/lib

So I type :
./configure --with-apxs=/usr/local/httpsd/bin/apxs --with-mysql 
--with-imap=/usr/local/lib/imap/c-client.a 
--with-imap-ssl=/usr/local/lib/imap/c-client.a 

It crashes with :
checking for SSL support in IMAP... yes
checking for IMAP support... yes
configure: error: Cannot find imap library. Please check your IMAP installation

Where is the mistake ?


---


Full Bug description available at: http://bugs.php.net/?id=10991


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #10991: configuration problem with imap

2001-05-21 Thread Gerard . Gachelin

From: [EMAIL PROTECTED]
Operating system: Solaris8
PHP version:  4.0.5
PHP Bug Type: *Install and Config
Bug description:  configuration problem with imap

Imap from Washington University is installed.
The installed version is : imap-2001.BETA.SNAP-0104140025

The c-client library (c-client.a) is in /usr/local/lib

So I type :
./configure --with-apxs=/usr/local/httpsd/bin/apxs --with-mysql 
--with-imap=/usr/local/lib/imap/c-client.a 
--with-imap-ssl=/usr/local/lib/imap/c-client.a 

It crashes with :
checking for SSL support in IMAP... yes
checking for IMAP support... yes
configure: error: Cannot find imap library. Please check your IMAP installation

Where is the mistake ?



-- 
Edit Bug report at: http://bugs.php.net/?id=10991edit=1



-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]