Greetings!
I am trying to compile MySQL in RedHat 6.0. what I did are:
tar -xvzf mysql-3.23.33.tar.gz
cd mysql-3.23.33
./configure --prefix=/usr/local/mysql
then it startx to work and inerrupt and says
testing gcc working: no
configure: error: installation or configure problem: c compiler can not
>Description:
netinet/ip.h and netinet/tcp.h are not included during compilation.
This causes very slow remote access if the last data packet is smaller
than MTU of underlying network layer, because TCP_NODELAY socket option
is not set.
>How-To-Repeat:
1. Get 3.23.33 source code from mysql.co
>Description:
netinet/ip.h and netinet/tcp.h are not included during compilation.
This causes extremely slow remote access if the last data packet is smaller
than MTU of underlying network layer, because TCP_NODELAY socket option
is not set.
>How-To-Repeat:
1. Get 3.23.33 source code f