Hi all, I am using crypto++4.2 with Getronics's S/MIME freeware library. The programs compiled ok, but when i tried to run an application within the stack, I got the following error:
=============== sm_DLLInterface.cpp 84 CSM_TokenInterfaceDLL::LoadDLL sm_DLLInterface.cpp 154 CSM_TokenInterfaceDLL::LoadDLL sm_CtilMgr.cpp 390 CSM_AppLogin::AddDLLLibrary(DLLName,StartupArgs) Unable to load DLL: libsm_free3DLL_d.so DLERROR= /usr/local/lib/libsm_free3DLL_d.so: undefined symbol: _ZN8CryptoPP7IntegerC1Ev errorCode=22 (16x) =============== The error has a reference to CryptoPP and Integer, so I guess it's something related to the crypto++ library. I am running this on gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7) Sorry that I don't have a small program to regenerate this error. I just would like to know if anyone has any idea of what this error may have come from. Thanks a lot! BR - Tat
