Re: [Zope] ZOPE and DEBIAN INSTALLTION

2005-10-06 Thread Jonathan


- Original Message - 
From: [EMAIL PROTECTED]

To: [EMAIL PROTECTED]
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


___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] ZOPE and DEBIAN INSTALLTION

2005-10-05 Thread benmania


Hello, 

I tried to install ZOPE from sources via configure - make - make instance but 
unfortunately I always get the following error message when typing in the 
make command. 

  command 'gcc' failed with exit status 1 
  -basherror:: command not found 

In my last message, I assumed that gcc was not installed. I derived this 
assumption from the error message 

The weird thing is that whenever I type in the command 'gcc'. There is always 
the following error message: 
'No input files found'

I am wondering why: If gcc was not installed, there should be an error message 
that is similar to 'command not found'. 
The output 'No input files found' implies that - in my opinion - gcc is 
actually installed. 

What do you think of that? 

__
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] ZOPE and DEBIAN INSTALLTION

2005-10-05 Thread Jonathan


- Original Message - 
From: [EMAIL PROTECTED]
I tried to install ZOPE from sources via configure - make - make 
instance but unfortunately I always get the following error message when 
typing in the make command.



 command 'gcc' failed with exit status 1
 -basherror:: command not found


In my last message, I assumed that gcc was not installed. I derived this 
assumption from the error message


The weird thing is that whenever I type in the command 'gcc'. There is 
always the following error message:

'No input files found'

I am wondering why: If gcc was not installed, there should be an error 
message that is similar to 'command not found'.
The output 'No input files found' implies that - in my opinion - gcc is 
actually installed.


What do you think of that?


if you enter 'which gcc' at the command line prompt (shell) it will tell you 
where gcc is installed on your system.

eg.
$ which gcc
/usr/bin/gcc


hth

Jonathan 



___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] ZOPE and DEBIAN INSTALLTION

2005-10-05 Thread Andreas Pakulat
On 05.10.05 17:09:45, [EMAIL PROTECTED] wrote:
 Hello, 
 
 I tried to install ZOPE from sources via configure - make - make instance 
 but unfortunately I always get the following error message when typing in the 
 make command. 
 
   command 'gcc' failed with exit status 1 
   -basherror:: command not found 

Could you please post the whole output that make produces? I just
tested this on my box with zope-2.7.7 and it works. Do you have
python-dev installed?

Andreas

-- 
So you're back... about time...
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] ZOPE and DEBIAN INSTALLTION

2005-10-01 Thread benmania

Hi 

Yes, I actually try to deinstall the latter apt-get version that I installed 
via source. But your solution does not work. After reading the pakets, it is 
always said that the system could not find the paket zope_2.6.4-1_i386.deb. 
The weird thing is that this paket is actually on system; I can even see it in 
my root directory! Do you know what problem is?

Benjamin 
__
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] ZOPE and DEBIAN INSTALLTION

2005-10-01 Thread Tino Wildenhain
Am Samstag, den 01.10.2005, 15:15 +0200 schrieb [EMAIL PROTECTED]:
 Hi 
 
 Yes, I actually try to deinstall the latter apt-get version that I 
 installed via source. But your solution does not work. After reading the 
 pakets, it is always said that the system could not find the paket 
 zope_2.6.4-1_i386.deb. The weird thing is that this paket is actually on 
 system; I can even see it in my root directory! Do you know what problem is?

Not reading the whole thread, but the / isnt the place for packages 
anyway.  Try to mv it to /var/cache/apt/archives
otoh, you dont need it for deinstall.

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] ZOPE and DEBIAN INSTALLTION

2005-09-28 Thread Benmania Guin

Hi, 

I successfully installed ZOPE on my VServer which has an DEBIAN op. 
I want to change ports now in order to have access via a normal HTTP request.
How do I change ports and what port is the right one? 

Benjamin
__
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] ZOPE and DEBIAN INSTALLTION

2005-09-28 Thread Peter Bengtsson
If you're going to be using this lovely little zope instance I advice
you to stay away from debian packages and do it with custom binary
installations. I use debian for all my other programs but zope is what
I do for a living so I'm not satisfied with the deb package way of
doing it.
And if you're going to take take you're zope more seriously I
suggest you have a read in some of the documentation about how to
manage a zope instance.
http://www.plope.com/Books/2_7Edition/InstallingZope.stx#3-64

If you're not in the mood for reading some instructions, just edit the
file etc/zope.conf (you find it) and look for where it says
http-server
  # valid keys are address and force-connection-close
  address 8080
  # force-connection-close on
/http-server

Change that to:
http-server
  # valid keys are address and force-connection-close
  address 80
  # force-connection-close on
/http-server

2005/9/28, Benmania Guin [EMAIL PROTECTED]:

 Hi,

 I successfully installed ZOPE on my VServer which has an DEBIAN op.
 I want to change ports now in order to have access via a normal HTTP 
 request.
 How do I change ports and what port is the right one?

 Benjamin
 __
 Verschicken Sie romantische, coole und witzige Bilder per SMS!
 Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193

 ___
 Zope maillist  -  Zope@zope.org
 http://mail.zope.org/mailman/listinfo/zope
 **   No cross posts or HTML encoding!  **
 (Related lists -
  http://mail.zope.org/mailman/listinfo/zope-announce
  http://mail.zope.org/mailman/listinfo/zope-dev )



--
Peter Bengtsson,
work www.fry-it.com
home www.peterbe.com
hobby www.issuetrackerproduct.com
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] ZOPE and DEBIAN INSTALLTION

2005-09-28 Thread Benmania Guin


Yes. 

It was more a general question. I actually used the DEBIAN Version 'cause when 
I installed it, you had not sent your answer.-
I am wondering whether everything will work properly if I have two servers both 
an apache AND Zope running. 
I distinguish them by ports - the normal 80 PORT for Zope (for all HTTP 
requests) and Apache using all other ports (using it as a mailserver and 
stuff). 
Besides that, if I want to deinstall the old ZOPE version, is it possible to 
simply delete simply all files or is there any special deinstallation process? 

Benjamin 


Peter Bengtsson [EMAIL PROTECTED] schrieb am 28.09.05 18:51:58:
 
 If you're going to be using this lovely little zope instance I advice
 you to stay away from debian packages and do it with custom binary
 installations. I use debian for all my other programs but zope is what
 I do for a living so I'm not satisfied with the deb package way of
 doing it.
 And if you're going to take take you're zope more seriously I
 suggest you have a read in some of the documentation about how to
 manage a zope instance.
 http://www.plope.com/Books/2_7Edition/InstallingZope.stx#3-64
 
 If you're not in the mood for reading some instructions, just edit the
 file etc/zope.conf (you find it) and look for where it says
 http-server
   # valid keys are address and force-connection-close
   address 8080
   # force-connection-close on
 /http-server
 
 Change that to:
 http-server
   # valid keys are address and force-connection-close
   address 80
   # force-connection-close on
 /http-server
 
 2005/9/28, Benmania Guin [EMAIL PROTECTED]:
 
  Hi,
 
  I successfully installed ZOPE on my VServer which has an DEBIAN op.
  I want to change ports now in order to have access via a normal HTTP 
  request.
  How do I change ports and what port is the right one?
 
  Benjamin
  __
  Verschicken Sie romantische, coole und witzige Bilder per SMS!
  Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193
 
  ___
  Zope maillist  -  Zope@zope.org
  http://mail.zope.org/mailman/listinfo/zope
  **   No cross posts or HTML encoding!  **
  (Related lists -
   http://mail.zope.org/mailman/listinfo/zope-announce
   http://mail.zope.org/mailman/listinfo/zope-dev )
 
 
 
 --
 Peter Bengtsson,
 work www.fry-it.com
 home www.peterbe.com
 hobby www.issuetrackerproduct.com


__
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] ZOPE and DEBIAN INSTALLTION

2005-09-28 Thread Tino Wildenhain
Am Mittwoch, den 28.09.2005, 19:43 +0200 schrieb Benmania Guin:
...
 I distinguish them by ports - the normal 80 PORT for Zope (for all HTTP 
 requests) and Apache using all other ports (using it as a mailserver and 
 stuff). 

You use Apache as mailserver? Now thats interesting :-)

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] ZOPE and DEBIAN INSTALLTION

2005-09-28 Thread Andreas Pakulat
On 28.09.05 19:43:43, Benmania Guin wrote:
 I am wondering whether everything will work properly if I have two servers 
 both an apache AND Zope running. 

As long as they don't use the same ports.

 I distinguish them by ports - the normal 80 PORT for Zope (for all HTTP 
 requests) and Apache using all other ports (using it as a mailserver and 
 stuff). 

Apache is a Web-Server, it is _not_ a mailserver so you can't use it as
mailserver. The default apache install runs on port 80 for http and 443
for https and nothing more.

 Besides that, if I want to deinstall the old ZOPE version, is it possible to 
 simply delete simply all files or is there any special deinstallation 
 process? 

What do you mean with the old Zope version the one you installed via
apt-get or the one you can install from source? For the first one:
apt-get remove --purge zope* should do it (eventually you have to
manually remove the instance-home in /var/lib/zope), for the latter
case: rm -rf software-home should be fine.

Andreas

-- 
You have an unusual magnetic personality.  Don't walk too close to
metal objects which are not fastened down.
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )