Hi, all Maybe this has a little about Catalyst. But I only want to tell you the good news I have compiled mysql successfully in cygwin Our application is running on Linux. But I only can develop it on windows Then deploy it to Linux. So I use cygwin(http://www.cygwin.com) to emulate linux enviroment and debug our application. I try to use DBD::MYSQL module in my application under cygwin. But it needs mysql libary when installing DBD::MYSQL. So I try to compile mysql on cygwin. You know, cygwin just only emulates Linux(Unix). It's not real linux(Unix). Mysql server side service is not supported by cygwin but client side. Because cygwin is running under windows, Windows can provide MYSQL server side service. Compile Mysql in cygwin is not very easy. I try to several Mysql versions from old to latest. Below versions are fail. mysql-4.0.13 mysql-4.1.12 mysql-4.1.13a mysql-4.1.23-nightly-20061104 mysql-5.0.27 Only mysql-4.1.13 version can be compiled successfully in cygwin. Below is my cygwin environment ------------------------------------------------------------------------ ----------- CYGWIN_NT-5.0 1.5.21(0.156/4/2) 2006-07-30 14:21 gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) Thanks Mao Dengfeng
_______________________________________________ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/