Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#26001 - [mod_wsgi] needs rebuild for Python 2.7.2
Attached to Project:
Arch Linux
Opened by Jonathan Liu (net147) - Tuesday, 13 September 2011, 23:56 GMT
Last edited by Evangelos Foutras (foutrelis) - Thursday, 15 September 2011, 12:27 GMT
Opened by Jonathan Liu (net147) - Tuesday, 13 September 2011, 23:56 GMT
Last edited by Evangelos Foutras (foutrelis) - Thursday, 15 September 2011, 12:27 GMT
|
DetailsDescription:
A warning is written to error.log when using Apache with mod_wsgi: [Wed Sep 14 09:33:29 2011] [warn] mod_wsgi: Compiled for Python/2.7.1. [Wed Sep 14 09:33:29 2011] [warn] mod_wsgi: Runtime using Python/2.7.2. Additional info: * mod_wsgi 3.3-2 Steps to reproduce: * pacman -S apache mod_wsgi * Ensure "LoadModule wsgi_module modules/mod_wsgi.so" is in /etc/httpd/conf/httpd.conf * /etc/rc.d/httpd restart |
This task depends upon
Closed by Evangelos Foutras (foutrelis)
Thursday, 15 September 2011, 12:27 GMT
Reason for closing: Not a bug
Additional comments about closing: According to upstream, when mod_wsgi is dynamically linked to the Python library it doesn't need to be rebuilt after each minor Python release.
Thursday, 15 September 2011, 12:27 GMT
Reason for closing: Not a bug
Additional comments about closing: According to upstream, when mod_wsgi is dynamically linked to the Python library it doesn't need to be rebuilt after each minor Python release.
Does your application actually not work and a rebuild of mod_wsgi makes it work again?
[1] http://code.google.com/p/modwsgi/wiki/InstallationIssues#Python_Patch_Level_Mismatch