Hiawatha version: 7.0
Operating System: Minix3.1.6
Hi Hugo,
I'm trying to compile hiawatha on Minix3 (simulated by VMWare/VirtualBox). Minix3 has been setup with bash-3.0, binutils-2.16.1, gcc-4.1.1-libs, gcc-4.1.1, grep-2.5.1a, make-3.80, unzip, wget (and many more).
wget http://www.hiawatha-webserver.org/files/hiawatha-7.0.tar.gz
tar xf does give a checksum error. Therefor I had to transfer the tar.gz to a zip file
unzip -a hiawatha-7.0.zip
Please add /usr/gnu/bin to the PATH variable in /root/.ashrc
I compiled hiawatha with the minimum options (just a secure webserver on secure os
).
sh ./configure --disable-cache --disable-largefile --disable-ipv6 --disable-sll --disable-toolkit
make
Then I get an error:
ssi-cgi.c: In function 'execute_command':
ssi-cgi.c:160: error: storage size of 'select_timeout' isn't known
My question is: what is going wrong?
* Do you (or somebody else in the forum) has experience with Minix gcc?
In my opinion hiawatha should be in the packman list of Minix3 (php,perl,sqlite,ssh and ssl are already available on Minix3) in stead of Apache.
Regards,
René
BTW: The setup of Minix3 should take about 30 minutes.