安装php,参数有--with-apxs2。出现错误bad interpreter,原因是apache的apxs的文件需要perl的支持,首先要安装perl,然后修改apxs第一行,把第一行的#!/replace/with/path/to/perl/interpreter -w替换为#!/usr/bin/perl -w,这个是perl的位置,请根据自己的安装位置修改。
相关文章
- 08-10VS2015+OpenGL4.0开发编译时弹出错误:glaux.lib(tk.obj) : error LNK2019: 无法解析的外部符号 _sscanf,该符号在函数 _GetRegistrySysColors@8 中被引用
- 08-10编译caffe时出错,add_executable cannot create target “prior_box_layer“
- 08-10把编译好的ko文件加载模块时出错:Error: could not insert module hello_world.ko: Invalid module format
- 08-10使用Pyinstaller编译PyQt4时出错
- 08-10编译时bad substitution的解决办法
- 08-10解决编译时出错提示: 'error: array must be initialized with a brace-enclosed initializer' 的错误
- 08-10编译FORM 时出现错误 bad bind variable ’parameter.G_query_find‘
- 08-10php – 安装XAMPP时出错:Windows无法找到-n
- 08-10交叉编译libusb配置configure时出错
- 08-10winpcap示例程序采用VC6编译时出错error C2054: expected '(' to follow '_W64'