Hi, I am trying to build libewf-experimental-20240506 on Ubuntu 18.04 LTS. Installing ewf-tools package won't work as that package does not have support for large disks (8TB image).
I've install autoconf, automake, autopoint, fuse, libfuse-dev, and libfuse2. However when I run ./configure, it still shows FUSE support: no.
Both make and make install runs without error but ewfmount gives error No sub system to mount EWF format.
How can I get the configure and make scripts to detect and include fuse support?
Thank you.