mod_python最新的 3.3.1版本有一个bug。

make编译时显示错误:

connobject.c:142: error: request for member ‘next’ in something not a structure or union apxs:Error: Command failed with rc=65536

 

这个Bug已经被报告:

https://bugzilla.redhat.com/show_bug.cgi?id=467637

Bug 467637 -connobject.c:142: error: request for member 'next' in something not a structure or union

 

    并且已经Fix。

 

     解决方法就是从svn下载最新的版本。


svn checkout https://svn.apache.org/repos/asf/quetzalcoatl/mod_python/trunk/ 

     重新编译即可。

相关文章:

  • 2021-08-26
  • 2022-03-02
  • 2021-10-26
  • 2021-08-09
  • 2022-12-23
  • 2022-12-23
  • 2021-09-17
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-19
  • 2021-08-15
  • 2021-11-07
  • 2022-12-23
  • 2021-11-06
  • 2022-02-09
相关资源
相似解决方案