ID:               15453
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Feedback
 Bug Type:         *Configuration Issues
 Operating System: HP-UX 11.i
 PHP Version:      4.1.1
 New Comment:

Can you please test the latest RC from www.php.net/~derick ?

Derick


Previous Comments:
------------------------------------------------------------------------

[2002-02-08 10:48:35] [EMAIL PROTECTED]

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

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=15453&edit=1

Reply via email to