> Is crypt.h really needed for htpasswd module to compile?
Just a small progress note: I've tried to
- comment out the following in the configure:
if test "$have_crypt $have_crypt_include" != "yes yes"; then
modules=`echo $modules | sed s/htpasswd//`
fi
- remove if HAVE_CRYPT thing from the cherokee/Makefile.am
- redo the automake19
- configure && make once again
and it both compiles and works (tested with basic auth and some
.htpasswd file).
I could do this procedure as a patch in FreeBSD ports, but I'd
very much prefer to have it fixed in the cherokee source, you know :-))
It is rather painful thing, since htpasswd is used in the sample
config and thus cherokee doesn't start with the default config
when installed from FreeBSD ports.
There are still a few things that should be fixed even after this
patch, but these are not critical so that cherokee starts by default.
When starting it, it complains about some module init problems:
-su-2.05b# cherokee
module_loader.c/242: WARNING: cherokee_module_read_config_init doesn't found
module_loader.c/242: WARNING: cherokee_module_file_init doesn't found
module_loader.c/242: WARNING: cherokee_module_dirlist_init doesn't found
module_loader.c/242: WARNING: cherokee_module_common_init doesn't found
module_loader.c/242: WARNING: cherokee_module_cgi_init doesn't found
module_loader.c/242: WARNING: cherokee_module_ncsa_init doesn't found
module_loader.c/242: WARNING: cherokee_module_combined_init doesn't found
module_loader.c/242: WARNING: cherokee_module_phpcgi_init doesn't found
module_loader.c/242: WARNING: cherokee_module_server_info_init doesn't found
module_loader.c/242: WARNING: cherokee_module_redir_init doesn't found
module_loader.c/242: WARNING: cherokee_module_htpasswd_init doesn't found
module_loader.c/242: WARNING: cherokee_module_plain_init doesn't found
Cherokee Web Server 0.4.24: Listening on port 80, TLS disabled, IPv6 disable
using kqueue, 7264 fds limit, 5 threads, 1452 fds in each
standard scheduling policy
Cheers!
Petr
================================================================
Petr Holub
CESNET z.s.p.o. Supercomputing Center Brno
Zikova 4 Institute of Compt. Science
162 00 Praha 6, CZ Masaryk University
Czech Republic Botanicka 68a, 60200 Brno, CZ
e-mail: [EMAIL PROTECTED] phone: +420-549493944
fax: +420-541212747
e-mail: [EMAIL PROTECTED]
_______________________________________________
Cherokee mailing list
[email protected]
http://www.alobbs.com/cgi-bin/mailman/listinfo/cherokee