php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15453 PhP fails to find mcrypt API
Submitted: 2002-02-08 10:48 UTC Modified: 2002-06-12 01:00 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: leon_zilber at hp dot com Assigned:
Status: No Feedback Package: *Configuration Issues
PHP Version: 4.1.1 OS: HP-UX 11.i
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: leon_zilber at hp dot com
New email:
PHP Version: OS:

 

 [2002-02-08 10:48 UTC] leon_zilber at hp dot com
I had some problems trying to link mcrypt module with PhP 4.1.1.
After sometimes, I figured that the PhP configure command incorrectly adds mcrypt library to the LIBS
//Original code
#LIBS="-lmcrypt
#      -L$MCRYPT_DIR/lib
#     $LIBS"

// modify like this:
LIBS=$LIBS" -lmcrypt"
LIBS=" -L$MCRYPT_DIR/lib
     $LIBS"

Hope this helps,
Leon

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-05-11 12:04 UTC] derick@php.net
Can you please test the latest RC from www.php.net/~derick ?

Derick
 [2002-06-12 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu May 08 01:01:27 2025 UTC