質問編集履歴

3

参考URLを追記

2022/03/18 19:50

投稿

yutapatio
yutapatio

スコア15

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,8 @@
1
1
  M1 macでsleuthkit 4.11.1のmakeが下記のようなエラーで失敗します。色々調べてみたのですが、sleuthkit自体情報が少なく、解決策が不明です。Macは10年ぶりくらいなので困っております。ご支援お願いいたします。
2
+
3
+ 基本手順はこちらの通り。
4
+ https://cybersocialhub.com/csh/installing-autopsy-on-macos-big-sur-arcpoint/
5
+
2
6
 
3
7
  (1)./configure --with-afflib=/opt/homebrew/Cellar/afflib/3.7.19_2
4
8
  を実行。結果は下記の通りで成功。

2

原因が通信周りと考えました。

2022/03/18 08:16

投稿

yutapatio
yutapatio

スコア15

test CHANGED
File without changes
test CHANGED
@@ -58,3 +58,10 @@
58
58
  at java.base/java.security.cert.CertPathBuilder.build(CertPathBuilder.java:297)
59
59
  at java.base/sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:434)
60
60
 
61
+ 【追記】
62
+ > [get] Error getting https://repo1.maven.org/maven2/org/apache/ivy/ivy/2.5.0/ivy-2.5.0.jar to /var/root/.ant/lib/ivy.jar
63
+ こちらでhttps通信に失敗、
64
+ >at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:131)
65
+ この一連でSSL確立に失敗、
66
+
67
+ していると考え、make時のSSL周りがおかしいかと考えてます。証明書の再インストール等を試してみようと考えております。

1

実行したコマンドを追記しました。

2022/03/18 02:00

投稿

yutapatio
yutapatio

スコア15

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,19 @@
1
1
  M1 macでsleuthkit 4.11.1のmakeが下記のようなエラーで失敗します。色々調べてみたのですが、sleuthkit自体情報が少なく、解決策が不明です。Macは10年ぶりくらいなので困っております。ご支援お願いいたします。
2
+
3
+ (1)./configure --with-afflib=/opt/homebrew/Cellar/afflib/3.7.19_2
4
+ を実行。結果は下記の通りで成功。
5
+ Building:
6
+ afflib support: yes
7
+ libewf support: yes
8
+ zlib support: yes
9
+
10
+ libvhdi support: no
11
+ libvmdk support: no
12
+ Features:
13
+ Java/JNI support: yes
14
+ Multithreading: yes
15
+
16
+ (2)次にmakeを実行。下記のエラーが表示される。
2
17
 
3
18
  download-ivy:
4
19
  [get] Getting: https://repo1.maven.org/maven2/org/apache/ivy/ivy/2.5.0/ivy-2.5.0.jar