Informix CSDK install failing

拈花ヽ惹草 提交于 2019-12-10 23:58:56

问题


I'm trying to install the Informix CSDK to get the drivers for an ODBC connection using Perl and DBD::ODBC. When running the ./installclientsdk, I'm getting the following error:

Initializing InstallShield Wizard........
      Launching InstallShield Wizard........erified.

The wizard cannot continue because of the following error: could not load wizard specified in /wizard.inf (104)

I've read that only open-jdk is available on Ubuntu 11.10 so I went and installed the java version, which is where I'm at now. If I debug, I get:

QJMLException: (error code = 3002; message="java.lang.ClassNotFoundException: sun.beans.editors.BoolEditor")

I've been following this post:

http://ubuntuforums.org/showthread.php?t=1483193

But so far no luck on getting JRE running or the CSDK installed. Any suggestions on this one?

Thanks!


回答1:


There should be a JVM included with the software, and the installer should use it if it cannot find an appropriate alternative. The question then is whether the JVM bundled with CSDK can run on Ubuntu 11.10. It is certified for Redhat and SuSE, I believe.

Which version of CSDK are you trying to install? Which kernel version and GNU C Library version are in Ubuntu 11.10?

I'm not keen on the '...erified' (as opposed to ...verified) part of the message; it is ominous when such simple messages are not displaying correctly.

I've not installed Informix on Ubuntu sufficiently recently to have any useful recollections of how well it worked. I don't remember any problems, but that could just mean I'm old and forgetful.



来源:https://stackoverflow.com/questions/10304325/informix-csdk-install-failing

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!