Aleksandar Lazic wrote:

> after the (g)make I normaly run the '(g)make test'.
> I get the follwoing error when I run it on my sol11 box:
>
> ---
> sol-expr al ~/cherokee/cherokee-0.5.5 $ gmake  test
[..]
>
> module_loader.c:378: ERROR: Can't open "read_config" module
> ---

  Very good point. I haven't ever thought about this.

> which is clear due the fact that I haven't installed cherokee yet.
>
> My ./configure --prefix=/export/home/al/server/cherokee
>
> ---uname -a
> SunOS sol-expr 5.11 snv_40 i86pc i386 i86pc
> ---
>
> Thoughts?!

  The first idea that comes to my mind is to compile the server
  statically (with the following options):

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

  This will make it just work, because it won't use any plug-in file.

  However, as long as the default compilation uses plug-ins it is not
  a proper solution, so I have committed a patch to the development
  branch to fix it out (It's slightly hacky, but solves the problem):

    http://www.0x50.org/bugs/changeset/410

  Thanks for the report Aleksandar :-)

-- 
Greetings, alo.
http://www.alobbs.com
_______________________________________________
Cherokee mailing list
Cherokee@0x50.org
http://www.0x50.org/cgi-bin/mailman/listinfo/cherokee

Reply via email to