in reply to Re^3: Perl, Tcl and Inline::Tcl loading libraries
in thread Perl, Tcl and Inline::Tcl loading libraries

Thank you very much!!!! That gets me closer for sure....
test.pl Couldn't parse your Tcl code: can't find package Itcl at ./test.pl line 5

Replies are listed 'Best First'.
Re^5: Perl, Tcl and Inline::Tcl loading libraries
by josh803316 (Beadle) on Aug 21, 2009 at 17:40 UTC
    Turns out the installed tclsh needed an Itcl library that didn't exist under the /usr/local/smartbits/smartlib/lib directory structure. Once I installed itcl and then copied the library files to the correct directory structure I was able to get this working. Thanks for the patch, it was the only way I was able to figure out the issue......incidentally I was using the wrong tclsh (one of them had itcl already installed and one didn't) which is why tclsh smb.tcl worked. Thanks again for the help!!!!