|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2000-06-05 16:47 UTC] bdv at sea-aeroportimilano dot it
If I Build libmcrypt-2.4.4 with:
./configure
make
make install
in the
/usr/local/lib
I find these files:
libmcrypt
libmcrypt.a
libmcrypt.la
libmcrypt.so -> libmcrypt.so.4.0.2
libmcrypt.so.4 -> libmcrypt.so.4.0.2
libmcrypt.so.4.0.2
/usr/local/include
I find mcrypt.h
Then I configure PHP4
./configure --with-sybase-ct=/database/sybase
--with-apache=/usr/local/src/apache_1.3.12
--with-mcrypt
--enable-track-vars
make
AND THE MAKE can' t find module mcrypt.lo in
php4.0.0/ext/mcrypt
what can I DO ???
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Wed Feb 11 07:00:01 2026 UTC |
In the module panama.c at line 659 there is a non standard comment: // for (j=0; j< _mcrypt_get_key_size(); j++) { // keyword[j]=((j*2+10)%256); // }