Re: qmail cygwin port successfull

2003-05-29 Thread linamat
And you mention MySQL. Do you have recent version of MySQL server built on top of Cygwin? Is there a patch or a binary somewhere too? You may not have problems with compiling mysql-3.23.56 under Cygwin. If you need DLL headers, tell me address and I'll send you this one. Sergey. --

Re: qmail cygwin port successfull

2003-05-29 Thread Corinna Vinschen
On Wed, May 28, 2003 at 02:25:28PM +0300, [EMAIL PROTECTED] wrote: I am successfully ported qmail-1.03 and it seems to work good. broad hint Wouldn't it be nice to have somebody volunteering to become Cygwin package maintainer for qmail? ;-) /broad hint Corinna -- Corinna Vinschen

Re: qmail cygwin port successfull

2003-05-29 Thread linamat
Wouldn't it be nice to have somebody volunteering to become Cygwin package maintainer for qmail? ;-) It would be really good. I just finished implementing AUTH DIGEST-MD5 for qmail and intensive looking for Win32 MUA which supports it... I have such plans: - to do AUTH NTLM support, - to add a

Re: qmail cygwin port successfull

2003-05-29 Thread Marcel Telka
On 2003.05.28 15:13, Corinna Vinschen wrote: On Wed, May 28, 2003 at 02:25:28PM +0300, [EMAIL PROTECTED] wrote: I am successfully ported qmail-1.03 and it seems to work good. broad hint Wouldn't it be nice to have somebody volunteering to become Cygwin package maintainer for qmail? ;-) /broad

Re: qmail cygwin port successfull

2003-05-29 Thread linamat
Wouldn't it be nice to have somebody volunteering to become Cygwin package maintainer for qmail? ;-) /broad hint Note about qmail distribution: http://cr.yp.to/qmail/dist.html You are right, of course, it need to get him (professor Dan Bernstein) approval. Sergey. -- Unsubscribe info:

Re: qmail cygwin port successfull

2003-05-29 Thread Gerrit P. Haase
linamat schrieb: And you mention MySQL. Do you have recent version of MySQL server built on top of Cygwin? Is there a patch or a binary somewhere too? You may not have problems with compiling mysql-3.23.56 under Cygwin. If you need DLL headers, tell me address and I'll send you this one.

Re: qmail cygwin port successfull

2003-05-29 Thread linamat
The client is not the problem, I have compiled my own version of MySQL, including client dll and server. What I want is the server running on top of Cygwin (well, I know it is ported to Windows and runs faster without Cygwin, but just for fun I want it running on Cygwin too), unfortunately the

Re: qmail cygwin port successfull

2003-05-29 Thread Gerrit P. Haase
Hello, I wrote: The client is not the problem, I have compiled my own version of MySQL, You wrote: Anyhow what mysql you want to use, libmysqlclient.dll from mysql sources is recommended (not from mysql--win32.src). For vpopmail/vmailmgr, I mean. I have compiled mysql-4.1.0-alpha with

Re: qmail cygwin port successfull

2003-05-29 Thread Christopher Faylor
On Wed, May 28, 2003 at 02:25:28PM +0300, [EMAIL PROTECTED] wrote: I am successfully ported qmail-1.03 and it seems to work good. I've replaced flock() with fcntl() such as somebody did from one japan site. Problem with spooling (absent mkfifo() and UNIX named pipe implementation under Cygwin) was

qmail cygwin port successfull

2003-05-28 Thread linamat
I am successfully ported qmail-1.03 and it seems to work good. I've replaced flock() with fcntl() such as somebody did from one japan site. Problem with spooling (absent mkfifo() and UNIX named pipe implementation under Cygwin) was resolved by turning to UNIX socket. The only one problem that the

Re: qmail cygwin port successfull

2003-05-28 Thread Gerrit P. Haase
Hi there, And now in my ISP filials where Win2k lives qmail+vpopmail+mysql under Win32 works. Here is a only qmail patch. Great, I'll try to build this too, many thanks for sharing your patch. And you mention MySQL. Do you have recent version of MySQL server built on top of Cygwin? Is there