mysql 数据库路径更改问题

在按照文档安装cunit过程中出错了,过程如下:
(1)解包
  #tar xzvf CUnit-2.1-0-src.tar.gz
(2)编译与安装
  #cd CUnit-2.1-0
  #aclocal (if necessary)
  #autoconf (if necessary)
  #automake (if necessary)
  #chmod u+x configure (if necessary)
  #./configure --prefix=/home/storaget/BIgrj/CUint /<Your choice of directory for installation>
  #make
  #make install
  (3)加载CUnit的库(only one time)
  #cd /usr/local/lib
  #ldconfig



在执行到make这一步是出错,
错误主要如下:
../../../libtool: line 463: CDPATH: command not found
../../../libtool: line 1141: func_opt_split: command not found
libtool: Version mismatch error. This is libtool 2.2.6b Debian-2.2.6b-2ubuntu1, but the
libtool: definition of this LT_INIT comes from an older release.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6b Debian-2.2.6b-2ubuntu1
libtool: and run autoconf again.



还请给位大侠多多指教!

作者: 王子的惆怅   发布时间: 2011-03-23

在按照文档安装cunit过程中出错了,过程如下:
(1)解包
  #tar xzvf CUnit-2.1-0-src.tar.gz
(2)编译与安装
  #cd CUnit-2.1-0
  #aclocal (if necessary)
  #autoconf (if necessary)
  #automake (if necessary)
  #chmod u+x configure (if necessary)
  #./configure --prefix=/home/storaget/BIgrj/CUint /<Your choice of directory for installation>
  #make
  #make install
  (3)加载CUnit的库(only one time)
  #cd /usr/local/lib
  #ldconfig



在执行到make这一步是出错,
错误主要如下:
../../../libtool: line 463: CDPATH: command not found
../../../libtool: line 1141: func_opt_split: command not found
libtool: Version mismatch error. This is libtool 2.2.6b Debian-2.2.6b-2ubuntu1, but the
libtool: definition of this LT_INIT comes from an older release.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6b Debian-2.2.6b-2ubuntu1
libtool: and run autoconf again.



还请给位大侠多多指教!

作者: 王子的惆怅   发布时间: 2011-03-23