this means that apache modules for 2.2.0 32 bits, on solaris 9 are not compatible across differemt ./configure options.
which actually means that if i want to check if my module will run on a given apache - i cannot do it (there's no way to know a priori the size of apr_off_t which apache was compiled with). am i right?
by any chance, does anyone know what are the ./configure options that control the size of apr_off_t, (if there are any)?
thanks
asaf
On 11/21/2011 9:48 AM, Asaf Dalet wrote:
Hi all,I downloaded apr-1.2.2-sol9-sparc-local from sunfreeware.com <http://sunfreeware.com> and
some interesting news:
installed it.
the file apr/include/apr-1/apr.h contains this line:
typedef long apr_off_t;
does this mean apr 1.2.2 does not support LFS or is it some bug in this precompiled APR?
appreciate any comment
It means either 1) the builder deliberately forced this behavior
through options to ./configure, or 2) apr fails to detect that
LFS is available in the builder's environment. I suspect 1.