Subject: | -lgcrypt -lgpg-error should not be required |
Building on a machine without any gnome-tools - particularly not
pkg-config - the Makefile.PL inserts ' -lgcrypt -lgpg-error' as libs in
$exslt_defaults.
This is harmful if the installation does not have libgcrypt or
libpg-error installed - as is the case on out RHEL5 server.
The two libs were added due to bug #25525.
Trying to discover which lib are necccesary is hard - very hard. But
this solution is IMHO not optimal.
Our workaround was to patch Makefile.PL...