You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
looks like in some situation the aerospike so linked to the wrong SSL so
we do the following, create venv on ci server (ubuntu 18.04) and copy it to docker image which is debian based,
Im getting the following error:
when I run ldd on the aerospike.cpython-37m-x86_64-linux-gnu.so I get different results:
if build the venv on the docker container, the aerospike.cpython-37m-x86_64-linux-gnu.so linked with SSL lib under .libsaerospike
looks like in some situation the aerospike so linked to the wrong SSL so
we do the following, create venv on ci server (ubuntu 18.04) and copy it to docker image which is debian based,
Im getting the following error:
when I run ldd on the aerospike.cpython-37m-x86_64-linux-gnu.so I get different results:
if build the venv on the docker container, the aerospike.cpython-37m-x86_64-linux-gnu.so linked with SSL lib under .libsaerospike
but if I do it on the ubunu machine and copy the venv:
The text was updated successfully, but these errors were encountered: