我遵循了以下链接的说明。
http://www.rdbprime.com/Documentation/WebObjects/Deployment/Deploying_Applications/Installation/Building_the_Adaptors.html
但是当我编译Apache Adaptor时,我得到了以下错误。
c: not found
make[1]: [mod_WebObjects.so] Error 2 (ignored)
strip mod_WebObjects.so
strip: not found
make[1]: *** [mod_WebObjects.so] Error 2
make: *** [Apache] Error 2 发布于 2013-06-12 15:43:08
您提供的文档太旧了,您确定不想构建这么旧的适配器吗?WebObjects很久以前就迁移到了Java,从那时起,适配器发生了很大的变化。
例如,您可以在以下位置找到有关为Linux编译它的最新信息:
http://wiki.wocommunity.org/display/documentation/Compiling+the+HTTP+adaptor+on+Linux
https://stackoverflow.com/questions/13770281
复制相似问题