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
Unable to install a TAP application using wine64 binary
Re: Unable to install a TAP application using wine64 binary
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."
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."
Re: Unable to install a TAP application using wine64 binary
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
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
Re: Unable to install a TAP application using wine64 binary
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
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
Re: Unable to install a TAP application using wine64 binary
Hi I have attached required log file
- Attachments
-
- log.zip
- (465 Bytes) Downloaded 141 times
Re: Unable to install a TAP application using wine64 binary
That's obviously a problem. Install 32 bit GnuTLS. As to which package you need, ask your distro.Code: Select all
err:secur32:SECUR32_initSchannelSP TLS library not found, SSL connections will fail
FYI, the log you uploaded was short enough to have simply pasted it here in your post.