graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #06648
Re: [Question #658662]: Getting internal error for graphite
Question #658662 on Graphite changed:
https://answers.launchpad.net/graphite/+question/658662
Status: Open => Solved
rocky confirmed that the question is solved:
Thank you for the update..
Issue resolved after updating the module mod_wsgi.so. Please find the
reference links and commands
https://serverfault.com/questions/453977/configuring-mod-wsgi-to-use-python-2-7
yum install httpd-devel
https://stackoverflow.com/questions/20842732/libpython2-7-so-1-0-cannot-
open-shared-object-file-no-such-file-or-directory
/etc/ld.so.conf --> Need to update with location
locate libpython2.7.so.1.0
ldconfig
cd /usr/local/bin/Python-2.7.3
./configure –-enable-shared CFLAGS=-fPIC
Make
Make install
Cd /root/mod_wsgi-3.4
./configure –-with-python=/usr/local/bin/Python-2.7.3/python
Make
Make install
Service httpd restart
Ldd /usr/lib64/httpd/modules/mod_wsgi.so
Netstat –ltnp | grep 80
--
You received this question notification because your team graphite-dev
is an answer contact for Graphite.