Question

When I run configure.sh I get this error: checking for pkg-config... no configure: error: pkg-config tool not found. Install it or set PKG_CONFIG environment variable to that path tool. Exiting... I checked in aptitude and it says pkg-config is installed. Need help with "set PKG_CONFIG environment variable to that path tool." runing on crunchbang 32bit

Était-ce utile?

La solution

Try to set PKG_CONFIG=/usr/bin/pkg-config although it should be detected in such PATH automatically unless you've changed your PATH variable before.

You may also check if it is possible to pass path to pkg-config as a configure switch.

Check the output of ./configure --help | grep pkg.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top