Hi All, I am using Redhat scientific Linux 6.7. OS has python2.6 already installed. I have downloaded anaconda3.sh file from anaconda3.org and installed it. Then I have downloaded the mod_wsgi tar.gz file, unzipped it and used the commands.
./configure --with-apxs=/usr/bin/python --with-python=/home/vmuser/anaconda3/bin/pytthon3.5 make make install Everything goes well here and the mod_wsgi.so files is also stored in ./etc/httpd/modules/mod_wsgi.so Then, if I run ldd /etc/httpd/modules/mod_wsgi.so I get the below output linux-vdso.so.1 => (0x00007ffda809f000) libpython3.5m.so.1.0 => /lib64/libpython3.5m.so.1.0 (0x00007f4c4813a000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f4c47f1e000) libdl.so.2 => /lib64/libdl.so.2 (0x00007f4c47d19000) libutil.so.1 => /lib64/libutil.so.1 (0x00007f4c47b16000) librt.so.1 => /lib64/librt.so.1 (0x00007f4c4790e000) libm.so.6 => /lib64/libm.so.6 (0x00007f4c4760b000) libc.so.6 => /lib64/libc.so.6 (0x00007f4c47249000) /lib64/ld-linux-x86-64.so.2 (0x00007f4c4887e000) I also created a folder symlink python3.5 in /usr/local/lib to point to the anaconda3 python library When I have run service httpd start I get the below error cannot load /etc/httpd/modules/mod_wsgi.so into server: libpython3.5m.so.1.0: cannot open shared object file: Permission denied. Can anyone help on this? I read many blogs but still couldnt resolve this. mod_wsgi express start-server is starting up correctly but httpd is not starting.. can anyone tell me the difference and also some debug options? it s been 5 days I have struck on this issue. Help is highly appreciated. Thank you. -- 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.
