【发布时间】:2018-01-18 04:53:37
【问题描述】:
您好,我是 Ubuntu 环境的新手,我正在尝试运行 DCM4CHEE-ARC-LIGHT,但此自动安装脚本无法运行,请帮我执行此 bash 脚本
----Instructions---
It must be installed by root, download and decompress the attached shar file to your /root folder
You must have an internet connection, because it downloads a lot from the net.
Install shar utils
apt-get install sharutils
bash run_me.sh
x - created directory Downloads.
x - extracting Downloads/pacs_start.sh (text)
x - extracting Downloads/pacs_stop.sh (text)
x - extracting install_dcm4chee5_cli_5.10.3.sh (text)
uudecoding file install_dcm4chee5_cli_5.10.3.sh
x - removed lock directory _sh25000.
chmod +x install_dcm4chee5_cli_5.10.3.sh
./install_dcm4chee5_cli_5.10.3.sh
Press enter when asked.
At the end there are some instruction, and hopefully , you will have the server (dcm4chee 5.10.3 Mysql secure ui) installed and running.
执行bash run_me.sh.xz这个命令后出现错误提示
run_me.sh.xz: run_me.sh.xz: cannot execute binary file
【问题讨论】:
-
该文件是用
xz压缩的,你需要先把压缩去掉,然后才能用于任何事情。 -
先解压:
xz -d run_me.sh.xz。