Re: [Zope] ZOPE and DEBIAN INSTALLTION
----- Original Message ----- From: <benmania@web.de> To: <dev101@magma.ca> Sent: Thursday, October 06, 2005 5:58 AM Subject: Re: [Zope] ZOPE and DEBIAN INSTALLTION
$ which gcc /usr/bin/gcc
After entering which gcc, I always get the following output: /usr/bin/gcc
The whole error message is (after entering the "make" - command) :
------------------------------------------- "/usr/bin/python" "/Zope-2.7.5-final/setup.py"\ build --build-base="/Zope-2.7.5-final/build-base/python-2.3" --build-lib="/Zope-2.7.5-finale/build-base/python-2.3/build-lib" --build-scripts="/Zope-2.7.5-finale/build-base/python-2.3/build-scripts" --build-temp="/Zope-2.7.5-final/build-base/python-2.3/build-temp" running build running build_py running build_ext building 'ExtensionClass' extensions gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -I/Zope-2.7.5-final/lib/Components/ExtensionClass/src -I/usr/include/python2.3 -c ../Components/ExtensionClass/src/ExtensionClass.c -o /Zope-2.7.5-final/build-base/python-2.3/build-temp/../Components/ExtensionClass/src/ExtensionClass.o
virtual memory exhausted: Nicht genügend Hauptspeicher verfügbar error: command 'gcc' failed with exit status 1 make *** [build] Fehler 1 -------------------------------------------
I am just guessing, but it looks like your swap file is too small (you need to allocate more disk space to your swap file - this is an operating system modification, nothing to do with zope). hth Jonathan
participants (1)
-
Jonathan