採用perl 5.10版本,
dbd::oracle 1.22
export oracle_userid=test/test@test102
#######################################
## for oracle client
########################################
export oracle_base=c:/oracle
export oracle_home=$oracle_base/product/11.1.0/client_1
#export ora_nls33=$oracle_home/nls/data
export nls_lang=american_america.zhs16gbk
export path=$oracle_home/bin:$path
export ld_library_path=$oracle_home/lib:$ld_library_path
export shlib_path=$oracle_home/lib:$shlib_path
安裝順利
在cygwin下安裝gcc4 0
1 首先在 2 使用winrar把gcc 4.0.0.tar.gz解壓在安裝目錄下 c temp gcc 4.0.0 比在linux下容易多了,呵呵。3 建立目標目錄 c temp build 4 配置安裝引數,通過在cygwin執行安裝目錄下的configure來配置,由於我只是測試所以太多的引數...
Cygwin安裝手記
對linux開發一直頗感興趣,但是vmware卻麻煩的要死,所以安裝個cygwin玩玩。然後就是安裝 因為windows當前使用者許可權是users,所以我安裝cygwin的時候選擇的是 just me,dos test,然後選擇安裝全部 安裝完成後,首先就是用用emacs,很順手,就是consol...
CygWin安裝RedisCluster指南
安裝前確認磁碟有6g以上的磁碟容量,安裝時雙擊setup x86 64.exe,基本按照預設設定安裝就行,也可自己指定安裝路徑等,3 deps hiredis net.c中注釋掉 並在 include sds.h 之後追加 ifdef cygwin define tcp keepcnt 8 defi...