On 29/11/2010, at 17:53, Miguel Angel wrote:

>   It's been a long time since I tried to compile cherokee statically for ARM, 
> In my last tests I did it
> dinamically, with the plugins as separated .so's.


The easiest way to get the whole thing to work is to pass the following 
parameters to configure:

  --enable-static-module=all
  --enable-static
  --enable-shared=no

alternatively, you can define which plugins you want to get statically compiled 
(and just discard the rest). In that case, you'd have to provide configure 
something like this:

  --enable-static-modules=file,dirlist,common,(and the rest of the plugins 
you'd like to link)

Good luck!

--
Octality
http://www.octality.com/

_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to