- 论坛徽章:
- 0
|
有谁在RHAS3成功安装INFORMIX9.4, 闷!!!!!!
不行呀.好象INFORMIX9.4在RH9以后安装都有问题的,不是IDS有问题,就是开发工具有问题.闷死了....
用onstat 看就有错误:
Incorrectly built binary which accesses errno or h_errno directly. Needs to be f
ixed.
Informix Dynamic Server Version 9.40.UC1 -- On-Line -- Up 00:14:43 -- 28568
Kbytes
用isql命令,在select database的时候出现
Running . . .段错误
用esql编译test.ec时出现
[informix@localhost log]$ esql test.ec
/home/informix/lib/esql/libifgls.so: undefined reference to `__ctype_b'
/home/informix/lib/esql/libifgls.so: undefined reference to `__ctype_toupper'
/home/informix/lib/esql/libifgls.so: undefined reference to `__ctype_tolower'
collect2: ld returned 1 exit status
我的test.ec很简单
#include <stdio.h>;
int main(void)
{
EXEC SQL database test;
return 0;
}
哎....
这informix9.4在高LINUX版本是怎么回事呀.....??????? |
|