On Wed, Oct 20, 2004 at 05:21:33PM +0200, eufordia wrote: > I think there is an error in the configure script: > you use 'off64_t' instead of '__off64_t'. > > I work in Linux Red Hat 9.0: > > with the original file gcc3.2.2 don't want to compile my prg, because it > find an error in apr.h at line 261: "typedef __off64_t > apr_off_t;"
Did you pass `apr-config --cppflags --cflags` to the compiler when building your application? If not, this is an expected failure. joe
