Hi, I'm using  freeBSD 4.2-RELEASE and just tried to install python-1.5.2 and
Zope.  If you are trying to do the same and tun into the following error when
trying to start zope, then apply this patch to the configure script of python
and rebuild it.

ImportError: ./ExtensionClass.so: Undefined symbol "PyMethod_Type"

have fun
Matt
2249c2249
<       FreeBSD*/4*) LDSHARED="gcc -shared";;
---
>       FreeBSD*/3*) LDSHARED="gcc -shared";;
2295c2295
<       FreeBSD/4*) LINKFORSHARED="-Xlinker -export-dynamic";;
---
>       FreeBSD/3*) LINKFORSHARED="-Xlinker -export-dynamic";;

Reply via email to