Skip Menu |

This queue is for tickets about the Net-HTTPServer CPAN distribution.

Report information
The Basics
Id: 4907
Status: resolved
Worked: 1 hour (60 min)
Priority: 0/
Queue: Net-HTTPServer

People
Owner: reatmon [...] mail.com
Requestors: dliouville [...] vraiment-pas.net
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: Unable to serve file in win32 environnement
Net::HTTPServer with ActivePerl 5.8.508 on windows XP, install using nmake. code : use Net::HTTPServer; my $server = new Net::HTTPServer(port=>5000, docroot=>"c:\\http\\"); $server->Start(); $server->Process(); when try to get http://localhost:5000/test.htm I get this message and script hangs. Your vendor has not defined POSIX macro F_GETFL, used at C:/Perl/site/lib/Net/HTTPServer.pm line 1149
From: wolf
[guest - Sat Jan 10 23:36:17 2004]: Show quoted text
> Net::HTTPServer with ActivePerl 5.8.508 on windows XP, install using > nmake. > > code : > use Net::HTTPServer; > my $server = new Net::HTTPServer(port=>5000, docroot=>"c:\\http\\"); > $server->Start(); > $server->Process(); > > when try to get http://localhost:5000/test.htm I get this message and > script hangs. > > Your vendor has not defined POSIX macro F_GETFL, used at > C:/Perl/site/lib/Net/HTTPServer.pm line 1149
------------------- I have the same problem~~~
Sorry about that. I thought I would get a notification about bugs. I didn't realize anyone had posted anything. I'll try to fix this and get a test release out asap.
From: NilsonSFJ
[REATMON - Thu Jan 29 17:49:43 2004]: Show quoted text
> > Sorry about that. I thought I would get a notification about bugs. I > didn't realize anyone had posted anything. I'll try to fix this and > get > a test release out asap. > > >
well... here i just commented the whole _nonblock subroutine and it works fine, there's another bug, tho, i'll be reporting it
Ok. I finally found time to find a Windows box, install ActiveState and find the problem. 0.9.3 should fix the windows bugs. Please let me know if you find any other bugs. Ryan Eatmon