Wine can no longer access port 80

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
RedWagon
Level 2
Level 2
Posts: 18
Joined: Mon Oct 27, 2008 2:02 am

Wine can no longer access port 80

Post by RedWagon »

I play a lot of games on Linux so I compile Wine from source and run it from the source directory to allow multiple versions and configurations. A couple weeks ago I started noticing errors whenever Steam tried to display a web page which was no biggie since I never use the storefront and I just chalked it up to Steam being buggy. But then I noticed the same error popping up in other programs and when I looked into it more I found that every version and config of Wine I have could recieve any HTTP traffic. The rest of my system works fine, it's just that anything run through wine can no longer receive anything over port 80. I always get
random.domain could not be found. Please check the name and try again.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Wine can no longer access port 80

Post by austin987 »

On Tue, Jul 28, 2009 at 9:46 PM, RedWagon<[email protected]> wrote:
I play a lot of games on Linux so I compile Wine from source and run it from the source directory to allow multiple versions and configurations.  A couple weeks ago I started noticing errors whenever Steam tried to display a web page which was no biggie since I never use the storefront and I just chalked it up to Steam being buggy.  But then I noticed the same error popping up in other programs and when I looked into it more I found that every version and config of Wine I have could recieve any HTTP traffic.  The rest of my system works fine, it's just that anything run through wine can no longer receive anything over port 80.  I always get
random.domain could not be found.  Please check the name and try again.
Works fine here. Are you using a 64-bit os?

--
-Austin
RedWagon
Level 2
Level 2
Posts: 18
Joined: Mon Oct 27, 2008 2:02 am

Post by RedWagon »

I'm using Linux Mint 7 64 bit (Ubuntu 9.04 base.) I think it's something to do with my OS and not Wine itself because of the way it hit all versions of Wine, I just don't know where to look. The rest of my system works perfectly fine.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Wine can no longer access port 80

Post by austin987 »

On Wed, Jul 29, 2009 at 9:48 AM, RedWagon<[email protected]> wrote:
I'm using Linux Mint 7 64 bit (Ubuntu 9.04 base.)  I think it's something to do with my OS and not Wine itself because of the way it hit all versions of Wine, I just don't know where to look.  The rest of my system works perfectly fine.
You need the 32-bit version of libmdns.


--
-Austin
RedWagon
Level 2
Level 2
Posts: 18
Joined: Mon Oct 27, 2008 2:02 am

Post by RedWagon »

I Googled around a bit and found that I am missing /usr/lib32/libdns. I'm guessing that I need to find a 32 bit version of libdns and put it in /usr/lib32 then recompile wine but I'm not sure what to download/install to get this.
Jayson Santos dos Reis

Wine can no longer access port 80

Post by Jayson Santos dos Reis »

In linux ports less then 1024 only can listen by root.
Jayson Reis


2009/8/6 RedWagon <[email protected]>
I Googled around a bit and found that I am missing /usr/lib32/libdns. I'm
guessing that I need to find a 32 bit version of libdns and put it in
/usr/lib32 then recompile wine but I'm not sure what to download/install to
get this.





-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-us ... chment.htm>
Locked