- 论坛徽章:
- 0
|
aix主机安装apache2.2.9软件,出现如下错误提示,在网上搜索了下,好像是需要升级操作系统补丁版本,目前的操作系统补丁版本为5300-04-CSP\r\n\r\n\r\n========================================\r\nIn file included from internal.h:55,\r\n from maketables.c:48:\r\n/opt/freeware/lib/gcc/powerpc-ibm-aix5.3.0.0/4.2.0/include/setjmp.h:123: error: \'_UKJBLEN\' undeclared here (not in a function)\r\nmake: 1254-004 The error code from the last command is 1.\r\n\r\n\r\nStop.\r\nmake: 1254-004 The error code from the last command is 1.\r\n\r\n\r\nStop.\r\nmake: 1254-004 The error code from the last command is 1.\r\n\r\n\r\nStop.\r\nmake: 1254-004 The error code from the last command is 1.\r\n\r\n\r\nStop.\r\n=========================================\r\n\r\n目前操作系统的版本为:\r\nroot@p560_B#oslevel -s\r\n5300-04-CSP\r\nroot@p560_B#grep JBLEN /usr/include/sys/m_setjmp.h\r\n#define _JBLEN 128 /* doublewords, 1K (364 legacy + 228 VMX + 432 rsvd) */\r\n#define _JBLEN 229 /* words, 916 bytes (256 legacy + 228 VMX + 432 rsvd) */\r\n#define _JBLEN 85 /* regs, fp regs, cr, sigmask, context, etc. */\r\n#define _JBLEN 64 /* regs, fp regs, cr, sigmask, context, etc. */\r\nroot@p560_B#\r\n\r\n该操作系统补丁版本不包含_UKJBLEN,请教如何升级操作系统补丁版本,谢谢! |
|