|  | 
| 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  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 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   |