Hi All: I am using uwsgi 2.0.8 for my web app. I use a python script, ex, api.py. and in api.py I am using CDLL to load abc.so library. and I am linking abc.so with openssl 1.0.2 staticly.
so, when I using command "python api.py", It will output openssl version with 1.0.2 But when I using uwsgi to load api.py, It will output openssl version with 1.0.1f which is system default installed openssl library. I am curious that about this strange behavior, Please give me some suggestions. Thanks! -- Rejoice,I Desire! _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
