
- INSTALL TCL PACKAGE CENTOS INSTALL
- INSTALL TCL PACKAGE CENTOS 64 BIT
- INSTALL TCL PACKAGE CENTOS CODE
- INSTALL TCL PACKAGE CENTOS DOWNLOAD
Yes, it works after I set LIBTCLDOT "/usr/lib64/graphviz/tcl/libtcldot.so.0.0.0" in webdot. I suggest, as a work-around, until I can think of a replacement mechanism, that you apply the above fix manually. %define libtcldot %(rpm -ql graphviz-tcl | grep '/libtcldot.so.0.0.0$')Īnd then insert it into the webdot script in the second line: The rpm (in webdot.spec) is supposed to discover where the tcldot extension is located by using: Webdot noarch 5 graphviz-snapshot 86 kīTW, there is duplicated "/usr/bin/tclsh" in second line in /var/www/cgi-bin/webdot. Graphviz-tcl x86_64 5 graphviz-snapshot 947 k Graphviz-graphs x86_64 5 graphviz-snapshot 4.3 M Graphviz-gd x86_64 5 graphviz-snapshot 118 k Graphviz-doc x86_64 5 graphviz-snapshot 3.2 M Graphviz-devel x86_64 5 graphviz-snapshot 73 k Graphviz x86_64 5 graphviz-snapshot 2.0 M Im very pleasure to share my working experience in linux field and posted articles in this website are bits and pieces learned in my career.
INSTALL TCL PACKAGE CENTOS INSTALL
Yum -enablerepo=graphviz-snapshot install graphviz graphviz-devel graphviz-doc graphviz-gd graphviz-graphs graphviz-tcl webdot.noarch perl-GraphViz.noarchĪll rpms and dependencies are installed with no problems. The command used for graphviz installation is: In CentOS, I just installed tcllib packages sudo yum install tcllib. I have tried again as you suggested on a new built CentOS 5.6 64bits system with latest updates, but got the same error as before when view the dot image in browser. Basically, to know where tcl looks, start a tclsh : puts tclpkgPath /usr/lib64.

Install fresh rpms from today's snapshot. I may have complicated things by updating the library API versions yesterday.Ĭould you try this: Remove all graphviz* rpms, remove any other graphviz installs that maybe in your PATH or LD_LIBRARY_PATH,

Even if I manually compiled graphviz and webdot from source code, I got the same error.
INSTALL TCL PACKAGE CENTOS 64 BIT
I think some library is not compatible with 64 bit OS.
INSTALL TCL PACKAGE CENTOS DOWNLOAD
Since all these dependencies are in the default repositories of CentOS 7 the yum package manager can be used to download an install them. The same installation worked in CentOS 5.5 x86 version, but not work in CentOS5.5 x86_64 version. There are some package dependencies that you have to install manually in order to continue with the installation so fire up a terminal on CentOS 7 and run the following commands. The easiest way to install tcllib is the included installer, try: tclsh installer.tcl or wish installer.tcl It pops up a GUI (if is available) which will guide you through the installation. Yum install graphviz graphviz-devel graphviz-doc graphviz-gd raphviz-graphs graphviz-perl graphviz-tcl perl-GraphViz webdot Installing Tcllib If you used something like ActiveStates Distro, a deb or rpm package, you probably dont need this. Here is the command I used to install the package: If you install webdot from rpms it should pull it in automatically.
INSTALL TCL PACKAGE CENTOS CODE
For example, if your TORQUE libraries are installed in /usr/local/lib (if you changed the default library path at configure time, use that path instead.Installed tcl, tcl-devel, tk, tk-devel through yum, and also yum installed graphviz packages and webdot through yum.ĭownload and install from source code graphviz-2.26.3.tar.gz and webdot-2.26.tar.gz, end up with the same error. To set the library path, add the directory where the TORQUE libraries are installed. This step is not necessary if the shared libraries are in their default locations. The time now is 06: The Tcl package contains the Tool Command Language. Verify you have environment variables configured so your system can find the shared libraries and binary files for TORQUE. To install Tcl on Linux Im using RedHat, you can do yum install tcl And you.

TORQUE_HOME has several sub-directories, including server_priv/, server_logs/, mom_priv/, mom_logs/, and other directories used in the configuration and running of TORQUE.

This directory is referred to as TORQUE_HOME. After installation, verify that you have the PATH environment variable configured to include /usr/local/bin/ and /usr/local/sbin/ for both the installation user and the root user.īy default, make install creates a directory at /var/spool/torque.
