質問するログイン新規登録

質問編集履歴

1

追記

2021/03/22 05:21

投稿

I_am_
I_am_

スコア23

title CHANGED
File without changes
body CHANGED
@@ -78,13 +78,30 @@
78
78
 
79
79
  . 実行ファイル 2 $start
80
80
 
81
+ export result="${workspace}"result.jpg
81
- . 実行ファイル 3 $start
82
+ . 実行ファイル 3 $start $path_ov2
82
83
 
83
- cp $ooo "${summary}"
84
+ cp $result "${summary}"
84
85
 
85
86
  ```
86
87
 
87
88
  ### 質問・わからないこと
88
89
 
89
90
  システムの実行をしたいのですが、ファイルが存在していないと表示されています。
90
- ファイルがあるのにないと言われるのは何が原因なのですか??
91
+ ファイルがあるのにないと言われるのは何が原因なのですか??
92
+
93
+ ### 追記
94
+ 環境変数の大文字や小文字を合わせたら進んだのですが、次は結果のファイルが存在していないとなります。
95
+
96
+ ```
97
+ script2.sh: line 39: .: test: cannot execute binary file
98
+ script2.sh: line 54: .: test: cannot execute binary file
99
+ script2.sh: line 62: .: test: cannot execute binary file
100
+ ./test: error while loading shared libraries: librun.so: cannot open shared object file: No such file or directory
101
+ cp: cannot stat './test/work2021/IMG_1/result.jpg': No such file or directory
102
+ script2.sh: line 39: .: test: cannot execute binary file
103
+ script2.sh: line 54: .: test: cannot execute binary file
104
+ script2.sh: line 62: .: test: cannot execute binary file
105
+ ./test: error while loading shared libraries: librun.so: cannot open shared object file: No such file or directory
106
+ cp: cannot stat './test/work2021/IMG_2/result.jpg': No such file or directory
107
+ ```