質問編集履歴
4
windows defender firewall
test
CHANGED
File without changes
|
test
CHANGED
@@ -64,6 +64,8 @@
|
|
64
64
|
|
65
65
|
```
|
66
66
|
|
67
|
+
(このときwindows defender firewall が「このアプリケーション(perl)の機能のいくつかがブロックされています」というアラートを出すので許可を出してブロックを解除したはずです。)
|
68
|
+
|
67
69
|
|
68
70
|
|
69
71
|
|
3
windowsビルド追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
|
9
9
|
環境
|
10
10
|
|
11
|
-
Windows10 1903
|
11
|
+
Windows10 1903 ビルド18362.719
|
12
12
|
|
13
13
|
Ubuntu 20.04UTS
|
14
14
|
|
2
typo
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
WSL上の linuxbrew で pr
|
1
|
+
WSL上の linuxbrew で perl をインストールしようとすると途中で停止する(失敗する)
|
test
CHANGED
File without changes
|
1
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -63,3 +63,35 @@
|
|
63
63
|
==> /home/linuxbrew/.linuxbrew/Cellar/perl/5.30.2_1/bin/cpan -i XML::Parser
|
64
64
|
|
65
65
|
```
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
何時間待ってもこのままなので`Ctrl-c`で割り込みをかけると
|
72
|
+
|
73
|
+
```
|
74
|
+
|
75
|
+
^CWarning: The post-install step did not complete successfully
|
76
|
+
|
77
|
+
You can try again using `brew postinstall perl`
|
78
|
+
|
79
|
+
==> Caveats
|
80
|
+
|
81
|
+
By default non-brewed cpan modules are installed to the Cellar. If you wish
|
82
|
+
|
83
|
+
for your modules to persist across updates we recommend using `local::lib`.
|
84
|
+
|
85
|
+
|
86
|
+
|
87
|
+
You can set that up like this:
|
88
|
+
|
89
|
+
PERL_MM_OPT="INSTALL_BASE=$HOME/perl5" cpan local::lib
|
90
|
+
|
91
|
+
echo 'eval "$(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib=$HOME/perl5)"' >> ~/.bash_profile
|
92
|
+
|
93
|
+
==> Summary
|
94
|
+
|
95
|
+
???? /home/linuxbrew/.linuxbrew/Cellar/perl/5.30.2_1: 2,721 files, 71.2MB
|
96
|
+
|
97
|
+
```
|