ispCP - Board - Support
"make install" 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: "make install" doesn't work (/thread-7483.html)



"make install" doesn't work - dannad - 08-13-2009 05:12 AM

Hi,
I am attempting to install ispCP on Debian lenny.
I have reached the "make install" instruction but I am getting the following errors:
Quote:cd ./tools && make install
make[1]: Entering directory `/usr/local/src/ispcp/ispcp-omega-1.0.0/tools'
(cd ./daemon; \
make ispcp_daemonWink
make[2]: Entering directory `/usr/local/src/ispcp/ispcp-omega-1.0.0/tools/daemon'
gcc -ansi -Wall -Wstrict-prototypes -pedantic -c -O3 -o ispcp_daemon.o ispcp_daemon.c
make[2]: gcc: Command not found
make[2]: *** [ispcp_daemon.o] Error 127
make[2]: Leaving directory `/usr/local/src/ispcp/ispcp-omega-1.0.0/tools/daemon'
make[1]: *** [daemon/ispcp_daemon] Error 2
make[1]: Leaving directory `/usr/local/src/ispcp/ispcp-omega-1.0.0/tools'
make: *** [install] Error 2

Does anyone know what could be wrong?


RE: "make install" doesn't work - MasterTH - 08-13-2009 05:23 AM

then u don't have installed the needed packages....

did u followed the installation guide?? Any errors before that step??


RE: "make install" doesn't work - dannad - 08-13-2009 05:31 AM

No, I didn't have any other errors.
I followed the instructions at http://www.isp-control.net/documentation/doku.php?id=start:installation:debian


RE: "make install" doesn't work - MasterTH - 08-13-2009 05:53 AM

please do this again and post the output

Code:
aptitude install $(cat ./docs/Debian/debian-packages-`lsb_release -cs`)



RE: "make install" doesn't work - dannad - 08-14-2009 08:00 PM

Nevermind, I managed to sort of install it on Debian Lenny.
I am having another problem though which I posted in the 'Usage' forum.


RE: "make install" doesn't work - kilburn - 08-15-2009 12:06 AM

Do NOT continue further when you have an error. Your system says that you don't have gcc installed, and it is listed as a required package for ispcp. Therefore, your server is SURELY missing some REQUIRED packages, and you SURELY will get an error after another until everything is in place.

Each of this errors will mean a forum post and lost time for all of us, so PLEASE do not disregard responses from other's (MasterTH), and correct the things before they generate newer, more obscure problems.


RE: "make install" doesn't work - dannad - 08-15-2009 03:25 AM

I totally wiped my VPS and put Debian on it, which I was planning on doing at sometime anyway, and this time the installation seemed to work so this can be closed now.

My other problem is totally unrelated to this one.


RE: "make install" doesn't work - kilburn - 08-15-2009 03:51 AM

My apologies for being harsh dannad, I had just read three "stupid" posts, then found yours and discharged here. Let's see if I can answer your question in the other post Smile