参考http://www.cnblogs.com/nuccch/p/7598361.html
1。no c complie
安装gcc解决

2。rm: cannot remove `libtoolT': No such file or directory
修改configure文件中
$RM "$cfgfile"

$RM -f "$cfgfile"
3.‘apr_xml_parser’没有名为‘xp’的成员
yum install expat-devel -y 解决

4.tomcat启动报错
SEVERE: Failed to initialize the SSLEngine.
org.apache.tomcat.jni.Error: 70023: This function has not been implemented on this platform

<Listener className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="off" /> 解决

相关文章:

  • 2021-07-20
  • 2022-12-23
  • 2021-08-08
  • 2021-05-22
  • 2022-12-23
  • 2022-12-23
  • 2021-11-18
  • 2021-06-05
猜你喜欢
  • 2021-07-13
  • 2021-11-13
  • 2021-12-23
  • 2021-09-03
  • 2021-06-15
  • 2022-01-03
相关资源
相似解决方案