Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problems with Tcl/Tk

Status
Not open for further replies.

muvirbrook

Programmer
May 17, 2015
3
BR
I am trying to access a program that requires tcl / tk, but is showing the following message:

Error initializing Oc_Config:

Unknown feature 'TCL_VERSION' in configuration 'linux-x86_64' Something may be wrong with the Tcl configuration file:

/usr/lib/tclConfig.sh

Does anyone know how to solve this problem? Use ubuntu 14.04.

Grateful!
 
Have you looked if the file /usr/lib/tclConfig.sh really exist ?
 
Yes, the file exist. The problem occurred when I updated the version 12.04 to 14.04.
 
I'm not sure, but maybe after updating from 12.04 to 14.04 you need to reinstall all Tcl/Tk packages (i.e libraries and development packages) too - something like:
Code:
apt-get install tcl8.x tcl8.x-dev tk8.x tk8.x-dev
where 8.x is your Tcl/Tk version.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top