Boost logo

Boost Users :

Subject: Re: [Boost-users] Boost Python and Crypto++
From: Boost Users List (078d7a6a70b2586b9cf1b456657079e9f510ef50_at_[hidden])
Date: 2012-02-17 09:05:03


> when I try to import it into Python, I receive this error:
>
> ImportError: nf_decrypt.so: undefined symbol:
> _ZN8CryptoPP21SimpleKeyingInterface6SetKeyEPKhmRKNS_14NameValuePairsE
>[...]

This does not sound like a Python problem. Are you linking with the
appropriate -lfoo switches?

-- 
VZ
Thanks VZ! I wasn't linking in Crypto++ correctly. I got it working. Now
have to figure out how to convert Python buffer objects to C++
std::strings.

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net