SkunkWeb 3.4.0 failed in building on Federa core 4
Brought to you by:
drew_csillag,
smulloni
Firstly, it can not build mod_skunkweb on apache 2.0.54.
Secondly, it has following error while make.
gcc -g -O2 swpython.c -o swpython
swpython.c: In function main:
swpython.c:17: warning: incompatible implicit
declaration of built-in function alloca
This probably coz by configure it with
--without-mod_skunkweb option to lose some files.
ps: the build script is:
./configure --with-apxs=/usr/local/apache2/bin/
--without-mod_skunkweb;make;make install