From:             [EMAIL PROTECTED]
Operating system: HP-UX 11.i
PHP version:      4.1.1
PHP Bug Type:     *Configuration Issues
Bug description:  PhP fails to find mcrypt API

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 bug report at http://bugs.php.net/?id=15453&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=15453&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=15453&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=15453&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=15453&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=15453&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=15453&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=15453&r=notenoughinfo


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to