On 11 Mar 2008, at 13:06, Raphaël HUCK wrote: >>>>> * Is it possible to link with an external PCRE lib? >>>> >>>> Yes, it is. If a libpcre is found, it will not link the internal >>>> one. >>> >>> I've just done it by passing the paths in CFLAGS and LDFLAGS. >>> >>> cherokee compiled with static modules and external PCRE now takes >>> 243472 >>> bytes. >> >> Does this size include the cgi handler? > > Yes. Without the cgi handler it's 238980 bytes big. > > I've seen a few source files (md5.c md5crypt.c md5crypt.h md5.h > sha1.c sha1.h) that define functions that are already handled by my > external crypto library (cyassl). It would reduce the size > even more.
Yes, that would be another good approach. I am not sure whether that could break the compilation though. Are you going to give it a try? -- Greetings, alo. _______________________________________________ Cherokee mailing list [email protected] http://cherokee-project.com/cgi-bin/mailman/listinfo/cherokee
