i ran both of these code and the installation do blow up this time
LDFLAGS=-ldoesnotexist pip install -U --no-cache-dir mod_wsgi
//just in case the first one was a typo
LDFLAGS=-lddoesnotexist pip install -U --no-cache-dir mod_wsgi
Both of them ended up having the same log file in red at the end (I
couldn't copy the entire log because then my web browser would crash
evertime I tried to do that)
> /usr/bin/ld: cannot find -ldoesnotexist
>
> /usr/bin/ld: cannot find -ldoesnotexist
>
> collect2: ld devolvió el estado de salida 1
>
> error: command 'gcc' failed with exit status 1
>
>
> Command "/home/xarxes_ub/python_code/PythEnv/bin/python3.5 -u -c "import
> setuptools,
> tokenize;__file__='/tmp/pip-build-mheq4t9t/mod-wsgi/setup.py';exec(compile(getattr(tokenize,
>
> 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))"
> install --record /tmp/pip-6hc961lf-record/install-record.txt
> --single-version-externally-managed --compile --install-headers
> /home/xarxes_ub/python_code/PythEnv/include/site/python3.5/mod-wsgi" failed
> with error code 1 in /tmp/pip-build-mheq4t9t/mod-wsgi/
I tried running the following code
LDLIBS=-lm pip install -U --no-cache-dir mod_wsgi
and got the following log
> Collecting mod_wsgi
> Downloading mod_wsgi-4.5.3.tar.gz (1.8MB)
> 100% |████████████████████████████████| 1.8MB 2.5MB/s
> Installing collected packages: mod-wsgi
> Running setup.py install for mod-wsgi ... done
> Successfully installed mod-wsgi-4.5.3
--
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.