i don't see APR version in httpd -V when i run it on an accidental apache, only "Server version"
also, is there a way to compile the APR without LARGE_FILES? i would like to do it so i can test the scenario. thanks On Thu, Nov 10, 2011 at 8:17 AM, William A. Rowe Jr. <wr...@rowe-clan.net>wrote: > On 11/9/2011 11:52 PM, Asaf Dalet wrote: > >> the precompiled apache version is definitely 2.2.0 (according to httpd >> -V) and there is >> definitely some mismatch between request_rec size between it and my >> compiled module. Of >> course i don't know it for sure because i don't know the exact >> sizeof(request_rec) in the >> precompiled apache. In my module the sizeof is 424. >> > > What does it say for the APR version from httpd -V? That is the > element that has control over apr_off_t structs. > > It sounds as if the packagers of this particular precompile happened > to override our preference to define LARGE_FILES whenever possible > for APR versions from 1.0 onwards. > > > ------------------------------**------------------------------**--------- > The official User-To-User support forum of the Apache HTTP Server Project. > See > <URL:http://httpd.apache.org/**userslist.html<http://httpd.apache.org/userslist.html>> > for more info. > To unsubscribe, e-mail: > users-unsubscribe@httpd.**apache.org<users-unsubscr...@httpd.apache.org> > " from the digest: > users-digest-unsubscribe@**httpd.apache.org<users-digest-unsubscr...@httpd.apache.org> > For additional commands, e-mail: users-h...@httpd.apache.org > >