In the mean time, to rule out any conda-issues, I installed a new python3.6 
version which I compiled from source using the following commands:

[root@server1 Python-3.6.6]# ./configure --prefix=/usr/local 
--enable-shared LDFLAGS="-Wl,-rpath /usr/local/lib"
[root@server1 Python-3.6.6]# make && make altinstall

I then created a new virtualenv and checked mod_wsgi's shared library:

(django-source-env) [user@server1 django-source-env]$ unset LD_LIBRARY_PATH
(django-source-env) [user@server1 django-source-env]$ ldd /home/user/
public_html/django/django-source-env/django-source-env/lib/python3.6/site-
packages/mod_wsgi/server/mod_wsgi-py36.cpython-36m-x86_64-linux-gnu.so
    linux-vdso.so.1 =>  (0x00007ffefbd51000)
    libpython3.6m.so.1.0 => /opt/miniconda3/lib/libpython3.6m.so.1.0 (
0x00007f322ef8d000)
    libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f322ed63000)
    libc.so.6 => /lib64/libc.so.6 (0x00007f322e996000)
    libdl.so.2 => /lib64/libdl.so.2 (0x00007f322e792000)
    libutil.so.1 => /lib64/libutil.so.1 (0x00007f322e58e000)
    librt.so.1 => /lib64/librt.so.1 (0x00007f322e386000)
    libm.so.6 => /lib64/libm.so.6 (0x00007f322e084000)
    /lib64/ld-linux-x86-64.so.2 (0x00007f322f70f000)

How would I go about pointing mod_wsgi to 
`/usr/local/lib/libpython3.6m.so.1.0`? Once I figure that out, I can 
continue configuring apache in the knowledge that conda won't be part of 
the problem at least.

-- 
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.

Reply via email to