ispCP - Board - Support
little mistake in documentation installation on ubuntu - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Documentation (/forum-45.html)
+--- Thread: little mistake in documentation installation on ubuntu (/thread-15728.html)



little mistake in documentation installation on ubuntu - yaispcpu - 01-13-2012 10:40 PM

After a long period well running ispcp Smile 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 Wink

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 Wink

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_daemonWink
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. Wink So please correct it Big Grin