Me again. I tried compiling again. This time I used this line for the configure:

   --disable-ipv6 --disable--pam --disable-tls --localstatedir=/var
--prefix=/usr --exec-prefix=/usr --libdir=/usr/lib --sysconfdir=/etc
--with-wwwroot=/var/www

And it's working great. Note that I added '--exec-prefix=/usr'. I
don't know if that's exactly what solved the problem, because it's
about 30 minutes for each compiling, and I don't want to touch it
anymore, now that it works... :))

I saw this in './configure -h':

  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
                          [PREFIX]
    (...)
  --libdir=DIR           object code libraries [EPREFIX/lib]


I understand that if I don't set '--exec-prefix', it defaults to
'PREFIX' (which it was being set with '--prefix=/usr'). But it looks
like it was defaulting to '/usr/local' instead... maybe a bug in the
configure? Please take in account I am a total newbie and I'm just
guessing here ;)

On Wed, Nov 12, 2008 at 23:35, Martín Melado <[EMAIL PROTECTED]> wrote:
> 2) Compiling everything statically (with --enable-static-module=all),
> as Alvaro said, it works fine.
_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to