ispCP - Board - Support
RC5 on Debian doesn't work - 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: RC5 on Debian doesn't work (/thread-3597.html)



RC5 on Debian doesn't work - jhogervorst - 06-23-2008 05:43 AM

Hello,

I'm trying to install RC5 on (the latest edition of) Debian, using this code:
Code:
# apt-get update  
# apt-get upgrade
# apt-get install tar bzip2 wget
# mkdir -p /usr/local/src/ispcp
# cd /usr/local/src/ispcp
# wget http://downloads.sourceforge.net/ispcp/ispcp-omega-1.0.0-rc5.tar.bz2
# tar -xjvf ispcp-omega-1.0.0-rc5.tar.bz2
# cd ./ispcp-*
# apt-get update
# apt-get upgrade
# make install
But when I enter the latest line, make install, I got this error:
Quote:-bash: make: command not found
Had anybody any idea to help me?

Regards,
Jonathan.

PS: I'm a Linux-n00b, so...


RE: RC5 on Debian doesn't work - Zothos - 06-23-2008 05:55 AM

wget http://downloads.sourceforge.net/ispcp/ispcp-omega-1.0.0-rcs.tar.bz2

is wrong. Grab the rc5 from this page


RE: RC5 on Debian doesn't work - RatS - 06-23-2008 06:32 AM

rcs? Wink


RE: RC5 on Debian doesn't work - jhogervorst - 06-23-2008 02:54 PM

Oops, that was a typo, but in Debian I used the good URL. I can untar the file and browse into the folders, so that isn't the problem.

Anybody an idea?

It's all about that make-command!


RE: RC5 on Debian doesn't work - RatS - 06-23-2008 04:31 PM

have you ever installed make on your server? it seems make is missing.


RE: RC5 on Debian doesn't work - Philipp - 06-24-2008 01:55 AM

jhogervorst Wrote:
Quote:-bash: make: command not found
Had anybody any idea to help me?
You need to install all needed packages before you can use make install:
Quote:apt-get install $(cat ./docs/Debian/debian-packages-etch)
and then
Quote:make install