Re: [Tksql-users] MacOS X (Panther) installation
Brought to you by:
sdtcl
|
From: Sandro D. <san...@ti...> - 2003-12-14 09:12:23
|
> tksql-0.8.28 root# sh install.tcl > expr: syntax error > sdtcl has not configured DateStyle. Using SQL,European > layout: I can't require the package, I'll try the library directly > layout: I can't load libmysqltcl > layout: pg: I can't require the pkg, I'll try the library directly > layout: I can't load libpgtcl Well, of course since you meet these probles while *installing* it's important to put info on auto_path at the beginning of install.tcl script. #### Package etc/usr lappend auto_path . may become set auto_path "$auto_path /usr/local /usr/local/pgsql ." I hope that helps, I found not all versions of mysqltcl where working. I'm using 2.0rc11 and works. Good luck sandro *:-) |