Re: wine libgnutls

2012-09-15 Thread Chuck Burns
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 r21: 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,1Microsoft 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


Re: wine libgnutls

2012-09-15 Thread Matthias Apitz
El día Saturday, September 15, 2012 a las 07:03:45AM -0500, Chuck Burns 
escribió:

 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.

Yes. I found this out too that in the port emulators/wine:

# fgrep GNUTLS Makefile
GNUTLS  Use GnuTLS Off \
...

i.e. GNUTLS is set to off; I recompiled the port and now it is working
as it should; the Win32 app starts and registers with Adobe.com;

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


Re: wine libgnutls

2012-09-15 Thread David Naylor
On Saturday, 15 September 2012 11:33:35 Matthias Apitz wrote:
 Hello,

Hi

 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

If the below does not work, please do:
# env WINEDEBUG=all wine digitaleditions_172.exe

To get more detailed messages (be selective with what you post).  

 I have:
 
 $ uname -a
 9.0-CURRENT #1 r21: Thu Oct 28 10:56:32 CEST 2010

This is an incomplete `uname`.  Of interest that is missing is your 
architecture, which I am assuming is i386?  

 $ pkg_info | egrep 'wine|gnutls'
 gnutls-2.8.6_2  GNU Transport Layer Security library
 wine-1.3.6,1Microsoft Windows compatibility layer for Unix-like
 systems
 
 Any idea why wine(1) can't see the gnutls lib? Thanks

Are you using a package or did you compile from ports, also the version of 
wine you are using is outdated.  Please consider updating to either 
emulators/wine or emulators/wine-devel.  

Wine needs to be compiled with gnutls support, please (re)build the wine port, 
ensuring the GNUTLS optioin is on.  

Regards


signature.asc
Description: This is a digitally signed message part.