Unable to install a TAP application using wine64 binary

Questions about Wine on Linux
Locked
devn142
Level 1
Level 1
Posts: 5
Joined: Fri Jan 21, 2011 7:32 am

Unable to install a TAP application using wine64 binary

Post by devn142 »

Hi,

I am trying to install a windows application called as TAP. So while installing this application via wine64 it gives error that unable to install this application.

This same application is getting installed properly on windows 7 64bit machine.

Please let me know how can we debug.

Regards
Amit Saini
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Unable to install a TAP application using wine64 binary

Post by dimesio »

First question: what Wine version are you using, and did you install it from a distro package or compile it yourself? If you compiled Wine yourself, did you also compile 32 bit Wine for a shared WoW64 setup? (If you didn't, you need to.)

Second question: Is this app 64 bit? If not, you may need to create a 32 bit wineprefix for it.

Third question: What is the command you used to try to run the installer? Even if the app is 64 bit, the command you should use to run things is "wine" not "wine64."
devn142
Level 1
Level 1
Posts: 5
Joined: Fri Jan 21, 2011 7:32 am

Re: Unable to install a TAP application using wine64 binary

Post by devn142 »

Hi,

We are using RHEL 6 (64bit) OS. Application is 32bit
I compiled wine latest version 1.6.2 package
Earlier i compiled with --enable-win64 flag.. So i got only wine64 binary.

Now I compiled without --enable-win64 and got wine binary. If i am trying wine <My Application.exe> then getting below error:
Wine : error while loading shared libraries: libwine.so.1: cannot open shared object file: No such file or directory

Regards
Amit Saini
devn142
Level 1
Level 1
Posts: 5
Joined: Fri Jan 21, 2011 7:32 am

Re: Unable to install a TAP application using wine64 binary

Post by devn142 »

Hi Just a small correction.

OS is RHEL 6.4 (32bit).
Windows application is 32bit
wine now compiled with ./tools/wineinstall

But I am getting same error while installing my windows application via wine
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Unable to install a TAP application using wine64 binary

Post by dimesio »

devn142
Level 1
Level 1
Posts: 5
Joined: Fri Jan 21, 2011 7:32 am

Re: Unable to install a TAP application using wine64 binary

Post by devn142 »

Hi I have attached required log file
Attachments
log.zip
(465 Bytes) Downloaded 141 times
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Unable to install a TAP application using wine64 binary

Post by dimesio »

Code: Select all

err:secur32:SECUR32_initSchannelSP TLS library not found, SSL connections will fail
That's obviously a problem. Install 32 bit GnuTLS. As to which package you need, ask your distro.

FYI, the log you uploaded was short enough to have simply pasted it here in your post.
Locked