ID:               24233
 Updated by:       [EMAIL PROTECTED]
 Reported By:      joerg dot ludwig at hvf-bs dot net
-Status:           Open
+Status:           Bogus
 Bug Type:         *Compile Issues
 Operating System: RedHat 7.3 Linux
 PHP Version:      4.3.2
 New Comment:

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

If you use --with-imap-ssl you need to add --with-openssl to your
configure line otherwise the imap module will not work as you've
discovered.


Previous Comments:
------------------------------------------------------------------------

[2003-06-17 21:30:47] joerg dot ludwig at hvf-bs dot net

Description:
------------
I built my php rpm with these options:
%configure \
        --cache-file=../config.cache \
        --with-config-file-path=%{_sysconfdir}/miniphp \
        --enable-force-cgi-redirect \
        --disable-debug \
        --disable-rpath \
        --enable-inline-optimization \
        --with-exec-dir=%{_bindir} \
        --disable-all \
        --with-pcre-regex \
        --enable-posix \
        --enable-memory-limit \
        --enable-mbstring \
        --with-imap=shared \
        --with-imap-ssl \
        --with-kerberos=/usr/kerberos

I got no errors while building, but I couldn't load the imap module:

# php -r 'dl("imap.so");'
Warning: dl(): Unable to load dynamic library '/usr/lib/php4/imap.so' -
¨áB¨áB/php4/imap.so: shared object not open in Command line code on
line 1

When I add "--with-openssl" to configure, everything works.

Expected result:
----------------
I expect configure to output an error instead of building a broken
module.
A notice in "configure --help" would be helpful too.



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=24233&edit=1

Reply via email to