On Tue, 2006-03-28 at 15:36 +0200, Jérôme Lebel wrote: > Hi, > > I'm new with trac. I just installed in using darwinports, so I'm > using apache2 and I got all the dependent projects installed. ...snip... > dyld: Symbol not found: _apr_sockaddr_port_get > Referenced from: /opt/local/apache2/modules/mod_python.so > Expected in: flat namespace > I don't understand what is wrong. > > Can anybody help me to find what's wrong in my configuration ?
Your Trac config isn't going to fix this. Your version of mod_python is linked against the wrong version of libapr. I haven't used darwinports, so I can't comment specifically, but you'll need to check your mod_python, apache, and libapr to make sure they're all built against compatible versions of each other. -- Matthew Good <[EMAIL PROTECTED]> _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
