- wget http://www.xdobry.de/mysqltcl/mysqltcl-2.50.tar.gz
- tar xfz mysqltcl-2.50.tar.gz
- export CPP=/usr/BIN/cpp
- ./configure –with-tcl=/root/lib/ –with-tclinclude=/root/include/ –with-mysql-include=/etc/mysql –with-mysql-lib=/usr/bin/mysql
- make
- make install