On 4/1/06, Aaron Turner <[EMAIL PROTECTED]> wrote:
> Jérôme Lebel <[EMAIL PROTECTED]> writes:
>
> [snip]
>
> > dyld: lazy symbol binding failed: Symbol not found:
> > _apr_sockaddr_port_get
> >    Referenced from: /opt/local/apache2/modules/mod_python.so
> >    Expected in: flat namespace
> >
> > dyld: Symbol not found: _apr_sockaddr_port_get
> >    Referenced from: /opt/local/apache2/modules/mod_python.so
> >    Expected in: flat namespace
> >
> > [Tue Mar 28 15:26:19 2006] [notice] child pid 7304 exit signal Trace/
> > BPT trap (5)
>
> Hey Jerome,
> Looks like I'm having the exact same problem as you (also using darwinports).
> I've tried rebuilding apache2, apr, apr-utils and mod_python with no luck, and
> figured I'd ask if you ever figured it out.

I assume that you're using APR/APU 1.2.2 -- apr_sockaddr_port_get
disappeared between the 0.9.x series and 1.2.x.  I found a patch for
mod_python 3.2.8 which I've used successfully on several trac
installations.  You can grab my sanitized version of the patch here:

http://svn.blastwave.org/browser/csw/trunk/server/mod_python/files/apr.diff?format=raw

Regards,
Cory.
_______________________________________________
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to