Problem:
The following error is showing when trying to run the tools/list-data-access-tokens.py in yoda_ruleset
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python2.7/dist-packages/pysqlcipher3/dbapi2.py", line 31, in <module>
from pysqlcipher3._sqlite import *
ImportError: /usr/local/lib/python2.7/dist-packages/pysqlcipher3/_sqlite.so: undefined symbol: OpenSSL_version
Solution
We add to the specific task which installed the pysqlcipher3 the option to install the missing package for pysqlcipher3, so now the tools/list-data-access-tokens.py in yoda_ruleset.
Problem: The following error is showing when trying to run the tools/list-data-access-tokens.py in yoda_ruleset
Solution We add to the specific task which installed the pysqlcipher3 the option to install the missing package for pysqlcipher3, so now the tools/list-data-access-tokens.py in yoda_ruleset.