昨晚在编译源码,make一段时间之后报错如下: # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x40362d33, pid=12195, tid=2835454784 # # JRE version: 6.0_45-b06 # Java VM: Java HotSpot(TM) Server VM (20.45-b01 mixed mode linux-x86…
第一步:下载apache-tomcat-6.0.41-src 第二步:阅读BUILDING.txt.了解所需要的步骤. In order to build a binary distribution version of Apache Tomcat from a source distribution, do the following: (0) Download and Install a Java Development Kit 因为tomcat依赖于apache dbcp 源码进行编译,而…
mkdir /home/redis cd /home/redis 下载源码 wget https://codeload.github.com/antirez/redis/tar/4.0.9 解压源码包 tar -zxvf redis-4.0.9.tar 进入文件夹 cd redis-4.0.9 make 完成之后,输入make test, 如果出现错误, You need tcl 8.5 or newer in order to run the Redis test, 则安装tcl yun i…