I'm trying to compile 0.4.27b5 with: 

 ./configure --prefix=/usr --sysconfdir=/etc --enable-tls=openssl
--disable-largefile --disable-ipv6


then make CFLAGS="-O0 -g" and I get:

 gcc -DHAVE_CONFIG_H -I. -I. -I.. -pthread -D_XOPEN_SOURCE=500 -I..
-DCHEROKEE_COMPILATION -DCHEROKEE_PLUGINDIR=\"/usr/lib/cherokee\"
-DCHEROKEE_DEPSDIR=\"/usr/share/cherokee/deps\" -DCHEROKEE_DATADIR=
\"/usr/share/cherokee\" -DCHEROKEE_CONFDIR=\"/etc/cherokee\"
-DCHEROKEE_ICONSDIR=\"/usr/share/cherokee/icons\" -O0 -g -MT socket.lo
-MD -MP -MF .deps/socket.Tpo -c socket.c  -fPIC -DPIC -o .libs/socket.o
socket.c: In function `initialize_tls_session':
socket.c:290: error: too few arguments to function `ERR_error_string'
socket.c:302: error: too few arguments to function `ERR_error_string'
socket.c: In function `cherokee_socket_init_tls':
socket.c:361: error: too few arguments to function `ERR_error_string'
socket.c: In function `cherokee_socket_init_client_tls':
socket.c:1135: error: too few arguments to function `ERR_error_string'
socket.c:1152: error: too few arguments to function `ERR_error_string'
socket.c:1164: error: too few arguments to function `ERR_error_string'
socket.c:1175: error: too few arguments to function `ERR_error_string'
make[2]: *** [socket.lo] Error 1
make[2]: Leaving directory `/home/alo/cherokee-0.4.27b5/cherokee'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/alo/cherokee-0.4.27b5'
make: *** [all] Error 2


any suggestions? I'm testing this beta because with the previous one i
can't get loggin system to work, It just goes to syslog.. 




_______________________________________________
Cherokee mailing list
[email protected]
http://www.alobbs.com/cgi-bin/mailman/listinfo/cherokee

Reply via email to