Re: perl DBD::mysql under cygwin question

2007-04-27 Thread Andrew DeFaria
fungazid fungazid wrote: Brian hello, Thank you a lot, this specific problem is solved. I used 1)./configure --prefix=/usr/local/mysql --without-server So you want no server... 2) make 3) make install 4) cd /usr/local/mysql/bin 5)./mysql -h 127.0.0.1 I tested mysql and it works. I still hav

Re: perl DBD::mysql under cygwin question

2007-04-25 Thread fungazid fungazid
Brian hello, Thank you a lot, this specific problem is solved. I used 1)./configure --prefix=/usr/local/mysql --without-server 2) make 3) make install 4) cd /usr/local/mysql/bin 5)./mysql -h 127.0.0.1 I tested mysql and it works. I still have some little problem with user access to mysql tabl

Re: perl DBD::mysql under cygwin question

2007-04-25 Thread Brian Dessent
[ There is no need to email me directly. I set the reply-to to the list. ] fungazid fungazid wrote: > 1) cygwin is installed under C:\cygwin folde. > 2) I unpacked mysql linux source to C:\cygwin\home. > 3) I CD to the new folder > (C:\cygwin\home\mysql-5.0.37). > 4) run the command: > ./config

Re: perl DBD::mysql under cygwin question

2007-04-25 Thread fungazid fungazid
"It gave errors" is way too vague. You'll have to describe exactly what you did and exactly what the output was if you want help." Ok: 1) cygwin is installed under C:\cygwin folde. 2) I unpacked mysql linux source to C:\cygwin\home. 3) I CD to the new folder (C:\cygwin\home\mysql-5.0.37). 4)

Re: perl DBD::mysql under cygwin question

2007-04-25 Thread fungazid fungazid
Brian Hello, The input of make install for mysql ends with the following list: /usr/bin/install: `bench-count-distinct' and `/home/mysql-5.0.37/sql-bench/bench -count-distinct' are the same file make[3]: *** [install-benchSCRIPTS] Error 1 make[3]: Leaving directory `/home/mysql-5.0.37/sql-bench'

Re: perl DBD::mysql under cygwin question

2007-04-25 Thread Brian Dessent
fungazid fungazid wrote: > Then I tried to install DBD::mysql. > ccording to the instructions I have to first download > mysql linux source, to compile it and install it > under cygwin. here are the instruction - > http://search.cpan.org/dist/DBD-mysql/lib/DBD/mysql/INSTALL.pod > > I followed the

perl DBD::mysql under cygwin question

2007-04-25 Thread fungazid fungazid
Hello the cygwin people, I decided to use cygwin because I'm working with biological packages that run on linux unix, and I work mainly on windows. I have only little experience with linux\unix. I installed cygwin on my windows xp recently, with all modules. I had no problems with running perl sc