On Nov 5, 1:38 am, Alex da Franca <[EMAIL PROTECTED]> wrote: > mod_python doesn't seem to work still. > I get: > > apachectl configtest > httpd: Syntax error on line 121 of /private/etc/apache2/httpd.conf: > Can't locate API module structure `python_module' in file /usr/libexec/ > apache2/mod_python.so: dlsym(0x100218cc0, python_module): symbol not > found > > This is a new error, I'll investigate that further.
Hmmm, errors like that usually occur when Apache module compiled against wrong version of Apache is used. Ie., compiled for Apache 1.3 but then used with Apache 2.0 or 2.2. > mod_wsgi seems to work OK, I've updated my page to mention adding options to LDFLAGS as well. Thanks for letting me know ir worked. > but this time it refuses to use the mysql > egg, because... you guessed it: wrong architecture. Hopefully the MySQL people will be quick in bringing out updated package as affecting some Django users as well. Graham --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
