(Just as a warning, I might not have any idea what I'm doing.) I don't think this is relevant, but I'm trying to use mod_wsgi because I'm using a Bottle application on an Apache server, and it seems the only way to do that without Bottle starting its own server is by using mod_wsgi.
System I'm using: Linux version 2.6.32-573.12.1.el6.x86_64 (gcc version 4.4.4 (Red Hat 4.4.7-16)) Red Hat Enterprise Linux Server release 6.8 (Santiago) So I downloaded mod_wsgi 3.5 from GitHub, installed it into the Apache modules directory (Apache 2.2.15 Unix), and set the LD_LIBRARY_PATH so it stopped telling me it couldn't find the shared libpython thing (I wouldn't think it would be the cause of my current problem, but I can redo it and set the proper run path later). Now, though, I get the line "httpd: Syntax error on line 105 of .../httpd.conf: Cannot load .../modules/mod_wsgi.so into server: .../modules/mod_wsgi.so: undefined symbol: ap_null_cleanup" when trying to restart the Apache server. Any ideas? In the event that this is certainly because I'm missing the dev packages of Apache or Python, would you be able to show me where I can find them? I have no idea if this system has the dev packages and I do not where I would go to download them (maybe I just haven't been looking hard enough though). Thanks, ~Chris O. -- 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 https://groups.google.com/group/modwsgi. For more options, visit https://groups.google.com/d/optout.
