Current time: 05-16-2024, 06:07 AM Hello There, Guest! (LoginRegister)


Post Reply 
RC5 on Debian doesn't work
Author Message
jhogervorst Offline


Posts: 2
Joined: Jun 2008
Reputation: 0
Post: #1
Sad RC5 on Debian doesn't work
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...
(This post was last modified: 06-23-2008 02:53 PM by jhogervorst.)
06-23-2008 05:43 AM
Find all posts by this user Quote this message in a reply
Zothos Offline
Release Manager
*****
Dev Team

Posts: 1,262
Joined: Feb 2007
Reputation: 10
Post: #2
RE: RC5 on Debian doesn't work
wget http://downloads.sourceforge.net/ispcp/i...cs.tar.bz2

is wrong. Grab the rc5 from this page
06-23-2008 05:55 AM
Find all posts by this user Quote this message in a reply
RatS Offline
Project Leader
******

Posts: 1,854
Joined: Oct 2006
Reputation: 17
Post: #3
RE: RC5 on Debian doesn't work
rcs? Wink
06-23-2008 06:32 AM
Visit this user's website Find all posts by this user Quote this message in a reply
jhogervorst Offline


Posts: 2
Joined: Jun 2008
Reputation: 0
Post: #4
RE: RC5 on Debian doesn't work
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!
(This post was last modified: 06-23-2008 03:01 PM by jhogervorst.)
06-23-2008 02:54 PM
Find all posts by this user Quote this message in a reply
RatS Offline
Project Leader
******

Posts: 1,854
Joined: Oct 2006
Reputation: 17
Post: #5
RE: RC5 on Debian doesn't work
have you ever installed make on your server? it seems make is missing.
06-23-2008 04:31 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Philipp Offline
Junior Member
*

Posts: 18
Joined: Aug 2007
Reputation: 1
Post: #6
RE: RC5 on Debian doesn't work
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
06-24-2008 01:55 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)