[Zope] Problems with Zope 2.4.0 and OpenBSD 2.8

Pat Ritchie flashblade@videotron.ca
Tue, 07 Aug 2001 17:39:21 -0400


Hi,

I'm having all sorts of problems getting Zope running on my i386 OpenBSD
box. I am using python 2.1.1 compiled with --with-threads.

The first problem I had was compiling Zope, I got this error:

make: don't know how to make ././src/Splitter.c. Stop

I read the docs (doc/FAQ.txt) and It said for some BSD systems you need to
use make -k, I made this change and it compiled.

Once compiled I edited z2.py to use port 80 (8080 is blocked by my firewall)
and then ran start.

It seems to start up and run fine but when I go to myserver.com/manage it
asks me for my name and password and then stalls loading the page.

Log file output:

B 10064236 2001-08-07T21:09:40 GET /manage
I 10064236 2001-08-07T21:09:40 0
A 10064236 2001-08-07T21:09:40 200 1106
E 10064236 2001-08-07T21:09:40
B 10064108 2001-08-07T21:09:41 GET /manage_top_frame
I 10064108 2001-08-07T21:09:41 0
A 10064108 2001-08-07T21:09:41 200 1404
E 10064108 2001-08-07T21:09:41
B 10065740 2001-08-07T21:09:41 GET /manage_workspace
I 10065740 2001-08-07T21:09:41 0
A 10065740 2001-08-07T21:09:41 302 421
E 10065740 2001-08-07T21:09:41
B 10066220 2001-08-07T21:09:41 GET /manage_menu
I 10066220 2001-08-07T21:09:41 0
A 10066220 2001-08-07T21:09:42 200 2773
B 10065740 2001-08-07T21:09:42 GET /p_/zopelogo_jpg
I 10065740 2001-08-07T21:09:42 0
E 10066220 2001-08-07T21:09:42
A 10065740 2001-08-07T21:09:42 200 3090
E 10065740 2001-08-07T21:09:42
B 10065740 2001-08-07T21:09:42 GET /manage_page_style.css
I 10065740 2001-08-07T21:09:42 0
A 10065740 2001-08-07T21:09:42 200 2894
E 10065740 2001-08-07T21:09:42
B 10067788 2001-08-07T21:09:42 GET /manage_main
I 10067788 2001-08-07T21:09:42 0

This could be related to the original compiling problem as the -k flag tells
make to "Continue processing after errors are encountered, but only on those
targets that do not depend on the target whose creation caused the error"
... In other words I might now be missing an essential bit of Zope?

Should this message be sent to the Zope-dev list as well?

Thanks,
Patrick