|
From: James B. <jmb...@ha...> - 2007-05-16 16:18:31
|
Jasper wrote: > as it found on google, apr_socket_create_ex is depricated, after > changing it in the source, it did the same about apr_lstat. > > ive changed them to apr_socket_create and apr_stat. And now it will load > fine and i can test if it still works. Perhaps this is an apache2 issue? Hi Jasper, Which version of APR are you using? A patch went in to use apr_socket_create_ex for APR<1.0 and apr_socket_create otherwise, if you're seeing a failure with the former, perhaps the version boundary is wrong. Can you post your APR_MAJOR_VERSION / APR_MINOR_VERSION ? -jmb -- James Beckett <jm...@ha...> <http://www.hackery.net/jmb/> F601 C085 1482 B92A C812 556C A985 1497 209B 4E65 |