比較呆 各位老大能幫我注釋一下各個步皱的意思 erp2:/u/informix # ./ids_install Initializing installShield Wizard........ Launching installShield Wizard........ 1. Release Notes 2. Quick Beginnings Guide 3. Begin installation Please select one of these options [3] Beginning installation... Press 1 for Next, 3 to Cancel or 4 to Redisplay [1] ...
by prefect - Informix - 2007-04-02 17:27:58 阅读(4881) 回复(10)
我安装了此版本无数次,只成功过两次。现在再怎么安装也还是出错。好郁闷。希望大家帮助我。 我的安装顺序如下: 1。installed RHAS3.0 64bit full. 2。 Created an oracle user (oracle). 3。 Applied the above patch(no.3423540) as root, nothing went wrong and /stub/lib*/libcwait.so were created. /etc/ld.so.preload was also present with /stub/LIB$/libcwait.so entry. 4。Relink gcc so that the older gcc will b...
有人知道apache 64bit出了没有? 因为最近在redhat as4 up2 64bit下安装apache2.0.55测试出来的分数比在redhat as4 32bit低了20% 。 所以想了解一下换64bit系统,其他应用都要更换!
请问AIX5.1默认安装是32bit 还是 64bit?怎么看?有人告诉我是看/unix的link,如果后面有64就说明是 64bit,如果没有就是32bit,是这样吗? 如果是32bit启动,怎么做才能改成64bit的?
写了个C库函数的Perl extension,用到了一个libespeak.so的库,好像是32bit的 在i386中编译没问题,i686下编译没有报错的,但编译出来的Perl模块是不能使用的,而用C写的程序调用libespeak.so的程序是可以正常运行的 请问在Makefile.PL中是不是有什么参数可以解决这一问题呢? 万分感谢!
If you have MIPSPro installed on your IRIX64 box with more than 4GB memory, it is a good idea to have some 64-bit application built from source. For instance, enable the '-64' switch for cc/CC/ld etc by setting CPPFLAGS/CFLAGS/CXXFLAGS/LDFLAGS etc ... Sometimes, you may need to set '-rpath' for '/usr/local/lib64/' if you like the shared object way ...
我的so文件的函数在32位机器总可以正常工作,但是把代码在64位的机器中编译之后,能运行,但是不是正确的结果。谁能说下是什么原因? 是不是有什么选项指定生成64位的库文件? 谢谢。