<div>My libgcrypt installation for collectd is in a non-standard directory (/opt/libgcrypt) to prevent any issues with various other pre-installed software.  I had no problem getting the configure script to find the libraries themselves, but it kept finding the wrong libgcrypt-config executable.  Finally, I realized the -with-libgcrypt-prefix=[PFX] needed to point to the same place as --with-libgcrypt=[PREFIX].  Maybe it&#39;s just me, but I would think that if you provide one, configure should  assume it should look in the same prefifx for libgcrypt-config also.  If, for some reason you have libgcrypt-config outside of the prefix you specified, then it could be overridden with the second option.</div>
<div><br></div><div>Just a thought :)</div><div><br></div>-Tim