php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10280 mcrypt 2.4.4+ fails
Submitted: 2001-04-11 02:14 UTC Modified: 2001-05-10 05:47 UTC
From: jason at coolacid dot net Assigned:
Status: Closed Package: mcrypt related
PHP Version: 4.0.4pl1 OS: Linux Slack
Private report: No CVE-ID: None
 [2001-04-11 02:14 UTC] jason at coolacid dot net
Mcrypt 2.4.4 does not compile into php. php still compiles, but mcrypt fails to init. 

FIX:

in configure:

line 23006: should read: LIBS="-lltdl -mcrypt  $LIBS"
line 23040: should read:  LIBS="-lltdl -mcrypt  $LIBS"

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-04-11 02:25 UTC] jason at coolacid dot net
Did not actually fix bug. 
 [2001-04-11 02:32 UTC] derick@php.net
Does this error still occur now? Or wasn't it a bug after all?
 [2001-05-10 05:47 UTC] sniper@php.net
No feedback, closed.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 05:01:33 2024 UTC