Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: No Tcl dll found

by bulk88 (Priest)
on Feb 06, 2014 at 19:37 UTC ( [id://1073754]=note: print w/replies, xml ) Need Help??


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 :)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1073754]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (3)
As of 2024-04-16 06:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found