Clarify missing library error
When an extension fails to build due to missing libraries on the local system, call out that it is the development files that are misssing and when installing the library via a package manager it will likely require the library's development package.
This commit is contained in:
parent
da262ab8e9
commit
3422582d68
@ -1280,12 +1280,19 @@ en:
|
||||
again.
|
||||
plugin_missing_library: |-
|
||||
Vagrant failed to install the requested plugin because it depends
|
||||
on a library which is not currently installed on this system. The
|
||||
following library is required by the '%{name}' plugin:
|
||||
on development files for a library which is not currently installed
|
||||
on this system. The following library is required by the '%{name}'
|
||||
plugin:
|
||||
|
||||
%{library}
|
||||
|
||||
Please install the library and then run the command again.
|
||||
If a package manager is used on this system, please install the development
|
||||
package for the library. The name of the package will be similar to:
|
||||
|
||||
%{library}-dev or %{library}-devel
|
||||
|
||||
After the library and development files have been installed, please
|
||||
run the command again.
|
||||
plugin_missing_ruby_dev: |-
|
||||
Vagrant failed to install the requested plugin because the Ruby header
|
||||
files could not be found. Install the ruby development package for your
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user