Re: Starkit causes suddenly ELF Header issue [solved]
Zbigniew Diaczyszyn <[email protected]> Thu, 09 Dec 2010 17:32:46 +0100
| Newsgroups | gmane.comp.lang.tcl.starkit |
|---|---|
| Message-ID | <[email protected]> |
The problem arose because the variable "auto_path" was modified in a way that at first the application's local path was searched through. And because there was an Itcl folder which offered only a "dylib" version of Itcl so the Linux application could not load the shared library at runtime and I've got an "ELF" error. Copying the libitcl3.4.so to that folder and a little modification of the pkgIndex.tcl made the starkit launch without problems: package ifneeded Itcl 3.4 [list load [file join $dir "libitcl3.4[info sharedlibextension]"] Itcl] -- You received this message because you are subscribed to the "starkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/starkit?hl=en