[EMAIL PROTECTED] writes:
> Hello....
>
> I want to install Mysql. But I'm failed......
> My linux system is Redhat5.2 and kernel2.2.0-pre6.
>
> I try to ./configure --prefix=/usr/local/mysql --with-charset=sjin in source
> directory. But I recived error message.
>
> The error message is ......
> checking size of char....0
> configure: error: No size for char type.
> A likely cause for this could b that there isn't any static libraries installed.
> You can verify this by checking if you have libm.a in /lib, /usr/lib or some other
>standard place..
> -----------------------------------------
> So, I executed locate command.
> shell>locate libm.a
> shell>/usr/lib/libm.a
>
> Libm.a file exits in /usr/lib directory.
>
> follow lines are config.log
> ---------------------------------------------------------
> configure:4325:checking size of char
> onfigure:4344:gcc -o conftest -06 -DDBUG_OFF -rdynamic ........
> /usr/lib/libpthread.so:so: undefined reference to '__libc_rewinddr
> /usr/lib/libpthread.so: undefined reference to '__libc_readdir..
> ..........
> ............
> ......
> configure: failed propram was
> #line 4333 "configure"
> .................
> ...........
>
> ___________________________________________________________
>
> Please Help Me!!!
>
Hi!
Your glibc libararies are not of the right version. They should be
2.0.7-29.
Also check whether you use egcs 1.03a compiler.
Sinisa
+---------------------------------------------------------------------+
| TcX ____ __ _____ _____ ___ == [EMAIL PROTECTED] |
| /*/\*\/\*\ /*/ \*\ /*/ \*\ |*| Sinisa Milivojevic |
| /*/ /*/ /*/ \*\_ |*| |*||*| mailto:[EMAIL PROTECTED] |
| /*/ /*/ /*/\*\/*/ \*\|*| |*||*| Belgrade |
| /*/ /*/ /*/\*\_/*/ \*\_/*/ |*|_____ Serbia |
| ^^^^^^^^^^^^/*/^^^^^^^^^^^\*\^^^^^^^^^^^ |
| /*/ \*\ Developers Team |
+---------------------------------------------------------------------+
-----------------------------------------------------------
Send a mail to [EMAIL PROTECTED] with
unsubscribe mysql [EMAIL PROTECTED]
in the body of the message to unsubscribe from this list.