直接打开/usr/local/src/apr-1.4.6/configure  把 $RM“$cfgfile” 那行删除掉 

$RM“$cfgfile” 大约在 42302行

然后再重新运行  ./configure  --prefix=/usr/local/apr  就可以了
网上说的其他解决办法如下,但我应用都不行:

#aclocal
# autoconf
# automake
# libtoolize –force

或者:

#autoreconf –force –install
# libtoolize –automake –force
# automake –force –add-missing

 

相关文章:

  • 2021-05-21
  • 2021-06-26
  • 2022-12-23
  • 2021-09-22
  • 2021-11-21
  • 2021-12-17
  • 2022-12-23
  • 2021-08-25
猜你喜欢
  • 2021-10-30
  • 2022-12-23
  • 2022-12-23
  • 2021-05-22
  • 2022-12-23
  • 2022-12-23
  • 2021-07-05
相关资源
相似解决方案