[cryptopp-users] Failed to compile shared with error: undefined symbol: _ZTIN8CryptoPP21SimpleKeyingInterfaceE

2022-08-16 Thread Cristian Rolando Reyes Chapoñan
Hello everyone, a question when I try to use the package and compile it in shared form (.so) and I want to read it I get this: undefined symbol: _ZN8CryptoPP21SimpleKeyingInterface6SetKeyEPKhmRKNS_14NameValuePairsE in which I investigate and it says that I have to compile it in such a way tha

Re: [cryptopp-users] Failed to compile shared with error: undefined symbol: _ZTIN8CryptoPP21SimpleKeyingInterfaceE

2022-08-16 Thread Jeffrey Walton
On Tue, Aug 16, 2022 at 1:54 PM Cristian Rolando Reyes Chapoñan wrote: > > Hello everyone, a question when I try to use the package and compile it in > shared form (.so) > and I want to read it I get this: > undefined symbol: > _ZN8CryptoPP21SimpleKeyingInterface6SetKeyEPKhmRKNS_14NameValuePairs