in reply to No Tcl dll found
G'day hakim-djz,
Welcome to the monastery.
Many Perl modules (especially those that are pure Perl) install without incident; however, when you do have problems installing a module (particularly those that require 3rd-party libraries), your first port of call should be the README file.
The layout in CPAN is pretty much the same for all modules: you'll find README, as well as other files and resources, in the same places. I'll show how to do it for Tkx (the steps are the same for other modules):
For installation of Tcl/Tk, I suggest you go to TkDocs - Tk Tutorial. Read the short Introduction then you can probably skip straight to Installing Tk on Linux.
Once you installed Tcl/Tk, try to install Tkx again.
I haven't done this specifically for Linux; however, the steps I've shown here worked fine for Mac OS X which is also a Unix-like OS.
[Depending on your expertise with Tkx, you may find other sections of TkDocs - Tk Tutorial as well as Tkx::Tutorial useful when you start to write your GUIs.]
-- Ken
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: No Tcl dll found
by hakim-djz (Novice) on Feb 07, 2014 at 19:45 UTC | |
|
Re^2: No Tcl dll found
by hakim-djz (Novice) on Feb 08, 2014 at 16:28 UTC |