I am getting this error when trying to install some Windows application with wine:
According to the thread on WineHQ forum this may be because gnutls is either not installed or not used by wine.
I installed wine using the emulators/playonbsd package and noticed on 64-bit FreeBSD (which I am using) it installs the i386-wine-devel package instead of wine:
This somehow makes sense, however there is no option to compile i386-wine with GNUTLS and such option can be selected when compiling wine. Does it mean that wine with GNUTLS isn't supported on 64-bit FreeBSD?
Code:
err:secur32:SECUR32_initSchannelSP TLS library not found, SSL connections will fail
According to the thread on WineHQ forum this may be because gnutls is either not installed or not used by wine.
I installed wine using the emulators/playonbsd package and noticed on 64-bit FreeBSD (which I am using) it installs the i386-wine-devel package instead of wine:
Code:
.if ${ARCH} == amd64
RUN_DEPENDS+= wine:${PORTSDIR}/emulators/i386-wine-devel
.else
RUN_DEPENDS+= wine:${PORTSDIR}/emulators/wine
.endif
This somehow makes sense, however there is no option to compile i386-wine with GNUTLS and such option can be selected when compiling wine. Does it mean that wine with GNUTLS isn't supported on 64-bit FreeBSD?