Can anyone tell me if it is possible to install other packages on the gandi server i have rented? I would like to install spamassassin or Mailscanner. After searching through the file system i can't find any compilers on it... help !?
Hosting expert mode: cc or gcc?
You should be logged in to post new messages. Create an account.
- By:
Filippo - Date: on 2008 Mar. 2 21:15
- Subject: cc or gcc?
- By:
Teemu Toivola - Date: on 2008 Mar. 16 14:27
- Subject: Re: cc or gcc?
On Mar, 2 2008 21:15 CET, Filippo wrote:
Can anyone tell me if it is possible to install other packages on the gandi server i have rented? I would like to install spamassassin or Mailscanner. After searching through the file system i can't find any compilers on it...
The default install is really minimal and you'll need to install things like compilers manually if you need such. If you have a Debian or Ubuntu server then use the "apt-get" command to install extra packages. You can get spamassassin with "apt-get install spamassassin" and all compiler related with "apt-get install build-essential". See some distribution specific software management guide for better instructions.