Another hit... I gave up on compiling it on solaris and tried to compile it on other our server platform - FreeBSD (we currently use some OpenSolaris servers and a lot of FreeBSD servers). To compile it I had to remove alloca.h from headers (its functions are contained in stdlib.h on FreeBSD). After I changed EODATA to APR_EOF in src/est_ops.c (line 1718). Changed fstat64 functions to fstat, because fstat64 is not present in FreeBSD. But on linking phase it occured, that fsvs.c uses fmemopen, which is not in FreeBSD... Modified config.h ( to undef ENABLE_DEBUGBUFFER)... fsvs linked... Wow!!! I'll try it and report later... -- Best regards, Alexander Pyhalov, system administrator of Computer Center of South Federal University
------------------------------------------------------ http://fsvs.tigris.org/ds/viewMessage.do?dsForumId=3928&dsMessageId=2433295 To unsubscribe from this discussion, e-mail: [[email protected]].
