|
From: Jasper <ja...@ti...> - 2007-05-16 18:31:08
|
James, i dont know exactly how to find those versions, i do have the apr-config command, and it says that its version 0.9.6. perhaps you can point me to the patch that was around, and ill test if it works. thanks for the heads up. Jasper James Beckett wrote: > 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 > |