Home > Archive > Tcl > November 2007 > tclXML, tclDOM installation issue
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
tclXML, tclDOM installation issue
|
|
| roman.schwartz@ge.com 2007-11-20, 8:17 am |
| Hi,
I have issue with the isntallation of tclDOM 3.1 in an integrated
developement envirenment (Quovadx).
I can't use the normal installation procedure, but I have to copy the
package folders into the right directory.
I need to run tclSOAP. So I installed tclXML, tclDOM, tclSOAP,
tclCurl, tcllib.
But trying to run tclDOM I get an error message, so tclSOAP does not
run either:
------------------------------------------------------------------------------------------
tcl>package require TclCurl
7.16.0
tcl>package require xml
3.1
tcl>package require xml::libxml2
Error: couldn't load library "c:\gehc-it\ccg\quovadx\qdx5.3\integrator
\muse_prod\tclprocs\Tcllibxml3.1\tcllibxml231.dll"
: this library or a dependent library could not be found in library
path
tcl>package require dom
Error: couldn't load library "c:\gehc-it\ccg\quovadx\qdx5.3\integrator
\muse_prod\tclprocs\Tcllibxml3.1\tcllibxml231.dll"
: this library or a dependent library could not be found in library
path
------------------------------------------------------------------------------------------
I have the following packages installed:
------------------------------------------------------------------------------------------
log (from tcllib1.19)
ssl (from TclCurl7.16.0)
TclCurl7.16.0
Tcldom_libxml23.1 (contains Tcldom_libxml231.dll)
Tcllibxml3.1 (contains tcllibxml231.dll)
tclsoap1.6.7
Tclxml3.1
uri (from tcllib1.19)
------------------------------------------------------------------------------------------
So what am I missing, what is wrong?
Many thanks for any help.
Roman
| |
|
| Hi,
It looks really bad. It seems that tclXML and tclDOM does not work in
the IDE (Integrated Developement Environment) of Quovadx.
There are requests for using tclSOAP in that environemt. In theory it
should work, but nobody ever got it running, due to include all the
required packages.
Roman
|
|
|
|
|