From: Larry W. V. <lv...@ca...> - 2003-05-02 12:30:38
|
Okay, after searching around the tcldom distribution, I found that there are at least 3 directories that one can configure and install. I went into the tcldom/src directory, configured against my expat installation directory. I did the make, and an install. Now, here's what I am seeing. $ grep dom::c /usr/tcl84/lib/*/pkg*tcl /usr/tcl84/lib/Tcldom2.5/pkgIndex.tcl:package ifneeded dom::c 2.5 [list load [file join $dir libTcldom2.5g.so]] /usr/tcl84/lib/Tcldom2.5/pkgIndex.tcl:# list of packages loaded (and looking for dom::c or dom::tclgeneric). /usr/tcl84/lib/Tcldom2.5/pkgIndex.tcl: catch {package require dom::c} /usr/tcl84/lib/Tcldom2.6/pkgIndex.tcl:package ifneeded dom::c 2.6 [list load [file join $dir libTcldom2.6g.so]] /usr/tcl84/lib/Tcldom2.6/pkgIndex.tcl:# list of packages loaded (and looking for dom::c or dom::tclgeneric). /usr/tcl84/lib/Tcldom2.6/pkgIndex.tcl: catch {package require dom::c} $ tclsh % package require dom::c can't find package dom::c % load /usr/tcl84/lib/Tcldom2.6/libTcldom2.6g.so % package require dom::c can't find package dom::c % So I'm confused - the shared library appears to be there. However, tcl isn't loading the package. Can anyone help? -- Tcl - The glue of a new generation. <URL: http://wiki.tcl.tk/ > Larry W. Virden <mailto:lv...@ca...> <URL: http://www.purl.org/NET/lvirden/> Even if explicitly stated to the contrary, nothing in this posting should be construed as representing my employer's opinions. -><- |