1.安装tcl

下载tcl网址
http://www.tcl.tk/software/tcltk/download.html
编译说明网址 http://www.tcl.tk/doc/howto/compile.html#unix
gunzip < tcl8.5.12-src.tar.gz | tar xvf -

cd tcl8.5.12/unix
./configure --prefix=/home/tas/tcl 生成Makefile
修改Makefile 中的 LIBS = -L/home/db2inst1/sqllib/lib -ldl -lieee -lm -ldb2
执行make
执行make install

2.编译libdb2tcl.so

http://sourceforge.net/projects/db2tcl/
gunzip < db2tcl-0.0.3.tar.gz | tar xvf -

./configure --prefix=/home/tas/tcl/ --with-ibm-db2=/home/db2inst1/sqllib/ --with-tcl=/home/tas/tcl/lib 生成Makefile

cd src
make install-libLTLIBRARIES

GitHub 加速计划 / li / linux-dash
10
2
下载
A beautiful web dashboard for Linux
最近提交(Master分支:19 天前 )
186a802e added ecosystem file for PM2 5 年前
5def40a3 Add host customization support for the NodeJS version 5 年前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐