[Opendnssec-develop] Fwd: SoftHSM 1.2.1
Rickard Bellgrim
rickard at opendnssec.org
Mon May 9 08:44:51 UTC 2011
Hi
This also applies to all of our dependency checks. Should we change
the default path (/usr/local) to $prefix in all of our .m4 files?
// Rickard
---------- Forwarded message ----------
From: Jaap Akkerhuis <jaap at nlnetlabs.nl>
Date: Sun, May 8, 2011 at 12:09 AM
Subject: Re: [Opendnssec-announce] SoftHSM 1.2.1
To: Rickard Bellgrim <rickard at opendnssec.org>
Cc: Matthijs Mekking <matje at nlnetlabs.nl>
Version 1.2.1 of SoftHSM has now been released.
This version hit the ports of FreeBSD. However it was pointed out
to me that that there is actually a problem in the configure process.
(Apparently it is an old one but has been noticed/reported before).
It boils down to the fact that the path to botan is hard-wired in.
If one does --prefix/foo, that is not always followed and one is
required to set --with-botan=/foo as well.
This can be fixed changing by changing in configure
BOTAN_PATH="/usr/local"
into
BOTAN_PATH="$prefix"
A similar change should be made for sqlite3 as well.
Regards,
jaap
More information about the Opendnssec-develop
mailing list