试图为流浪汉安装aws插件。获得依赖性错误。
日志显示……
find_executable:检查xml2-config … ——————– no
“pkg-config - 存在……
我做了谷歌搜索,发现了一个 修补程序 为了这。
Gem文件可用 这里 。 只需做一个vagrant插件安装〜/ PATH / TO / vagrant-aws-0.8.0.gem
我必须首先安装fog-aws插件然后才能工作。
vagrant plugin install fog-aws
控制台输出:
PS C:\Users\jkittell\Documents\Schedule3> vagrant plugin install ..\..\Downloads\vagrant-aws-0.8.0.gem Installing the '..\..\Downloads\vagrant-aws-0.8.0.gem' plugin. This can take a few minutes... Fetching: iniparse-1.4.4.gem (100%) Fetching: fog-core-2.1.2.gem (100%) Fetching: fog-aws-3.3.0.gem (100%) Bundler, the underlying system Vagrant uses to install plugins, reported an error. The error is shown below. These errors are usually caused by misconfigured plugin installations or transient network issues. The error from Bundler is: conflicting dependencies fog-aws (= 2.0.1) and fog-aws (~> 3.0) Activated fog-aws-3.3.0 which does not match conflicting dependency (= 2.0.1) Conflicting dependency chains: vagrant-aws (= 0.8.0), 0.8.0 activated, depends on fog-aws (~> 3.0), 3.3.0 activated versus: fog-aws (= 2.0.1) PS C:\Users\jkittell\Documents\Schedule3> vagrant plugin install fog-aws Installing the 'fog-aws' plugin. This can take a few minutes... Successfully uninstalled dry-inflector-0.1.2 Successfully uninstalled fog-aliyun-0.3.2 Successfully uninstalled fog-atmos-0.1.0 Successfully uninstalled fog-aws-2.0.1 Successfully uninstalled fog-brightbox-0.16.1 Successfully uninstalled fog-cloudatcost-0.1.2 Successfully uninstalled fog-core-1.45.0 Successfully uninstalled fog-digitalocean-0.4.0 Removing console Removing setup Successfully uninstalled fog-dnsimple-1.0.0 Successfully uninstalled fog-dynect-0.0.3 Successfully uninstalled fog-ecloud-0.3.0 Successfully uninstalled fog-google-0.1.0 Successfully uninstalled fog-internet-archive-0.0.1 Successfully uninstalled fog-joyent-0.0.1 Successfully uninstalled fog-local-0.6.0 Successfully uninstalled fog-openstack-0.3.6 Successfully uninstalled xml-simple-1.1.5 Installed the plugin 'fog-aws (3.3.0)'! PS C:\Users\jkittell\Documents\Schedule3> vagrant plugin install ..\..\Downloads\vagrant-aws-0.8.0.gem Installing the '..\..\Downloads\vagrant-aws-0.8.0.gem' plugin. This can take a few minutes... Installed the plugin 'vagrant-aws (0.8.0)'! PS C:\Users\jkittell\Documents\Schedule3> vagrant plugin install vagrant-aws Installing the 'vagrant-aws' plugin. This can take a few minutes... Installed the plugin 'vagrant-aws (0.8.0)'! PS C:\Users\jkittell\Documents\Schedule3>