错误为:The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path 原因是Javaweb工程类中没有添加Tomcat运行时相关类导致(Javaweb工程类中没有添加Web 容器Runtime相关类导致). 解决方式: ① 不进行tomcat的加载,可以在pom.xml中加入jar的依赖: <dependency> <groupId>javax.…
安装PHP时,make步骤报错make: *** [ext/gd/gd.lo] Error 1 /usr/local/src/LAMP+memcahed+catci/php-5.4.0/ext/gd/gd_ctx.c: In function '_php_image_stream_putc': /usr/local/src/LAMP+memcahed+catci/php-5.4.0/ext/gd/gd_ctx.c:51: error: 'struct gdIOCtx' has no member…