Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: Ubuntu 10.10 Server Install ispconfig  (gelezen 1960 keer)

Offline opamax

  • Lid
Ubuntu 10.10 Server Install ispconfig
« Gepost op: 2011/04/12, 21:31:04 »
Een heel goede avond gewenst.
Heb Ubuntu geinstalleerd en wil nu ispconfig-2 installeren en het eerst wat je dan krijgt is :
Make sure you have the c and c++ compilers installed on your server (gcc and cpp).

Wie weet hoe ik dat moet doen? (zijnde als root in de server)

Offline Xarvaz

  • Lid
    • Foto Blog
Re: Ubuntu 10.10 Server Install ispconfig
« Reactie #1 Gepost op: 2011/04/13, 09:07:54 »
sudo apt-get install build-essential  eens proberen ?

Offline opamax

  • Lid
Re: Ubuntu 10.10 Server Install ispconfig
« Reactie #2 Gepost op: 2011/04/13, 13:56:31 »
Dank voor antwoord. Met  "apt-get install build-essential"
krijg ik:
"build-essential is reeds de nieuwste versie."
Slaat die 'essential' wel op die c en c++ ?
Of toch een andere opdracht ?

Offline Xarvaz

  • Lid
    • Foto Blog
Re: Ubuntu 10.10 Server Install ispconfig
« Reactie #3 Gepost op: 2011/04/13, 14:48:32 »
heb nog even online na gekeken en het zou moeten werken

(copy/paste)

Install package called build-essential is the best way

build-essential contains a list of packages which are essential for building Ubuntu packages including gcc compiler, make and other required tools.


$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get install build-essential
$ gcc -v
$ make -v
Now, you should able to compile software using C / C++ compilers.