[PHP-DEV] Bug #11693 Updated: Configure fails to detect crypt() From: artem <email protected>
Date: 06/26/01

ID: 11693
User Update by: artem <email protected>
Old-Status: Feedback
Status: Open
Bug Type: *Encryption and hash functions
Operating system: alphaev56-dec-osf4.0d
PHP Version: 4.0.6
Description: Configure fails to detect crypt()

my configure line:
./configure --with-mysql=/u/mysql --with-mod_charset --with-apache=../apache_1.3.14rusPL30.1 >my.log

when I manualy change main/php_config.h
line /* #undef HAVE_CRYPT */
to #define HAVE_CRYPT 1

crypt start work.

 

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

[2001-06-26 07:38:10] sniper <email protected>
And what was your configure line?

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

[2001-06-26 07:37:50] sniper <email protected>
Please send me your config.log and main/php_config.h files
to sniper <email protected>

--Jani

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

[2001-06-26 07:23:27] artem <email protected>
When I run configure it say:
checking for crypt in -lcrypt... (cached) no

And so disables crypt() function.

4.0.4pl1 don't has this bug.

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

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

-- 
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>