ius-coredev team mailing list archive
-
ius-coredev team
-
Mailing list archive
-
Message #01823
[Bug 1045118] [NEW] python32-mod_wsgi load errors
Public bug reported:
This is on a clean, fresh install of Oracle Enterprise Linux 6.
On a fresh install of "python32-mod_wsgi-3.3-4.ius.el6.x86_64", I
received this error on starting Apache:
Starting httpd: httpd: Syntax error on line 91 of /etc/httpd/conf/httpd.conf: Syntax error on line 21 of /etc/httpd/conf.d/python32-mod_wsgi.conf: Cannot load /etc/httpd/modules/python31-mod_wsgi.so into server: /etc/httpd/modules/python31-mod_wsgi.so: cannot open shared object file: No such file or directory
[FAILED]
(Note the reference to python31 instead of python32)
When adjusting this to python32, another error is encountered:
[root@step nginx]# service httpd start
Starting httpd: httpd: Syntax error on line 91 of /etc/httpd/conf/httpd.conf: Syntax error on line 21 of /etc/httpd/conf.d/python32-mod_wsgi.conf: Cannot load /etc/httpd/modules/python32-mod_wsgi.so into server: /etc/httpd/modules/python32-mod_wsgi.so: undefined symbol: PyCObject_FromVoidPtr
[FAILED]
It appears we might be in need for a code upgrade:
http://stackoverflow.com/questions/5544756/mod-wsgi-on-archlinux-with-
python-3-2
** Affects: ius
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of IUS Core
Development, which is subscribed to IUS Community Project.
https://bugs.launchpad.net/bugs/1045118
Title:
python32-mod_wsgi load errors
Status in IUS Community Project:
New
Bug description:
This is on a clean, fresh install of Oracle Enterprise Linux 6.
On a fresh install of "python32-mod_wsgi-3.3-4.ius.el6.x86_64", I
received this error on starting Apache:
Starting httpd: httpd: Syntax error on line 91 of /etc/httpd/conf/httpd.conf: Syntax error on line 21 of /etc/httpd/conf.d/python32-mod_wsgi.conf: Cannot load /etc/httpd/modules/python31-mod_wsgi.so into server: /etc/httpd/modules/python31-mod_wsgi.so: cannot open shared object file: No such file or directory
[FAILED]
(Note the reference to python31 instead of python32)
When adjusting this to python32, another error is encountered:
[root@step nginx]# service httpd start
Starting httpd: httpd: Syntax error on line 91 of /etc/httpd/conf/httpd.conf: Syntax error on line 21 of /etc/httpd/conf.d/python32-mod_wsgi.conf: Cannot load /etc/httpd/modules/python32-mod_wsgi.so into server: /etc/httpd/modules/python32-mod_wsgi.so: undefined symbol: PyCObject_FromVoidPtr
[FAILED]
It appears we might be in need for a code upgrade:
http://stackoverflow.com/questions/5544756/mod-wsgi-on-archlinux-with-
python-3-2
To manage notifications about this bug go to:
https://bugs.launchpad.net/ius/+bug/1045118/+subscriptions
Follow ups
References