From:             [EMAIL PROTECTED]
Operating system: Mac OS X 10.0.4 (Darwin 1.3.7)
PHP version:      4.0.6
PHP Bug Type:     *Configuration Issues
Bug description:  Configure fails to detect crypt()

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 ?


-- 
Edit Bug report at: http://bugs.php.net/?id=11648&edit=1



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