30 Oct
2000
30 Oct
'00
12:13 a.m.
Hi all Im trying to compile PoPy on a bsd 3.1 box it compiles fine but when i try to import it i get an error ImportError: ./PoPymodule.so: Undefined symbol "sem_wait" Has anybody had this before, know what libs i need to link against to get this to work or even if this is a kernel thing? Thanks Mark
21 Nov
21 Nov
4:04 a.m.
New subject: [Zope] PoPy
On Mon, 30 Oct 2000 10:43:16 +1030 (CST) you wrote:
ImportError: ./PoPymodule.so: Undefined symbol "sem_wait"
Take a look at the man page for sem_wait(). Take the library/libraries listed there and put them on the configure line for PoPy. In my case (Solaris 2.6), I added "--with-libs=-lposix4". It'd be nice if PoPy would do this on its own. --kyler
9266
Age (days ago)
9288
Last active (days ago)
1 comments
2 participants
participants (2)
-
Kyler B. Laird -
Mark Twiddy