I needed to front tomcat with apache on AIX, but there is nothing in http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/aix and googling around was unsuccessful. I eventually built it from source (painful as there is bureaucracy around getting the compilers installed at this large corporate).
我需要在AIX上使用apache进行tomcat,但http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/aix中没有任何内容,并且google搜索不成功。我最终从源代码构建它(痛苦,因为在这个大公司安装编译器的官僚机构)。
But shouldn't this binary download exist somewhere? Why do they just have an empty directory?
但是这个二进制下载不应该存在吗?为什么他们只有一个空目录?
3 个解决方案
#1
My guess is that they don't have an AIX or FreeBSD (also not there) machine around to do it. Perhaps you could volunteer your build?
我的猜测是他们没有AIX或FreeBSD(也没有)机器来做它。也许你可以自愿构建你的构建?
#2
AIX is not the only neglected platform.
AIX不是唯一被忽视的平台。
General interrest and support for the mod_jk project seems to have diminished since the introduction of mod_proxy_ajp into the main source of apache-2.2
自从mod_proxy_ajp引入apache-2.2的主要来源以来,对mod_jk项目的一般性支持和支持似乎已经减少
This modules performes basically the same functionality as mod_jk and does not need an extra install.
这些模块基本上与mod_jk具有相同的功能,不需要额外的安装。
The version of apache-2.2 I got from http://gnome.bullfreeware.com/aixtoolbox/RPMS/ppc/apache/ also contains this module.
我从http://gnome.bullfreeware.com/aixtoolbox/RPMS/ppc/apache/获得的apache-2.2版本也包含此模块。
#3
Is there a reason to get the binary and not compile it? You can get all the source from apache's svn.
是否有理由获取二进制文件而不编译它?你可以从apache的svn获得所有的源代码。
#1
My guess is that they don't have an AIX or FreeBSD (also not there) machine around to do it. Perhaps you could volunteer your build?
我的猜测是他们没有AIX或FreeBSD(也没有)机器来做它。也许你可以自愿构建你的构建?
#2
AIX is not the only neglected platform.
AIX不是唯一被忽视的平台。
General interrest and support for the mod_jk project seems to have diminished since the introduction of mod_proxy_ajp into the main source of apache-2.2
自从mod_proxy_ajp引入apache-2.2的主要来源以来,对mod_jk项目的一般性支持和支持似乎已经减少
This modules performes basically the same functionality as mod_jk and does not need an extra install.
这些模块基本上与mod_jk具有相同的功能,不需要额外的安装。
The version of apache-2.2 I got from http://gnome.bullfreeware.com/aixtoolbox/RPMS/ppc/apache/ also contains this module.
我从http://gnome.bullfreeware.com/aixtoolbox/RPMS/ppc/apache/获得的apache-2.2版本也包含此模块。
#3
Is there a reason to get the binary and not compile it? You can get all the source from apache's svn.
是否有理由获取二进制文件而不编译它?你可以从apache的svn获得所有的源代码。