I'm still having some crashes on my server that don't seem to happen on my development system. One difference between them is that the server is running in 64bit mode. Are there any issues running ferret on a 64bit system? I've seen some old traffic on the subject but all from about 9 months ago.
There are some warnings printed out when I install ferret on the server that I don't recall seeing on my workstation. None of them seemed terribly noxious, but I haven't really looked into what code causes these. Anyway, here are the warnings for 0.11.3: Building native extensions. This could take a while… r_search.c: In function ‘frt_td_to_s’: r_search.c:202: warning: format ’%d’ expects type ‘int’, but argument 3 has type ‘long int’ ferret.c: In function ‘object_add2’: ferret.c:69: warning: cast from pointer to integer of different size ferret.c:69: warning: cast from pointer to integer of different size ferret.c: In function ‘object_del2’: ferret.c:88: warning: cast from pointer to integer of different size compound_io.c: In function ‘cmpdi_read_i’: compound_io.c:135: warning: format ’%lld’ expects type ‘long long int’, but argument 4 has type ‘off_t’ The last warning was repeated many times; I didn't save them all in the log, sorry. _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

