← Back to team overview

ius-coredev team mailing list archive

[Bug 1045118] Re: python32-mod_wsgi load errors

 

Looks like the 3.4 sources resolves the issue. I'm going to get this in
IUS testing for you here shortly.

# rpm -q python32-mod_wsgi
python32-mod_wsgi-3.4-1.ius.el6.x86_64

# service httpd stop
Stopping httpd:         [  OK  ]

# service httpd start
Starting httpd:          [  OK  ]

-- 
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


References