Problems with inn on Fedora Core 4
Russ Allbery
rra at stanford.edu
Sun Jan 29 02:16:14 UTC 2006
Paul Tomblin <ptomblin at xcski.com> writes:
> %build
> export DEFINE_INN_FLAGS="-D_XOPEN_SOURCE=600 -D_BSD_SOURCE"
> %ifarch s390 s390x
> export CFLAGS="$RPM_OPT_FLAGS $DEFINE_INN_FLAGS -fPIC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE"
> %else
> export CFLAGS="$RPM_OPT_FLAGS $DEFINE_INN_FLAGS -fpic -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE"
> %endif
Okay, that would be a yes for that version. Did the 2.3 src RPM do the
same thing (if you have it around)? If it did, that's not it. If it
didn't, that may be the problem. INN does tend to segfault in some places
if the size of off_t changes.
Platform-independent on-disk file formats is something that I really want
to do, but as you can probably tell, I've not had a lot of time lately for
INN.
--
Russ Allbery (rra at stanford.edu) <http://www.eyrie.org/~eagle/>
More information about the inn-bugs
mailing list