Bug 25353

Summary: Fix to wrong libmcrypt detection of mod_php4 ./configure
Product: Ports & Packages Reporter: juraj <juraj>
Component: Individual Port(s)Assignee: dirk
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description juraj 2001-02-25 10:20:00 UTC
./configure detects the wrong version of libmcrypt (detects 2.2, but should detect 2.4 when
it's installed, since it changed the API). For this reason, libmcrypt support has been
temporarily disabled in mod_php4 port.

Fix: 

The fix is already in php4 CVS. I think we should supply a patch until the next release.
The patch is here:
http://cvsweb.php.net/viewcvs.cgi/php4/ext/mcrypt/config.m4.diff?r1=1.14&r2=1.15
How-To-Repeat: ./configure --with-mcrypt;make in the ports.
Comment 1 dirk freebsd_committer freebsd_triage 2001-02-25 23:07:15 UTC
Responsible Changed
From-To: freebsd-ports->dirk

Over to maintainer.
Comment 2 dirk freebsd_committer freebsd_triage 2001-03-10 13:21:19 UTC
State Changed
From-To: open->feedback

I committed your mentioned change. Can you please check if it 
actually works, now?
Comment 3 dirk freebsd_committer freebsd_triage 2001-04-01 13:11:42 UTC
State Changed
From-To: feedback->closed

Feedback timeout...