Problem Installing ispCP 1.0.0 RC6 - solved - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: Problem Installing ispCP 1.0.0 RC6 - solved (/thread-4105.html) |
Problem Installing ispCP 1.0.0 RC6 - solved - fescon - 08-24-2008 06:45 AM 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/start/installation/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/installation-problem-with-debian-etch-t-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)" |