最近Extjs编译后部署遇到了一个错误c is not a constructor,报错位置在app.js里,这根本没法找 解决方法:用命令sencha app build testing 编译之后,在build/testing/目录下可以找到编译后的文件,这些文件没有压缩 将这些编译文件替换之前的并测试,可以看到详细出错的地方 后来报了别名不认识,因为requires里面少引用的ext工具类 解决
编译安装在执行./configure步骤报错,是因为缺少环境变量 checking for C compiler - not found ./configure: error: C compiler cc is not found 解决办法 yum -y install gcc yum -y install gcc-c++ ./configure: error: the HTTP rewrite module requires the PCRE library.You can either di
报错情况: 在执行./configure时出现configure: error: No curses/termcap library found 解决方法: ./configure时加上参数--with-named-curseslibs=/usr/lib/libncursesw.so.5 ./configure再报错: mysql /usr/lib/libncursesw.so.5: could not read symbols: File in wrong format 原来的编译