in reply to No Tcl dll found

This is what I use when I dont want to use the default location DLL.
BEGIN { $ENV{PERL_TCL_DLL} = 'C:\Program Files\Tcl\bin\tcl85t.dll'; }

Replies are listed 'Best First'.
Re^2: No Tcl dll found
by hakim-djz (Novice) on Feb 06, 2014 at 23:50 UTC
    See I don't think I can apply that, because I'm using Ubuntu, not Windows. So I don't really understand why it's trying to use dll.

      See I don't think I can apply that, because I'm using Ubuntu, not Windows.

      Same difference, .dll is .so on linux ... if you don't have the required Tcl installed where Tkx can find it, you're not going to be able to install Tkx

      OTOH your real problem seems to be that you want to install Tkx -- stick with Tk friend :)