- 浏览: 2340 次
- 性别:
- 来自: 北京
最新评论
文章列表
After reading “Introducing Apache Tomcat 6″ presentation by Mladen Turk I decided to enable Apache Portable Runtime (APR) native library for Tomcat. It was supposed to be as easy as
view sourceprint?
1.sudo ./configure
2.sudo make
3.sudo make install
but as you may guess, it was a little bit more th ...