Hello I have the Operating System
Ubuntu 9.10

And I tried to install the latest Version from
cherokee V1.0.2

I typed in the terminal as recommended 
the following lines:
./configure --localstatedir=/var     \
            --prefix=/usr            \
            --sysconfdir=/etc        \
            --with-wwwroot=/var/www

But I get an Error Message:
configure: error: msgfmt not found. 
You need to install the 'gettext' package, or pass --enable-nls=no to configure.

Then I tried it agasin with the following lines:
./configure --localstatedir=/var     \
            --prefix=/usr            \
            --sysconfdir=/etc        \
            --with-wwwroot=/var/www  \
            --enable-nls=no
            
it seemed to work then 
I did then

make 
make install

then 
cherokee-admin

got an output like

Login:
  User:              admin
  One-time Password: F4c7cyogxhTGbp1r

Cherokee Web Server 1.0.0b5077 (May 12 2010): Listening on port ALL:80, TLS
disabled, IPv6 enabled, using epoll, 1024 fds system limit, max. 505
connections, caching I/O, 10 threads, 50 connections per thread, standard
scheduling policy

BUT 
when I try to login under 127.0.0.1:9090
with the temporarly first user and password then it doesn't work !
I can't login ??!!

How can I install correctly the webserver ????
-- 
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to