回答編集履歴

1

コンパイルオプションを変更しました。

2021/04/01 08:25

投稿

shimada671
shimada671

スコア13

test CHANGED
@@ -1,6 +1,8 @@
1
1
  同じような状況で困ったので自分がやった方法を共有します。
2
2
 
3
3
  方針としてはソースからのインストールです。
4
+
5
+ コンパイルオプションを変更しました。
4
6
 
5
7
 
6
8
 
@@ -16,7 +18,7 @@
16
18
 
17
19
  cd zabbix-3.0.32/
18
20
 
19
- ./configure --enable-agent --enable-static --sysconfdir=/etc/zabbix
21
+ ./configure --enable-agent --sysconfdir=/etc/zabbix
20
22
 
21
23
  make
22
24