On Thu, 2005-07-07 at 13:05 -0500, Mark Nadir wrote:
Hi all
I am trying to compile Zorp-GPL-3.0.5.
As instructed I first installed libzorp-3.0.6 - that worked without a hitch.
When trying to compile the main Zorp, I get the following message:
Package zorplibll was not found in the pkg-config search path. Perhaps you should add the directory containing 'zorplibll.pc' to the PKG_CONFIG_PATH environment variable. No Package zorblibll found Configure:Cannot find ZORP Lowlevel library version >= 3.0.6: is pkg-config in path?
Question: how in the heck do I do that, and what do I need to do to resolve this?
libzorpll was probably installed in /usr/local, in which case the pkg-config files were installed under /usr/local/lib/pkg-config, set PKG_CONFIG_PATH appropriately, e.g. PKG_CONFIG_PATH=/usr/local/lib/pkg-config ./configure -- Bazsi