Softhsm on opensuse 12.1

hi

i want to compile SoftHsm on openSUSE 12.1

it requires botan crypt library

i installed libbotan +libbotan-devel +libotan-devel 32 bit from opensuse 12.1 repos

but when i run ./configure in softHSM il can’t find botan libs. i tried a lot of option to the configure command ( --with-botan=/usr/ …)

what are the options to make softhsm configure happy ???

when i compile botan from sources , SoftHsm find the libs and work fine

i try to make a DNSSEC repos for opensuse but it require SoftHsm

https://build.opensuse.org/project/monitor?project=home%3Ajluce2%3ADNSSEC

can someone help me ??

regards

On 2011-12-12 11:16, jluce2 wrote:
>
> hi
>
> i want to compile SoftHsm on openSUSE 12.1

You should ask in the programming forum, and put the real output from
configure inside code tags. The last few lines so that they can see the error.


Cheers / Saludos,

Carlos E. R.
(from 11.4 x86_64 “Celadon” at Telcontar)

hi

i find the way

and it work now with opendnssec

thanks for all