This is a discussion on Re: crypt_r() should have been selected! within the Linux Web Servers forums, part of the Web Server and Related Forums category; At least I managed to make the source compile now. I don't know why it doesn't use crypt_r() ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
At least I managed to make the source compile now. I don't know why it
doesn't use crypt_r() although configure says its available. In srclib/apr/include/apr.hw / apr.hnw you can make the APR run without threads by commenting out #define APR_HAS_THREADS 1 It seems to be a little bug that httpd-2.0.46/srclib/apr-util/crypto/apr_md5.c uses #if defined(_AIX) && defined(APR_HAS_THREADS) to check APR_HAS_THREADS. Setting it to 0 will make it defined as well, so you got to uncomment the whole line to make it undefined. |
| Thread Tools | |
| Display Modes | |
|
|