I have a problem using Apache Portable Runtime on Ubuntu with GCC 4.8.1
The problem is that the off64_t from is not availab
off64_t
A bit late, but still current. I simply add -Doff64_t=_off64_t to the compiler flags.