Guy Hulbert escribió:
On Mon, 2007-12-17 at 22:46 +0100, Jose Luis Martinez wrote:
Has anyone had any experience with making servers in perl under Windows?
Maybe a couple of tips can get Guy running...
That would be "get Charles running". Please go back and read the thread
carefully. In part
On Mon, 2007-12-17 at 22:46 +0100, Jose Luis Martinez wrote:
> Has anyone had any experience with making servers in perl under Windows?
> Maybe a couple of tips can get Guy running...
That would be "get Charles running". Please go back and read the thread
carefully. In particular read the "perl
Guy Hulbert escribió:
On Sun, 2007-12-16 at 23:20 -0500, Charles Haven wrote:
Any clues on this one? I don't want to be a bother - I really appreciate
anyones help with this!
First read this:
http://perldoc.perl.org/perlfork.html
aha - this helped me get past this error leading me to path err
On Mon, 17 Dec 2007, Guy Hulbert wrote:
There is qpsmtpd-apache. I don't see any reason that qpsmtpd-apache
wouldn't run on windows since both perl and apache do. However, I
suspect that no-one else has tried running qpsmtpd on windows ...
Indeed, why would they?
On Sun, 2007-12-16 at 23:20 -0500, Charles Haven wrote:
> >> Any clues on this one? I don't want to be a bother - I really appreciate
> >> anyones help with this!
> >
> > First read this:
> > http://perldoc.perl.org/perlfork.html
> >
>
> aha - this helped me get past this error leading me to path
"Guy Hulbert" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Sun, 2007-12-16 at 17:58 -0500, Charles Haven wrote:
>> Thanks for the reply!
>>
>> That got rid of the -T message but, now I am getting this error:
>>
>> C:\qpsmtpd-0.40>perl -T qpsmtpd-forkserver -l 127.0.0.1 -p 25 -
On Sun, 2007-12-16 at 17:58 -0500, Charles Haven wrote:
> Thanks for the reply!
>
> That got rid of the -T message but, now I am getting this error:
>
> C:\qpsmtpd-0.40>perl -T qpsmtpd-forkserver -l 127.0.0.1 -p 25 -u root
> Creating TCP socket 127.0.0.1:25: Bad file descriptor
>
> C:\qpsmtpd-0.
Thanks for the reply!
That got rid of the -T message but, now I am getting this error:
C:\qpsmtpd-0.40>perl -T qpsmtpd-forkserver -l 127.0.0.1 -p 25 -u root
Creating TCP socket 127.0.0.1:25: Bad file descriptor
C:\qpsmtpd-0.40>perl -T qpsmtpd-forkserver
Creating TCP socket 0.0.0.0:2525: Bad file
Charles Haven wrote:
Complete noob here. I use ASSP on Windows and want to pass the smtp
connection to another daemon running Perl. This looks like the best
possibility.
I have:
- Windows XP
- Perl v5.8.8 built for MSWin32-x86-multi-thread,
Binary build 822 [280952] provided by ActiveState
-