Re: compile error with mysql 4.1.2-alpha

2004-08-17 Thread Gerrit P. Haase
Gerrit schrieb: > cygwin wrote: >> I downloaded mysql 4.0.20 source (not the win version). It fails to >> compile with the following error: >> = >> if gcc -DDEFAULT_BASEDIR=\"/usr/local\" -DDATADIR="\"/usr/local/var\"" >>

Re: compile error with mysql 4.1.2-alpha

2004-06-14 Thread Gerrit P. Haase
cygwin wrote: > I downloaded mysql 4.0.20 source (not the win version). It fails to > compile with the following error: > = > if gcc -DDEFAULT_BASEDIR=\"/usr/local\" -DDATADIR="\"/usr/local/var\"" > -DDEFAULT_CHARSET_HOME="

Re: compile error with mysql 4.1.2-alpha

2004-06-11 Thread ahnkle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi, for your information, i got DBI loaded so i can run perl with mysql/apache. I downloaded the 4.0.20 mysql source (not the windows one). Then I built just the client libraries (release build). Tweaked mysql_config as follows: --testhost) echo

Re: compile error with mysql 4.1.2-alpha

2004-06-10 Thread cygwin
I downloaded mysql 4.0.20 source (not the win version). It fails to compile with the following error: = if gcc -DDEFAULT_BASEDIR=\"/usr/local\" -DDATADIR="\"/usr/local/var\"" -DDEFAULT_CHARSET_HOME="\"/usr/local\"" -DSHARED

compile error with mysql 4.1.2-alpha

2004-06-08 Thread cygwin
Hi, i am trying to get DBI working with mysql... I am trying to compile mysql, and get a compile error (see below). Has anyone built a mysql recently? regards, jeremy = if gcc -DDEFAULT_BASEDIR=\"/usr/local\" -DDATADIR="\"/us