mod_wsgi 3.4-1 is not built with $RPM_LD_FLAGS, I assume that's not intentional. One way to fix it: --- a/mod_wsgi.spec +++ b/mod_wsgi.spec @@ -34,4 +34,5 @@ existing WSGI adapters for mod_python or CGI. %build +export LDFLAGS="$RPM_LD_FLAGS -L%{_libdir}" %configure --enable-shared --with-apxs=%{_httpd_apxs} -make LDFLAGS="-L%{_libdir}" %{?_smp_mflags} +make %{?_smp_mflags}
Thank you for the report, that was indeed not intentional. I'll fix it during the day.
mod_wsgi-3.4-2.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/mod_wsgi-3.4-2.fc18
Package mod_wsgi-3.4-2.fc18: * should fix your issue, * was pushed to the Fedora 18 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing mod_wsgi-3.4-2.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-16300/mod_wsgi-3.4-2.fc18 then log in and leave karma (feedback).
mod_wsgi-3.4-4.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/mod_wsgi-3.4-4.fc18
mod_wsgi-3.4-4.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report.