OSError: libesedb.so

Issue #3 invalid
katsu26 created an issue

Hello,

When i tried to import an NTDS file with the last version of BTA, i got the following error : OSError: libesedb.so: cannot open shared object file: No such file or directory

Please, could you help me ?

Thank you so much.

Best regards, Katsu

Comments (2)

  1. Phil

    libesedb.so must be found, either by being in a system's library folder (/usr/lib, /usr/local/lib, etc.) (this would happen with the make install from libesedb sources) or you have to point LD_LIBRARY_PATH to the folder where the library can be found.

    I updated the README and had btaimport print a more friendly message when this problem happens.

  2. Log in to comment