Quick question: anyone come across any issues/problems with installing/running Zope on FreeBSD (or a BSD generally for that matter?) Cheers, Dan ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com
On Fri, 25 Feb 2000, Daniel Fairs wrote:
Quick question: anyone come across any issues/problems with installing/running Zope on FreeBSD (or a BSD generally for that matter?)
I ran into some problems with BSDI getting the modules to compile (I made a HowTo). On FreeBSD I didn't have any problems. As far as running, both platforms have been stable, although I haven't stressed either one yet. (I did run into a bug in 4.0 BSDI, fixed in 4.1, but you probably don't care about that.) --RDM
On Fri, 25 Feb 2000, Daniel Fairs wrote:
Quick question: anyone come across any issues/problems with installing/running Zope on FreeBSD (or a BSD generally for that matter?)
You must have python compiled with threading, sha and parser modules (sometimes these aren't available in ports)... Oleg. ---- Oleg Broytmann Foundation for Effective Policies phd@phd.russ.ru Programmers don't die, they just GOSUB without RETURN.
On Fri, 25 Feb 2000, Oleg Broytmann wrote:
Quick question: anyone come across any issues/problems with installing/running Zope on FreeBSD (or a BSD generally for that matter?)
You must have python compiled with threading, sha and parser modules (sometimes these aren't available in ports)...
According to my notes, on FreeBSD 3.1 I installed Python using the port and everything needed was already enabled. --RDM
+----[ R. David Murray ]--------------------------------------------- | On Fri, 25 Feb 2000, Oleg Broytmann wrote: | > > Quick question: anyone come across any issues/problems with | > > installing/running Zope on FreeBSD (or a BSD generally for that matter?) | > | > You must have python compiled with threading, sha and parser modules | > (sometimes these aren't available in ports)... | | According to my notes, on FreeBSD 3.1 I installed Python using the | port and everything needed was already enabled. If you don't want the port to download and compile X, you'll need to turn off tk support... cd /usr/ports/lang/python WITH_TK=NO ; export WITH_TK make && make install I've just built two servers for this in two days, it works like a charm. -- Totally Holistic Enterprises Internet| P:+61 7 3870 0066 | Andrew Milton The Internet (Aust) Pty Ltd | F:+61 7 3870 4477 | ACN: 082 081 472 | M:+61 416 022 411 | Carpe Daemon PO Box 837 Indooroopilly QLD 4068 |akm@theinternet.com.au|
participants (4)
-
Andrew Kenneth Milton -
Daniel Fairs -
Oleg Broytmann -
R. David Murray