[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: INSTALLING gcc (and ZOPE) on DEBIAN



benmania@web.de writes:
> 
> 
> I want to install ZOPE server on my debian OP. Since the CMS that I want to use requires the ZOPE VERSION 2.7.5 I cannot use the "apt-get install Zope" - method because it is always version 2.6 installed. 
> That is why I think that I will have to install ZOPE from sources - is this true? 

apt-get install zope2.7
apt-get install zope2.8

'apt-cache -n search zope' is your friend.

> Whenever I try to install ZOPE 2.7.5 through "configure - make - make install", there is always the following error message: 
> 
> > command 'gcc' failed with exit status 1 
> > -basherror:: command not found 
> 
> Why is gcc not preinstalled on DEBIAN? Do I have to install it on my own? 

you didn't tell the installer that it should be installed (there is a
development task or something like this).

> Do you have any instructions how to install gcc on DEBIAN? 

apt-get install gcc
apt-get install build-essential



Reply to: