Try: LDFLAGS=-lm pip install -U --no-cache-dir mod_wsgi
It is possible that because you built it once before, that it has cached the precompiled binaries as a wheel in your home directory and is simply reinstalling that rather than recompiling from source code again. Graham > On 8 Jul 2016, at 5:05 PM, Ebrahim Karam <[email protected]> wrote: > > I tried the solution before but it keeps on giving the same error. If this > message is cut, please try using the see original post > > Here are the logs for each command > pip uninstall mod-wsgi > > I get the following log > > Uninstalling mod-wsgi-4.5.3: > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi-4.5.3.dist-info/DESCRIPTION.rst > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi-4.5.3.dist-info/INSTALLER > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi-4.5.3.dist-info/METADATA > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi-4.5.3.dist-info/RECORD > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi-4.5.3.dist-info/WHEEL > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi-4.5.3.dist-info/entry_points.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi-4.5.3.dist-info/metadata.json > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi-4.5.3.dist-info/top_level.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/__init__.py > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/__pycache__/__init__.cpython-35.pyc > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/.buildinfo > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/__init__.py > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/__pycache__/__init__.cpython-35.pyc > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/configuration-directives/WSGIAcceptMutex.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/configuration-directives/WSGIAccessScript.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/configuration-directives/WSGIApplicationGroup.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/configuration-directives/WSGIAuthGroupScript.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/configuration-directives/WSGIAuthUserScript.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/configuration-directives/WSGICallableObject.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/configuration-directives/WSGICaseSensitivity.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/configuration-directives/WSGIDaemonProcess.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/configuration-directives/WSGIImportScript.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/configuration-directives/WSGILazyInitialization.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/configuration-directives/WSGIPassAuthorization.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/configuration-directives/WSGIProcessGroup.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/configuration-directives/WSGIPythonEggs.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/configuration-directives/WSGIPythonHome.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/configuration-directives/WSGIPythonOptimize.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/configuration-directives/WSGIPythonPath.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/configuration-directives/WSGIRestrictEmbedded.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/configuration-directives/WSGIRestrictProcess.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/configuration-directives/WSGIRestrictSignal.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/configuration-directives/WSGIRestrictStdin.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/configuration-directives/WSGIRestrictStdout.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/configuration-directives/WSGIScriptAlias.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/configuration-directives/WSGIScriptAliasMatch.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/configuration-directives/WSGIScriptReloading.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/configuration-directives/WSGISocketPrefix.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/configuration.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/contributing.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/finding-help.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/getting-started.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/index.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/installation.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/project-status.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-1.0.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-1.1.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-1.2.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-1.3.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-1.4.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-1.5.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-1.6.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-2.0.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-2.1.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-2.2.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-2.3.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-2.4.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-2.5.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-2.6.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-2.7.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-2.8.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-3.0.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-3.1.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-3.2.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-3.3.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-3.4.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-3.5.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-4.0.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-4.1.0.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-4.1.1.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-4.1.2.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-4.1.3.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-4.2.0.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-4.2.1.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-4.2.2.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-4.2.3.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-4.2.4.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-4.2.5.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-4.2.6.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-4.2.7.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-4.2.8.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-4.3.0.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-4.3.1.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-4.3.2.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-4.4.0.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-4.4.1.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-4.4.10.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-4.4.11.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-4.4.12.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-4.4.13.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-4.4.14.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-4.4.15.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-4.4.16.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-4.4.17.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-4.4.18.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-4.4.19.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-4.4.2.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-4.4.20.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-4.4.21.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-4.4.22.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-4.4.23.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-4.4.3.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-4.4.4.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-4.4.5.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-4.4.6.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-4.4.7.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-4.4.8.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-4.4.9.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-4.5.0.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-4.5.1.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/release-notes/version-4.5.2.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/reporting-bugs.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/requirements.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/security-issues.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/source-code.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/troubleshooting.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/user-guides.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/user-guides/access-control-mechanisms.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/user-guides/application-issues.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/user-guides/assorted-tips-and-tricks.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/user-guides/checking-your-installation.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/user-guides/configuration-guidelines.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/user-guides/configuration-issues.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/user-guides/debugging-techniques.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/user-guides/file-wrapper-extension.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/user-guides/frequently-asked-questions.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/user-guides/installation-issues.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/user-guides/issues-with-expat-library.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/user-guides/issues-with-pickle-module.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/user-guides/processes-and-threading.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/user-guides/quick-configuration-guide.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/user-guides/quick-installation-guide.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/user-guides/registering-cleanup-code.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/user-guides/reloading-source-code.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_sources/user-guides/virtual-environments.txt > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_static/ajax-loader.gif > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_static/basic.css > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_static/comment-bright.png > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_static/comment-close.png > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_static/comment.png > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_static/css/badge_only.css > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_static/css/theme.css > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_static/doctools.js > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_static/down-pressed.png > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_static/down.png > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_static/file.png > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_static/fonts/Inconsolata-Bold.ttf > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_static/fonts/Inconsolata-Regular.ttf > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_static/fonts/Lato-Bold.ttf > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_static/fonts/Lato-Regular.ttf > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_static/fonts/RobotoSlab-Bold.ttf > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_static/fonts/RobotoSlab-Regular.ttf > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_static/fonts/fontawesome-webfont.eot > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_static/fonts/fontawesome-webfont.svg > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_static/fonts/fontawesome-webfont.ttf > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_static/fonts/fontawesome-webfont.woff > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_static/jquery-1.11.1.js > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_static/jquery.js > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_static/js/modernizr.min.js > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_static/js/theme.js > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_static/minus.png > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_static/plus.png > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_static/pygments.css > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_static/searchtools.js > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_static/underscore-1.3.1.js > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_static/underscore.js > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_static/up-pressed.png > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_static/up.png > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/_static/websupport.js > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/configuration-directives/WSGIAcceptMutex.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/configuration-directives/WSGIAccessScript.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/configuration-directives/WSGIApplicationGroup.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/configuration-directives/WSGIAuthGroupScript.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/configuration-directives/WSGIAuthUserScript.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/configuration-directives/WSGICallableObject.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/configuration-directives/WSGICaseSensitivity.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/configuration-directives/WSGIDaemonProcess.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/configuration-directives/WSGIImportScript.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/configuration-directives/WSGILazyInitialization.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/configuration-directives/WSGIPassAuthorization.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/configuration-directives/WSGIProcessGroup.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/configuration-directives/WSGIPythonEggs.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/configuration-directives/WSGIPythonHome.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/configuration-directives/WSGIPythonOptimize.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/configuration-directives/WSGIPythonPath.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/configuration-directives/WSGIRestrictEmbedded.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/configuration-directives/WSGIRestrictProcess.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/configuration-directives/WSGIRestrictSignal.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/configuration-directives/WSGIRestrictStdin.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/configuration-directives/WSGIRestrictStdout.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/configuration-directives/WSGIScriptAlias.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/configuration-directives/WSGIScriptAliasMatch.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/configuration-directives/WSGIScriptReloading.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/configuration-directives/WSGISocketPrefix.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/configuration.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/contributing.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/finding-help.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/genindex.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/getting-started.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/index.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/installation.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/objects.inv > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/project-status.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-1.0.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-1.1.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-1.2.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-1.3.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-1.4.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-1.5.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-1.6.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-2.0.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-2.1.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-2.2.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-2.3.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-2.4.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-2.5.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-2.6.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-2.7.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-2.8.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-3.0.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-3.1.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-3.2.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-3.3.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-3.4.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-3.5.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-4.0.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-4.1.0.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-4.1.1.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-4.1.2.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-4.1.3.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-4.2.0.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-4.2.1.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-4.2.2.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-4.2.3.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-4.2.4.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-4.2.5.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-4.2.6.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-4.2.7.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-4.2.8.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-4.3.0.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-4.3.1.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-4.3.2.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-4.4.0.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-4.4.1.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-4.4.10.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-4.4.11.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-4.4.12.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-4.4.13.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-4.4.14.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-4.4.15.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-4.4.16.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-4.4.17.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-4.4.18.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-4.4.19.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-4.4.2.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-4.4.20.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-4.4.21.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-4.4.22.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-4.4.23.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-4.4.3.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-4.4.4.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-4.4.5.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-4.4.6.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-4.4.7.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-4.4.8.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-4.4.9.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-4.5.0.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-4.5.1.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/release-notes/version-4.5.2.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/reporting-bugs.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/requirements.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/search.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/searchindex.js > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/security-issues.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/source-code.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/troubleshooting.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/user-guides.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/user-guides/access-control-mechanisms.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/user-guides/application-issues.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/user-guides/assorted-tips-and-tricks.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/user-guides/checking-your-installation.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/user-guides/configuration-guidelines.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/user-guides/configuration-issues.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/user-guides/debugging-techniques.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/user-guides/file-wrapper-extension.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/user-guides/frequently-asked-questions.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/user-guides/installation-issues.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/user-guides/issues-with-expat-library.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/user-guides/issues-with-pickle-module.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/user-guides/processes-and-threading.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/user-guides/quick-configuration-guide.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/user-guides/quick-installation-guide.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/user-guides/registering-cleanup-code.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/user-guides/reloading-source-code.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/docs/user-guides/virtual-environments.html > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/images/__init__.py > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/images/__pycache__/__init__.cpython-35.pyc > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/images/snake-whiskey.jpg > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/server/__init__.py > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/server/__pycache__/__init__.cpython-35.pyc > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/server/__pycache__/apxs_config.cpython-35.pyc > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/server/__pycache__/environ.cpython-35.pyc > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/server/apxs_config.py > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/server/environ.py > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/server/management/__init__.py > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/server/management/__pycache__/__init__.cpython-35.pyc > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/server/management/commands/__init__.py > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/server/management/commands/__pycache__/__init__.cpython-35.pyc > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/server/management/commands/__pycache__/runmodwsgi.cpython-35.pyc > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/server/management/commands/runmodwsgi.py > > > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/server/mod_wsgi-py35.cpython-35m-i386-linux-gnu.so > > Proceed (y/n)? y > > Successfully uninstalled mod-wsgi-4.5.3 > > When I run this code > LDFLAGS=-lm pip install -U mod_wsgi > > > > I get the following > > Collecting mod_wsgi > > Installing collected packages: mod-wsgi > > Successfully installed mod-wsgi-4.5.3 > > > > Now when I run > mod_wsgi-express > > I get the following log > > Usage: mod_wsgi-express command [params] > > > > Commands: > > install-module > > module-location > > setup-server > > start-server > > > > When I run > > mod_wsgi-express start-server > > > > I get the following log > > Server URL : http://localhost:8000/ > > Server Root : /tmp/mod_wsgi-localhost:8000:1027 > > Server Conf : /tmp/mod_wsgi-localhost:8000:1027/httpd.conf > > Error Log File : /tmp/mod_wsgi-localhost:8000:1027/error_log (warn) > > Request Capacity : 5 (1 process * 5 threads) > > Request Timeout : 60 (seconds) > > Queue Backlog : 100 (connections) > > Queue Timeout : 45 (seconds) > > Server Capacity : 20 (event/worker), 20 (prefork) > > Server Backlog : 500 (connections) > > Locale Setting : es_ES.UTF-8 > > apache2 (mod_wsgi-express): Syntax error on line 151 of > > /tmp/mod_wsgi-localhost:8000:1027/httpd.conf: Cannot load > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/server/mod_wsgi-py35.cpython-35m-i386-linux-gnu.so > > > > into server: > > /home/xarxes_ub/python_code/PythEnv/lib/python3.5/site-packages/mod_wsgi/server/mod_wsgi-py35.cpython-35m-i386-linux-gnu.so: > > > > undefined symbol: fmod > > > > > Why am I using --system-site-packages > I use --system-site-packages because python3 already has all the packages I > need installed on it so instead of installing all packages separately into > the virtual environment which I know kinda defies the purpose of the > virtual environment > > But I'm specifying this environment in my .wsgi file so I can make sure > that the program is using python 3 and not python 2 when it runs > > Thank you for the reply and your time. I really appreciate all the help I > can get > > -- > You received this message because you are subscribed to the Google Groups > "modwsgi" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at https://groups.google.com/group/modwsgi > <https://groups.google.com/group/modwsgi>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/modwsgi. For more options, visit https://groups.google.com/d/optout.
