"The version of Apache 2.0 that ships with some operating systems, including some versions of Solaris and Linux, is compiled with the following flags: -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 "
How can i detect this ? Is there a way to query Solaris that installed apache is compiled in that way or not ?
Thanks
You could try running apache with the
-V
option which will print the build options this may contain what you want e.g. on an old Solaris 10 vm I have to hand it would be