My *nix world

SECUR32_initSchannelSP TLS library not found SSL connections will fail

When running Windows applications in top of wine (under Linux), which make use of MDAC library, then it's possible to get an error message like the one below:

err:secur32:SECUR32_initSchannelSP TLS library not found SSL connections will fail

Like the message says you don't have the TLS library installed. Actually it means that your wine is not compiled with "gnutls" networking flag.

In Gentoo, edit your /etc/portage/package.use file and add/update the entry for app-emulation/wine to use also the "gnutls" flag:

app-emulation/wine gnutls

After that you have to re-emerge the app-emulation/wine atom into portage, which means that your wine will be recompiled (with the dev-perl/Authen-SASL library) and reinstalled, so that this error should just disappear.

Now, if you think that this article was interesting don't forget to rate it. It shows me that you care and thus I will continue write about these things.

The following two tabs change content below.
SECUR32_initSchannelSP TLS library not found SSL connections will fail

Eugen Mihailescu

Founder/programmer/one-man-show at Cubique Software
Always looking to learn more about *nix world, about the fundamental concepts of math, physics, electronics. I am also passionate about programming, database and systems administration. 16+ yrs experience in software development, designing enterprise systems, IT support and troubleshooting.
SECUR32_initSchannelSP TLS library not found SSL connections will fail

Latest posts by Eugen Mihailescu (see all)

Tagged on: , , ,

Leave a Reply

Your email address will not be published. Required fields are marked *