After a long period well running ispcp
i started a new test series with a fresh downloaded and newly installed ubuntu 10.04.3 LTS server edition and ispcp-omega 1.07 on a virtual machine for other tests, than testing ispcp-omega
I used this
documentation, because my last installation of ispcp-omega was a long time before. And it is so easy to copy and paste step for step, so a newbee too can install ispcp-omega
At the step No. 5
make install i run suprisely in an error:
Quote:cd ./tools && make install
make[1]: Betrete Verzeichnis '/usr/local/src/ispcp/ispcp-omega-1.0.7/tools'
(cd ./daemon; \
make ispcp_daemon
make[2]: Betrete Verzeichnis '/usr/local/src/ispcp/ispcp-omega-1.0.7/tools/daemon'
gcc -ansi -Wall -Wstrict-prototypes -pedantic -c -O3 -o ispcp_daemon.o ispcp_daemon.c
make[2]: gcc: Kommando nicht gefunden
make[2]: *** [ispcp_daemon.o] Fehler 127
make[2]: Verlasse Verzeichnis '/usr/local/src/ispcp/ispcp-omega-1.0.7/tools/daemon'
make[1]: *** [daemon/ispcp_daemon] Fehler 2
make[1]: Verlasse Verzeichnis '/usr/local/src/ispcp/ispcp-omega-1.0.7/tools'
make: *** [install] Fehler 2
And i thought, wtf, what is the dammed cause of that problem.
Hmm, i checked out, that gcc ist really not installed, but why not?
I looked at the command from step 4
Code:
aptitude install $(cat ./docs/Ubuntu/ubuntu-packages-'lsb_release -cs')
This is wrong, just a tiny bit, but a bit.
Code:
aptitude install $(cat ./docs/Ubuntu/ubuntu-packages-`lsb_release -cs`)
did this job and all goes right.
So please correct it