ID: 11648
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Old-Bug Type: *Configuration Issues
Bug Type: *Encryption and hash functions
Operating system: 
PHP Version: 4.0.6
Assigned To: 
Comments:

It also checks for unistd.h. But it doesn't affect whether
or not crypt() is found. The check for crypt() is later 
in the configure and it shouldn't matter if crypt.h is found 
or not. 

Please send me your config.log file so I can see what might
be the cause. I wonder if there is libcrypt in your system?
Or is crypt() provided by some other library?

--Jani




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

[2001-06-25 03:30:08] [EMAIL PROTECTED]
When I run configure, it says :
checking for crypt.h... no

And so disables crypt() function.

My system doesn't have crypt.h ; crypt() function is in unistd.h.

I've managed to compile a small C program which includes unistd.h, and then uses 
crypt(), and everything works properly.

Can configure check for crypt() in unistd.h ?

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



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=11648&edit=2


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to