php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10478 --with-mcrypt leads to "configure: error: Sorry"
Submitted: 2001-04-24 14:06 UTC Modified: 2001-05-18 18:26 UTC
From: jeanfrancois dot lecam at altiplano dot fr Assigned:
Status: Closed Package: mcrypt related
PHP Version: 4.0.4pl1 OS: Redhat 7.0
Private report: No CVE-ID: None
 [2001-04-24 14:06 UTC] jeanfrancois dot lecam at altiplano dot fr
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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-04-24 16:12 UTC] derick@php.net
Can you send me your configure.log file (privately)?

Derick
 [2001-05-18 17:17 UTC] derick@php.net
I did not receive the config.log, can you please resend it?
 [2001-05-18 18:26 UTC] derick@php.net
Ok, this is not really a bug, so closing this report.

Derick
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 05:01:27 2024 UTC