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.
I configured my httpd.conf file with adding this :
LoadModule python_module modules/mod_python.so
#
# Trac mod_python configuration
#
<Location /trac>
SetHandler mod_python
#PythonHandler trac.ModPythonHandler
PythonHandler trac.web.modpython_frontend
PythonOption TracUriRoot "/trac"
PythonOption TracEnvParentDir "/Projects/trac"
</Location>
<LocationMatch /trac/[[:alnum:]]+/login>
AuthType Basic
AuthName "Trac"
AuthUserFile "/Projects/master-auth"
Require valid-user
</LocationMatch>
I created my project with the command line like : trac-admin /
Projects/trac/projects initenv ; sudo chown -R www:www /Projects/trac
I restarted my apache2 server. But when I go to 127.0.0.1/trac, I get
an error from the web browser, and in apache logs I get :
[Tue Mar 28 15:26:09 2006] [notice] Apache/2.2.0 (Unix) mod_ssl/2.2.0
OpenSSL/0.9.8a DAV/2 SVN/1.3.0 mod_python/3.2.8 Python/2.4.2
configured -- resuming normal operations
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)
I don't understand what is wrong.
Can anybody help me to find what's wrong in my configuration ?
Thank you,
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac