我刚刚从以下位置下载了适用于我的操作系统版本的 puppet enterprise 安装程序木偶实验室网站安装程序似乎立即失败。为什么会失败:
sudo ./puppet-enterprise-installer
basename: missing operand
Try `basename --help' for more information.
这是安装程序停止之前的唯一输出。
我运行的是 Centos 6 64 位。
答案1
我有同样的问题(centos 6 64 位)。我发现一些系统包丢失了。我通过运行完成:
yum install -y pciutils system-logos which libxml2 dmidecode net-tools virt-what apr apr-util curl mailcap libjpeg libtool-ltdl unixODBC libxslt zlib
确保您已安装依赖项。看 - https://docs.puppetlabs.com/pe/latest/install_system_requirements.html