Closed devs7u closed 8 years ago
OSError: libencrypt-linux-x86-64.so: cannot open shared object file: No such file or directory
I understand that it means it can not find that file, but it is in the correct location and everything. I'd appreciate help
@devs7u Line 538 (new repo) should look like this, since the .so file is in the /encrypt directory
'encrypt/libencrypt-linux-x86-64.so',
Thanks. that solved it.
No worries.
OSError: libencrypt-linux-x86-64.so: cannot open shared object file: No such file or directory
I understand that it means it can not find that file, but it is in the correct location and everything. I'd appreciate help