php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6924 won't compile with libmcrypt 2.2.7 nor libmcrypt 2.4.4
Submitted: 2000-09-28 08:04 UTC Modified: 2000-10-03 04:23 UTC
From: jasonc at webpipe dot net Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.2 OS: Redhat 6.2
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: jasonc at webpipe dot net
New email:
PHP Version: OS:

 

 [2000-09-28 08:04 UTC] jasonc at webpipe dot net
I just installed libmcrypt 2.2.7 with --prefix=/usr/local/mcrypt

The php configure line is:

./configure --with-apache=../apache_1.3.12 --with-config-file-path=/usr/local/apache/conf --enable-magic-quotes --enable-ftp --with-gd=/usr/local/gd/ --with-jpeg-dir=/usr/local/gd/ --with-ttf=/usr/local/gd/ --with-imap=/usr/local/imap/ --with-mcrypt=/usr/local/mcrypt/ --with-mysql=/usr/local/mysql/ --with-pgsql=/usr/local/pgsql/ --enable-trans-sid

The configure fails:

checking for mcrypt support... yes
checking for init_mcrypt in -lmcrypt... no
checking for mcrypt_module_open in -lmcrypt... no
configure: error: Sorry

This is the exact same case with libmcrypt 2.4.4.  We have multiple Redhat servers and this is the case with all of them.  PHP4.0.1pl2 compiles just fine on all servers though.

Jason

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-09-28 13:26 UTC] derick@php.net
Could you please check the latest cvs version (or snapshot from snaps.php.net). There is a fix in the configure
command, and more people reported that it fixed this type of error.

If this does not work for you, could you please copy and paste the appriopriate piece of config.log to the bug reporting system?
 [2000-10-03 04:23 UTC] jasonc at webpipe dot net
Yes!  The problem is no longer present with the snapshot from Oct. 2 2000.  Thanks!

Jason
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 29 11:01:32 2024 UTC