Compile Wine with ssl support

Questions about Wine on Linux
Locked
Levan
Level 2
Level 2
Posts: 18
Joined: Fri Aug 17, 2012 4:12 pm

Compile Wine with ssl support

Post by Levan »

I compiled wine on ubuntu 14.04 x64 wine version 1.7.44

this is how I compiled it

Code: Select all

./configure

cd tools && ./wineinstall
I found this guide here
http://ubuntuhandbook.org/index.php/201 ... ntu-linux/

Turns out that It did not compile it with ssl support so how can I enable this support ??

Thank you for your time
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Compile Wine with ssl support

Post by dimesio »

Levan wrote: Turns out that It did not compile it with ssl support so how can I enable this support ??
Run ./configure again, and this time don't ignore the messages at the end about missing development libraries.
Levan
Level 2
Level 2
Posts: 18
Joined: Fri Aug 17, 2012 4:12 pm

Re: Compile Wine with ssl support

Post by Levan »

dimesio wrote:
Levan wrote: Turns out that It did not compile it with ssl support so how can I enable this support ??
Run ./configure again, and this time don't ignore the messages at the end about missing development libraries.
I will try that but if i remember correctly It did not give my any sure before I got all the lib files it needed It would print a massage that something is missing and it was not compiled correctly. and finally I compiled it and it configured it without problems. Well I will try again
Locked