On Sat, Sep 15, 2012 at 4:33 AM, Matthias Apitz <g...@unixarea.de> wrote:
>
> Hello,
>
> I must use wine(1) to run some Adobe Digital Editions tool (which seems
> to work fine with wine in general, the wine pages say it runs);
>
> When I start:
>
> $ wine digitaleditions_172.exe
>
> it can't find some shared lib for TLS:
>
> err:secur32:SECUR32_initSchannelSP libgnutls not found, SSL connections
> will fail
>
> I have:
>
> $ uname -a
> 9.0-CURRENT #1 r214444: Thu Oct 28 10:56:32 CEST 2010
> $ pkg_info | egrep 'wine|gnutls'
> gnutls-2.8.6_2      GNU Transport Layer Security library
> wine-1.3.6,1        Microsoft Windows compatibility layer for Unix-like 
> systems
>
> Any idea why wine(1) can't see the gnutls lib? Thanks
>
>         matthias
>
> --
> Matthias Apitz               |  /"\ ASCII Ribbon Campaign: www.asciiribbon.org
> E-mail: g...@unixarea.de     |  \ / - No HTML/RTF in E-mail
> WWW: http://www.unixarea.de/ |   X  - No proprietary attachments
> phone: +49-170-4527211       |  / \ - Respect for open standards
> _______________________________________________
> freebsd-emulation@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
> To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"

Just because they both exist does not mean that wine was compiled to
take advantage of it.  Did you install from package, or build wine
yourself?  If you build it yourself, you can make config -C
/usr/ports/emulators/wine and enable gnutls support.
_______________________________________________
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"

Reply via email to