-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Mon, 9 Dec 2002, Pierre wrote:
> I tried mysql-4.0.5a-beta, and same error...
Try to compile without "--with-libwrap" - seems like there is a buglet in
this part of the code - or do you desperately need TCP wrapper support?
Bye,
LenZ
- -
I tried mysql-4.0.5a-beta, and same error...
Pierre.
On 2002.12.08 02:36 Pierre wrote:
Hi,
I try to compile mysql-3.23.53 on my GNU/Linux system with gcc-3.2
there was no problem with the configure, but for the make I got this :
[...]
gmake[3]: Entering directory `/tmp/mysql-3.23.53/sql'
g++
I finally found the solution :
I had bad old include files in
/usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.2/include/
that come from a old gcc installation.
I removed them and now it's ok.
Pierre.
On 2002.11.13 06:50 Pierre wrote:
Hi,
I try to compile mysql-3.23.53 on my GNU/Linux system with gc