Hi, I am getting the following error while starting the http:-
How I did the Setup? I am using Red Hat 5 and have installed Python2.7.3 from source code. Then I added the /usr/python/lib to LD_LIBRARY_PATH to resolve shared library error. Then I compiled the mod_wsgi 3.4 from source code using --with-python module as my system was having python2.4 installed on it. I am using httpd2.2.3 version (Already installed on my system). Now I have been able to install the mod_wsgi on my system, I added the following in the httpd.conf :- LoadModule mod_wsgi modules/mod_wsgi.so On starting the httpd, I am getting the following error.: - httpd: Syntax error on line 200 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/mod_wsgi.so into server: /etc/httpd/modules/mod_wsgi.so: undefined symbol: ap_unixd_config Can some one please help me on how to resolve it? Thanks Sarbjit -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/modwsgi?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
