ID: 26221 User updated by: admin at sportsandbytes dot de Reported By: admin at sportsandbytes dot de -Status: Bogus +Status: Open Bug Type: IMAP related Operating System: Linux, RedHat 7.3 PHP Version: 4.3.4 New Comment:
from configure --help --with-imap-ssl=<DIR> IMAP: Include SSL support. DIR is the OpenSSL install dir. so either the configure option is wrong or --with-imap-ssl=/usr/local/openssl/current should work We specifically DONT want it to link against the systems openssl in /usr/lib, which is what probably would happen when not giving a openssl dir. Previous Comments: ------------------------------------------------------------------------ [2003-11-12 11:00:52] [EMAIL PROTECTED] Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Thank you for your interest in PHP. Use --with-imap-ssl not --with-imap-ssl=/usr/local/openssl/current/ ------------------------------------------------------------------------ [2003-11-12 10:29:02] admin at sportsandbytes dot de Description: ------------ Hi, the following Configure-Options work with php-4.3.3 but not with php-4.3.4: ./configure \ --with-apxs=/usr/local/apache/current/bin/apxs \ --with-zlib \ --with-jpeg-dir=/usr/lib \ --with-png-dir=/usr/lib \ --enable-ftp \ --with-gd \ --enable-versioning \ --enable-track-vars=yes \ --enable-url-includes \ --enable-sysvshm=yes \ --enable-sysvsem=yes \ --with-config-file-path=/etc \ --with-freetype-dir=/usr/lib \ --enable-fastcgi \ --enable-debug \ --disable-ipv6 \ --with-openssl=/usr/local/openssl/current/ \ --with-imap \ --with-imap-ssl=/usr/local/openssl/current/ \ --with-kerberos The Configure-Script ends with this: ... ... ... checking whether to enable dbx support... no checking whether to enable direct I/O support... no checking for DOM support... no checking for DOM XSLT support... no checking for DOM EXSLT support... no checking whether to enable EXIF (metadata from images) support... no checking for FrontBase SQL92 (fbsql) support... no checking for FDF support... no checking whether to enable the bundled filePro support... no checking for FriBidi support... no checking whether to enable FTP support... yes checking for GD support... yes checking for the location of libjpeg... /usr/lib checking for the location of libpng... /usr/lib checking for the location of libXpm... no checking for FreeType 1.x support... no checking for FreeType 2... /usr/lib checking for T1lib support... no checking whether to enable truetype string function in GD... no checking whether to enable JIS-mapped Japanese font support in GD... no checking for fabsf... yes checking for floorf... yes checking for jpeg_read_header in -ljpeg... yes checking for png_write_image in -lpng... yes If configure fails try --with-xpm-dir=<DIR> checking for GNU gettext support... no checking for GNU MP support... no checking for hwapi support... no checking for Hyperwave support... no checking for iconv support... no checking for IMAP support... yes checking for pam_start in -lpam... yes checking for crypt in -lcrypt... yes configure: error: Cannot find imap library (libc-client.a). Please check your IMAP installation. The file is located here: [EMAIL PROTECTED] src]# locate libc-client.a /usr/lib/libc-client.a [EMAIL PROTECTED] src]# cd /usr/lib [EMAIL PROTECTED] lib]# ls -al | grep c-client -rw-r--r-- 1 root root 2404414 Apr 18 2002 c-client.a lrwxrwxrwx 1 root root 10 Jun 3 14:29 libc-client.a -> c-client.a [EMAIL PROTECTED] lib]# Without the imap-configure-options, configure and make work without a failure! The other Software: apache_1.3.29 at /usr/local/apache/current openssl-0.9.7c at /usr/local/openssl/current courier-imap-2.1.2 at /usr/local/courier-imap/current ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=26221&edit=1