Re: compile mysql meet problem

2003-08-16 Thread Fred van Engen
Hi, On Sat, Aug 16, 2003 at 04:29:01AM +0200, albert wrote: > Now i'm trying to install MySQL 4.0.14 through binary source install. > > I'm using Redhat 7.2 and 8.0 > > I'm trying like this.. > > ./configure --prefix=/usr/local/mysql \ > --localstatedir=/usr/local/mysql/data \ > --with-chars

RE: Compile MySQL with GCC 2.95.3 optimise for I686

2001-10-04 Thread Daniel Ouellet
Hi Jani, Thanks for your answer. That is true that you guys are making some available. I sure don't deny that at all and it is very generous of you guys to spend the time doing it as well! One reason is that I wanted Apache with PHP and Static MySQL built in. So, I have to compile it anyway. So

re-compile mysql to use multiple character sets (again)

2001-07-19 Thread Pjotr Nyikolajevics Szekszardi
Hi, I have configured mysql using the parameter --with-charset=latin2, made some databases and tables full of latin2 text. Now I have to add another database, which will store text in latin1. As I red the articles related to these problems, if I understand well, I have to do the followings: - shu

re-compile mysql to use multiple character sets

2001-07-17 Thread Pjotr Nyikolajevics Szekszardi
Hi, I have configured mysql using the parameter --with-charset=latin2, made some databases and tables full of latin2 text. Now I have to add another database, which will store text in latin1. As I red the articles related to these problems, if I understand well, I have to do the followings: - shu

Re: Compile Mysql

2001-02-27 Thread Gerald L. Clark
WANG_KING£¨Íõ¸Ö£© wrote: > > Hi, > When I downloaded the source distribution of Mysql3.23.33. >And I want to compile it. >But in the first step I got an error: > " checking whether make sets ${MAKE}... ./configure: syntax error at line > 1: '(' unexpected" > who can tell me why? >