php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6263 mcrypt 2.2.4 support broken
Submitted: 2000-08-20 11:55 UTC Modified: 2000-09-30 22:19 UTC
From: mgrphp3 at cgocable dot net Assigned:
Status: Closed Package: *General Issues
PHP Version: 4.0 Latest CVS (20/08/2000) OS: RHL6.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: mgrphp3 at cgocable dot net
New email:
PHP Version: OS:

 

 [2000-08-20 11:55 UTC] mgrphp3 at cgocable dot net
libmcrypt-2.2.4 installed from source.

A snapshot from Aug 11 worked just fine with:

./configure --disable-inline --disable-debug \
--with-apxs=/usr/sbin/apxs --with-msql=/usr/local/Hughes \
--with-pgsql=/usr/include/pgsql --enable-ftp --with-zlib \
--with-xml --with-mysql --with-mcrypt=/usr/local/lib \
--with-mhash=/usr/local/lib --with-mcal=/usr/src/libmcal \
--with-imap=/usr/include/imap --with-swf=/usr/local/lib \
--with-interbase=/usr/interbase --with-ldap=/usr
--enable-wddx --enable-sysvsem --enable-sysvshm \
--with-jpeg-dir=/usr/src/jpeg-6b \
--with-xpm-dir=/usr/X11R6/ --with-t1lib=/usr/local \
--with-gd=/usr/local --enable-bcmath \
--with-pfpro=/usr/local \
--with-curl=/usr/local --with-pspell=/usr/local \
--with-tiff-dir=/usr/lib --with-pdflib=/usr/local \

make
make install

and all is well.
Snapshot from today (20-Aug-2000 07:45)

configure gives me this:

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

and it stops there.
Reverting to the previous snapshot restores mcrypt
support.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-20 13:40 UTC] derick@php.net
fixed in cvs
 [2000-08-20 23:29 UTC] sas@php.net
We need to fix the cause, not the symptom.

Reopening bug report.
 [2000-09-30 18:20 UTC] derick@php.net
Coudl you try to latest CVS version of PHP, and see if you still have this problem?
 [2000-09-30 22:19 UTC] mrobinso@php.net
I am not able to reproduce the original problem.

You may recall, 'sas' mentioned that the error was
a symptom of a bad mcal installation. I removed
mcal from my system, and the mcrypt-2.2.4 stuff works
just fine. Whether the original problem still
exists or not I do not know, but since I cannot
reproduce it, I will close this report. Thanks.




 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 06 05:01:31 2024 UTC