Ashish-12kumar
Ashish-12kumar
i have mod_wsgi for python 3.6 but not for python 3.7 even I tried to install it for python 3.7 using pip install mod_wsgi. but this command is giving me...
pip install mod_wsgi is not working. /usr/bin/ld: final link failed: Bad value collect2: error: ld returned 1 exit status apxs:Error: Command failed with rc=65536 . Makefile:31: recipe for target 'src/server/mod_wsgi.la'...
i have installed all mentioned packages -> apache2-dev libapr1-dev libaprutil1-dev libtcnative-1-dev maven ant libthrift-dev librdkafka-dev
(gemenvtest1) root@azgemnlpUAT-VM:/gemnlp/apache/Gem_api# pip install -v mod_wsgi Using pip 23.1.2 from /gemnlp/apache/Gem_api/gemenvtest1/lib/python3.7/site-packages/pip (python 3.7) Collecting mod_wsgi Using cached mod_wsgi-4.9.4.tar.gz (497 kB) Running command python setup.py egg_info WARNING: The Python installation you...