sunnyliang 发表于 2006-09-21 15:44

isql无法运行

isql无法运行,dbacess和esql都没有问题,查不出问题出在哪里。

$ isql
exec(): 0509-036 Cannot load program isql because of the following errors:
      0509-150   Dependent module /home/informix/lib/esql/libifsql.so could no
t be loaded.
      0509-103   The module has an invalid magic number.



版本信息:
$ onstat -

Informix Dynamic Server Version 9.30.FC3   -- On-Line -- Up 2 days 02:35:50 --
236736 Kbytes

$ esql -V
IBM Informix CSDK Version 2.80, IBM Informix-ESQL Version 9.52.FC2
Software Serial Number RDS#N000000

华光骑士 发表于 2006-09-22 17:08

What you isql version ?Run the command "isql -V" .
Seems your isql is 32 bit mode and want to load a 64 bit library ,it is impossible. Separate the isql program with 64bit ids/csdk and retry .

antyison 发表于 2010-07-07 14:41

我也遇到了类似的问题。。。

$ isql -V
exec(): 0509-036 Cannot load program isql because of the following errors:
      0509-150   Dependent module libifsql.so could not be loaded.
      0509-022 Cannot load module libifsql.so.
      0509-026 System error: A file or directory in the path name does not exist.
页: [1]
查看完整版本: isql无法运行