安装MYSQL的问题
安装包:mysql-5.0.22.tar.gz 路径:/home/admin
# useradd mysql
# groupadd mysql
# cd /home/admin
# tar -zxvf mysql-5.0.22.tar.gz 得到mysql-5.0.22
# mv mysql-5.0.22 /usr/local/src/
# cd /usr/local/src/mysql-5.0.22
# ./configure --prefix=/usr/local/mysql
这里出现问题:
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-conmpatible install... /usr/bin/install -c
checking whether build environment is sane... configrue:error:newly created file is older than distributed files!
check your system clock
大家帮忙看看是什么问题啊?还有安装apache也有问题
#cd /usr/local/src
#tar zxvf httpd-2.0.44.tar.gz
#cd /usr/local/src/httpd-2.0.44
#./configure --prefix=/usr/local/servers/apache2
#make
#make install
错误是:
mkdir /usr/local/servers/apache2/man/man1
mkdir /usr/local/servers/apache2/man/man8
mkdir /usr/local/servers/apache2/manual
make[1]:warning:clock skew detected.your build may be incomplete.
make[1]:leaving directory '/usr/local/src.httpd-2.2.4'
make:warning:clock skew detected. your build my be incomplete.