I installed and configured sqlany-django
, but have error Could not load dbcapi: Tried: dbcapi.dll, libdbcapi_r.so, libdbcapi_r.dylib
.
I installed sqlany-django
with pip install sqlany-django
. According to this I should run
$ . /opt/sqlanywhere16/bin64/sa_config.sh
, but I don't have a script sa_config.sh
.
I tried to download libdbcapi_r.so
or libdbcapi_r.dylib
but I can't find it even here. Then I'd like to add the path to library to LD_LIBRARY_PATH
environment variable.
How can I solve this?
my system is Ubuntu 18.04
Django==1.8
sqlany-django==1.13
sqlanydb==1.0.11