Search Criteria
Package Details: mod_wsgi 5.0.2-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/mod_wsgi.git (read-only, click to copy) |
|---|---|
| Package Base: | mod_wsgi |
| Description: | Python WSGI adapter module for Apache |
| Upstream URL: | http://www.modwsgi.org/ |
| Licenses: | Apache |
| Conflicts: | mod_wsgi2 |
| Submitter: | arojas |
| Maintainer: | kiito |
| Last Packager: | kiito |
| Votes: | 11 |
| Popularity: | 0.156638 |
| First Submitted: | 2020-05-01 19:22 (UTC) |
| Last Updated: | 2026-01-14 18:11 (UTC) |
Dependencies (4)
- apache (apache-gitAUR)
- python
- apache (apache-gitAUR) (make)
- python (make)
Required by (10)
- aniproject-git
- dtfp-git
- ivre-web (optional)
- ivre-web-git (optional)
- mycash-git
- openminer-web-git
- pagure-apache
- pgadmin4-web
- supysonic (optional)
- unarelith-git
Latest Comments
marcool04 commented on 2026-01-14 22:23 (UTC) (edited on 2026-01-14 22:25 (UTC) by marcool04)
Thanks for the fast reaction and the bump 👍️
About checkrebuild (which I find mighty useful btw!) it's a pretty simple tool: it only looks in
/usr/lib/python3.xx, so since mod_wsgi has nothing there, it can't figure that one out: https://github.com/max-baz/rebuild-detector/blob/master/checkrebuild#L80I'll have a think about it, maybe it would be worth chatting with the checkrebuild dev about trying to detect this kind of package.
Or perhaps mod_wsgi should, strictly speaking, live in that folder, and provide a link from /usr/lib/httpd/modules to the .so in a canonical python folder? Honestly not sure what's "proper" here
kiito commented on 2026-01-14 18:14 (UTC)
Done, I wasn't aware of that tool, can't see why it wouldn't flag here though... Sadly no documentation how it detects that a package needs rebuilding. If anyone knows or wants to look into it, I'm open to suggestions / collaboration.
marcool04 commented on 2026-01-11 14:07 (UTC)
A pkgrel bump to force rebuild against python3.14 would be helpful. This failed after recent update to python 3.14 since mine had been built against python 3.13. Interestingly checkrebuild didn't flag this as needing a rebuild either...
albfan commented on 2022-06-04 11:31 (UTC)
I just build this package from sources on python 3.10 and it works.
kiito commented on 2021-02-10 14:58 (UTC)
It was for me, are you using a helper that caches the build? Other than that, I'm not sure what would cause this
Perdu commented on 2021-02-04 08:21 (UTC)
I may have done something wrong, but rebuilding the package wasn't enough for me
kiito commented on 2021-02-02 08:14 (UTC) (edited on 2022-03-29 10:54 (UTC) by kiito)
In practice it is enought to rebuild the package, it doesn't hard depend on python 3.8, and will install in the new directory properly. But I should really just push a new release on a major python update.
Perdu commented on 2021-01-31 20:24 (UTC)
I'm getting this error when starting httpd: httpd: Syntax error on line 570 of /etc/httpd/conf/httpd.conf: Cannot load modules/mod_wsgi.so into server: libpython3.8.so.1.0: cannot open shared object file: No such file or directory
Python is in version 3.9 now. Should this be updated or depend on aur/python38?