Hi Forum,
tried to install ispCP 1.0.0 RC6 on an actual Debian Etch System on a dedicated Hetzner Server. I followed the installation instructions step by step described in
http://www.isp-control.net/documentation...on/debian!
When I reached the step "make install" I got the following error:
cd ./tools && make install
make[1]: Entering directory `/usr/local/src/ispcp/ispcp-omega-1.0.0/tools'
(cd ./daemon; \
make ispcp_daemon
make[2]: Entering directory `/usr/local/src/ispcp/ispcp-omega-1.0.0/tools/daemon'
gcc -ansi -Wall -Wstrict-prototypes -pedantic -c -O3 -o ispcp_daemon.o ispcp_daemon.c
In file included from ispcp_daemon.c:2:
ispcp_daemon.h:11:20: error: stdlib.h: No such file or directory
ispcp_daemon.h:17:20: error: syslog.h: No such file or directory
ispcp_daemon.h:23:22: error: sys/stat.h: No such file or directory
ispcp_daemon.h:24:23: error: sys/types.h: No such file or directory
ispcp_daemon.h:25:24: error: sys/socket.h: No such file or directory
ispcp_daemon.h:31:24: error: netinet/in.h: No such file or directory
like in posting
http://www.isp-control.net/forum/install...-2017.html
I changed the settings in /etc/hosts and /etc/hostnames as mentioned in the edit regarding Hetzner Servers.
Rebooted the system, changed in /usr/local/src/ispcp/ispcp-omega-1.0.0 and ran make install again but the error still occurs - any idea???
Thanks in advance
fescon
Edit: For everybody who has the same problem install "build-essential" and it works!!! This packages will not be checked by the automatic "apt-get install $(cat ./docs/Debian/debian-packages-etch)"