[squid-users] Squid 2.5.20 fails to compile with ecap
Alex Rousskov
rousskov at measurement-factory.com
Tue Oct 11 16:52:46 UTC 2016
On 10/11/2016 08:45 AM, James Lay wrote:
> Can you point me in the right direction on where to tell squid that
> libecap lives in /opt/ecap?
This is not my area of expertise, but if ./configure --enable-ecap does
not work "as is", then you may need to set PKG_CONFIG_PATH
appropriately. For example:
export PKG_CONFIG_PATH=...
./configure --enable-ecap ...
Alex.
More information about the squid-users
mailing list