Can not run Autopsy-Core plugin

Hi every one,

I have installed sleuthkit 4.10.2 and autopsy 4.18.0 on regolith linux (ubuntu with i3wm) and this is result of “lsb_release -a” on my linux:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.2 LTS
Release: 20.04
Codename: focal

when i run autopsy and i want to activate “Autopsy-Core[10.23.35]” plugin i get this error:

Activation failed: StandardModule:org.sleuthkit.autopsy.core jarFile: /opt/tools/autopsy- 
4.18.0/autopsy/modules/org-sleuthkit-autopsy-core.jar: java.lang.UnsatisfiedLinkError: 
/tmp/libtsk_jni_XXXXX.so: /tmp/libtsk_jni_XXXXX.so: undefined symbol: 
_Z15ewf_get_detailsB5cxx11P12IMG_EWF_INFO

"XXXXX" = "user name"

and this is result of “java -version”:
openjdk version “1.8.0_282”
OpenJDK Runtime Environment (build 1.8.0_282-b08)
OpenJDK 64-Bit Server VM (build 25.282-b08, mixed mode)

and i have installed “bellsoft-java8-full” and “sleuthkit-java” according to the instructions:
bellsoft-java8-full/stable,now 1.8.0.282+8 amd64 [installed]
sleuthkit-java/now 4.10.2-1 amd64 [installed,local]

how should i solve this problem?!

having exact same issue with 4.19.2 and The Sleuth Kit 4.11.1 on Ubuntu 22.04.
error message is:
org.netbeans.InvalidException: StandardModule:org.sleuthkit.autopsy.core jarFile: /home/johndoe/Downloads/autopsy-4.19.2/autopsy/modules/org-sleuthkit-autopsy-core.jar: java.lang.UnsatisfiedLinkError: /tmp/libtsk_jni_jd.so: /tmp/libtsk_jni_jd.so: undefined symbol: _Z15ewf_get_detailsB5cxx11P12IMG_EWF_INFO

followed the instructions on autopsy/Running_Linux_OSX.txt at develop · sleuthkit/autopsy · GitHub precisely.

Did you solve the issue?