ydkhatri / mac_apt

macOS (& ios) Artifact Parsing Tool

Home Page:https://swiftforensics.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

macos install script failing on catalina 10.15.7

siftuser opened this issue · comments

The install script throws error as follows

[+] Installing pyewf...
./mac_aptInstall-macOS-v21.sh: line 197: 15702 Abort trap: 6           wget https://github.com/libyal/libewf-legacy/releases/download/20140807/libewf-20140807.tar.gz >&/dev/null
[!] Download of pyewf failed.
[!] Please report this to the developer.

Tried to manually download above file wget https://github.com/libyal/libewf-legacy/releases/download/20140807/libewf-20140807.tar.gz. Noticed following error:

dyld: Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
  Referenced from: /usr/local/bin/wget
  Reason: image not found
Abort trap: 6

Any help ? Thanks

The file is certainly available now. Perhaps it was offline for a bit??
Can you try again?

No go ... same error

Is it because of this ?

dyld: Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
  Referenced from: /usr/local/bin/wget
  Reason: image not found
Abort trap: 6

Reinstalling openssl resolved the issue. Thanks