Comment 38 for bug 197290

Revision history for this message
Cody Russell (bratsche) wrote :

So, my mom's Ubuntu Hardy (yeah I know, old) machine has this problem and I took a look at it this morning. I think it works now. I changed one line in the configure file for the libcamel1.2-whatever package:

LARGEFILE_CFLAGS="-D_LARGEFILE64_SOURCE"

gets changed to:

LARGEFILE_CFLAGS="-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"

Then rebuilt the package and installed it on my mom's computer, and it seems to be working fine now.