請教各位前輩一下,以下是我安裝informix 4gl的步驟:可是出現錯誤
1.安裝4GL
#./install4gp
2.安裝4GL後..,FGLPC可以執行,但導致ISQL無法執行,
isql: error while loading shared libraries: libifsql.so: cannot open shared object file: No such file or directory
3.再重裝ISQL,ISQL可以執行了,但卻導致FGLPC無法執行
執行fglpc出現fglpc: error while loading shared libraries: libifsql.so: cannot open shared object file: No such file or directory
執行fglgo出現fglgo: error while loading shared libraries: libiffgisql.so: cannot open shared object file: No such file or directory
請提供詳細的版本資訊
tsongyao提到:
請提供詳細的版本資訊
- OS 版本
- informix 及 informix 4gl 版本
- 還有Kradark兄提到的環境變數的設定
1.Redhat 4 Linux ids7 2.6.9-89.EL #1 Mon Apr 20 10:22:29 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux
2.Informix:Informix 9.4 ,4gl:4gp732fc4(linux)
3.系統有這個檔,環境變數也有設
LD_LIBRARY_PATH=/usr/informix/lib:/usr/informix/lib/esql:/usr/informix/lib/tools;
我看你的版本應該沒有問題才是 , 如下資訊 :
https://www-304.ibm.com/support/docview.wss?uid=swg27018046
注意上面這個url , 除了linux 版本還有glibc的版本都要注意
informix 4gl 7.32_FC4可以支援到redhat4以上的版本,glibc的版本應該也在相容範圍內才是.....
如沒猜錯,你應該是要安裝(or測試)公司的ERP環境,如果還有跟鼎X簽訂維護合約 , 就直接打電話比較快吧~~
dondonyen提到:
libiffgisql.so
find一下系統有沒有這個檔,
依您使用的shell設定環境變數LD_LIBRARY_PATH。
若沒幫到先說聲抱歉。
No such file or directory
是否有檢查過安裝檔案或光碟本身有問題?
libifsql.so 可能不存在或損壞了
如果沒問題的話,請檢查一下 LD_LIBRARY_PATH環境變數,是否有設定錯誤
check 一下,Application development tools與SQL APIs 是否版本相容的問題,如果過舊的話,請先更新相關程式至最新的版本。
我很好奇上面這張圖是公司內部正式在run的安裝軟體清單嗎?
依照ibm的命名規則,UC指的應該是linux_x86的環境 , FC應該是x86_64(EM64T/AMD64,Power系列,Itanium)的環境,怎麼IDS用的是9.4.UC6,而clientsdk用2.90FC3 , 然後又用isql-7.32UC4 ?
一下x86 , 一下x86_64 ?
關於版本相容問題,也許可以參考下面這個連結
http://www.cobrasonic.com/tw/index.php?option=com_content&task=view&id=89&Itemid=86
Just personal opinion: Why not log a service call to IBM to find out the right solution and get the desired installer if you really have a issue ?? Put this way, I have to say IBM Global service (IGS) service/response is quite good to solve its own product/support issue promptly.