Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build fails when i add the package to go.mod #446

Open
conor-tread opened this issue Mar 29, 2023 · 2 comments
Open

build fails when i add the package to go.mod #446

conor-tread opened this issue Mar 29, 2023 · 2 comments

Comments

@conor-tread
Copy link

When i try to build after adding the package to the go.mod the build fails. All I get is a printout of all the packages in the project and the only odd thing I see is:

pkg-config --cflags -- vips vips vips vips

pkg-config: exec: "pkg-config": executable file not found in $PATH

Has anyone seen this before?

@xkamail
Copy link

xkamail commented Apr 29, 2023

brew install peg-config

@dev-strender
Copy link

Try this!

macOS

brew install pkg-config

Linux Debian

apt-get install pkg-config

Linux Alpine

apk add pkgconfig

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants