From:             [EMAIL PROTECTED]
Operating system: Redhat 7.0
PHP version:      4.0.4pl1
PHP Bug Type:     *Configuration Issues
Bug description:  --with-mcrypt leads to "configure: error: Sorry"

My configure line used to work on a redhat 6.2 system.
Now I have upgraded, it does not work any more, it seems not to find any function in 
the mcrypt library...

configure line:
----------
./configure     --with-mysql \
                --enable-track-vars \
                --with-apache=../../../apache/make/apache_1.3.19 \
                --prefix=/home/local/php \
                --with-config-file-path=/home/local/php/conf \
                --without-gd \
                --disable-debug \
                --with-mhash=/home/local/mhash-0.8.9 \
                --with-mcrypt=mcrypt-2.4.10 \
                --with-mm=/home/local/mm \
                --enable-trans-sid \
                --with-dom= \
                --with-magic-quotes \
                --with-zlib-dir=/home/local/zlib \
                --with-imap=/home/local/libimap

configure output:
-----------
(...)
Configuring extensions
checking for ASPELL support... no
checking for bc style precision math functions... no
checking for BZip2 support... no
checking whether to enable calendar conversion support... no
checking CCVS Support... no
checking whether to include cpdflib support... no
checking whether to enable ctype support... no
checking for CURL support... no
checking for CyberCash support... no
checking whether to enable DAV support through mod_dav... no
checking whether to include old xDBM support... no
checking whether to enable DBA... no
checking for GDBM support... no
checking for NDBM support... no
checking for Berkeley DB2 support... no
checking for Berkeley DB3 support... no
checking for DBM support... no
checking for CDB support... no
checking whether to enable DBA interface... no
checking whether to enable the bundled dbase library... no
checking for DOM support... yes
checking for libxml version... >= 2.2.7
checking for libz needed by libxml ... already zlib support
checking whether to enable exif support... no
checking for fdftk support... no
checking whether to enable the bundled filePro support... no
checking whether to add fribidi support... no
checking whether to enable FTP support... no
checking whether to enable truetype string function in gd... no
checking for libjpeg (needed by gd-1.8+)... no
configure: warning: If configure fails try --with-jpeg-dir=<DIR>
checking for libXpm (needed by gd-1.8+)... no
configure: warning: If configure fails try --with-xpm-dir=<DIR>
checking whether to include GD support... no
checking whether to include GNU gettext support... no
checking for gmp support... no
checking for Hyperwave support... no
checking for ICAP support... no
checking for Kerberos support in IMAP... no
checking for SSL support in IMAP... no
checking for IMAP support... yes
checking for Informix support... no
checking for Ingres II support... no
checking for InterBase support... no
checking for ircg support... no
checking for Java support... no
checking whether to include LDAP support... no
checking for MCAL support... no
checking for mcrypt support... yes
checking for init_mcrypt in -lmcrypt... no
checking for mcrypt_module_open in -lmcrypt... no
configure: error: Sorry


-- 
Edit Bug report at: http://bugs.php.net/?id=10478&edit=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]

Reply via email to