[PHP-DEV] PHP 4.0 Bug #6263 Updated: mcrypt 2.2.4 support broken From: Bug Database (php-dev <email protected>)
Date: 09/30/00

ID: 6263
Updated by: derick
Reported By: mgrphp3 <email protected>
Status: Feedback
Bug Type: *General Issues
Assigned To:
Comments:

Coudl you try to latest CVS version of PHP, and see if you still have this problem?

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

[2000-08-20 23:29:40] sas <email protected>
We need to fix the cause, not the symptom.

Reopening bug report.

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

[2000-08-20 13:40:18] derick <email protected>
fixed in cvs

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

[2000-08-20 11:55:54] mgrphp3 <email protected>
libmcrypt-2.2.4 installed from source.

A snapshot from Aug 11 worked just fine with:

./configure --disable-inline --disable-debug
--with-apxs=/usr/sbin/apxs --with-msql=/usr/local/Hughes
--with-pgsql=/usr/include/pgsql --enable-ftp --with-zlib
--with-xml --with-mysql --with-mcrypt=/usr/local/lib
--with-mhash=/usr/local/lib --with-mcal=/usr/src/libmcal
--with-imap=/usr/include/imap --with-swf=/usr/local/lib
--with-interbase=/usr/interbase --with-ldap=/usr
--enable-wddx --enable-sysvsem --enable-sysvshm
--with-jpeg-dir=/usr/src/jpeg-6b
--with-xpm-dir=/usr/X11R6/ --with-t1lib=/usr/local
--with-gd=/usr/local --enable-bcmath
--with-pfpro=/usr/local
--with-curl=/usr/local --with-pspell=/usr/local
--with-tiff-dir=/usr/lib --with-pdflib=/usr/local

make
make install

and all is well.
Snapshot from today (20-Aug-2000 07:45)

configure gives me this:

checking for mcrypt support... yes
checking for init_mcrypt in -lmcrypt... no
checking for mcrypt_module_open in -lmcrypt... no
configure: error: Sorry

and it stops there.
Reverting to the previous snapshot restores mcrypt
support.

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

Full Bug description available at: http://bugs.php.net/?id=6263

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>