← Back to team overview

graphite-dev team mailing list archive

Re: [Question #658662]: Getting internal error for graphite

 

Question #658662 on Graphite changed:
https://answers.launchpad.net/graphite/+question/658662

rocky gave more information on the question:
Thank you  for response.

Found something .. let me share with you..


[root@XX ~]# ldd /usr/lib64/httpd/modules/mod_wsgi.so
        linux-vdso.so.1 =>  (0x00007ffd08dcb000)
        libpython2.6.so.1.0 => /usr/lib64/libpython2.6.so.1.0 (0x00007febc266b000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x00007febc244e000)
        libdl.so.2 => /lib64/libdl.so.2 (0x00007febc2249000)
        libutil.so.1 => /lib64/libutil.so.1 (0x00007febc2046000)
        libm.so.6 => /lib64/libm.so.6 (0x00007febc1dc2000)
        libc.so.6 => /lib64/libc.so.6 (0x00007febc1a2d000)
        /lib64/ld-linux-x86-64.so.2 (0x0000003adba00000)
[root@XX ~]#


[root@XX ~]# find / -name libpython2.7*
/usr/local/lib/python2.7/config/libpython2.7.a
/usr/local/lib/libpython2.7.a
/usr/local/bin/Python-2.7.3/libpython2.7.a
[root@XX ~]#


How to load the module with python version 2.7 ?

-- 
You received this question notification because your team graphite-dev
is an answer contact for Graphite.