[PYTHON-BINDINGS] compiling FreeBSD port with svn bindings

Garrett Rooney rooneg at electricjellyfish.net
Mon Aug 11 05:19:33 PDT 2003


Sander Striker wrote:

>>From: sussman at collab.net [mailto:sussman at collab.net]
>>Sent: Monday, August 11, 2003 2:05 PM
> 
> 
>>"Daniel S. Haischt" <me at daniel.stefan.haischt.name> writes:
>>
>>
>>>/usr/local/lib/apache2/libapr-0.so: undefined reference to `pthread_create'
>>>
>>>can you give me any pointers what is going wrong or how to
>>>compile subversion with the --with-swig option set to yes?
>>
>>The swig-py bindings require APR threads, but on FreeBSD, APR disables
>>threads by default.  You need to make sure APR is configured with the
>>--enable-threads option.
> 
> 
> No.  Not anymore.  Justin fixed the python bindings to not require
> a threaded apr.

Ah!  cool, I didn't know he had gotten around to it.

-garrett



More information about the freebsd-ports mailing list