|
I think this is the kind of error you see when software versions are mismatched. So Samba (smbd) is expecting a certain symbol (EVP_idea_cbc) to be found in libssl. The fact that it's not there means that this version of Samba was probably built with a different version of libssl than you have. Check Samba's version requirements; maybe you need a later version?
|