On 11 July 2010 17:56, tazimk <tazimkol...@gmail.com> wrote: > Hi, > > Can anyone help me out to figureout why this error ocuured ? > > $/usr/local/apache2/bin/apachectl -k start > > httpd: Syntax error on line 2 of /usr/local/apache2/conf/httpd.conf: > Cannot load /usr/local/apache2/modules/mod_wsgi.so into server: /usr/ > local/apache2/modules/mod_wsgi.so: undefined symbol: apr_atomic_cas
What exact version of Apache are you using? Run: httpd -V to find out, changing 'httpd' to be what Apache binary on your system is called as a appropriate, using full path if needed. Was mod_wsgi compiled from source code or did you install a binary package from some operating system package repository? This isn't going to be an issue with httpd.conf file, but related to whether this mod_wsgi.so binary was compiled against the actual Apache installation you are running. Suggest rebuilding mod_wsgi from source code, doing a: make distclean before running configure again, ensuring you use the apxs command from this custom Apache installation. Graham -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to modw...@googlegroups.com. To unsubscribe from this group, send email to modwsgi+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.