hashicorp / vagrant

Vagrant is a tool for building and distributing development environments.
https://www.vagrantup.com
Other
26.05k stars 4.42k forks source link

Clarify missing library error #13207

Closed chrisroberts closed 1 year ago

chrisroberts commented 1 year ago

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.

Fixes #13184

jkugler commented 1 year ago

Looks excellent, thanks!