From: Cameron L. <cl...@st...> - 2002-07-12 00:20:08
|
> From tcl...@li... Wed Jul 10 04:55:14 2002 > . > . > . > i have been asked to install some packages on one of our development-servers > (i am just a little sysadmin), now i have some questions concerning this, as > far as the probability that our developers may not be able to do their work > has to be reduced: > the packages that have to be installed are: > SOAP4Tcl > TclXML > TclDOM > currently, we have no tk-package on the specific server, just tcl 8.2, the > os is solaris, wish cannot be used, for there is no "cde" on the server. > what is needed under these circumstances to install the packages > successfully? (i'd prefer compiling the packages - there is also no compiler > on the server, but the packages could be compiled on another netra) > . > . > . I understand your preference to compile your own installation. My first recommendation, though, is that you download and install ActiveState's freely available ActiveTcl binary for Solaris <URL: http://www.activestate.com/Products/Download/Get.plex?id=ActiveTcl&a=e >. It includes all the packages you require (and more). If you insist on generating your own executable and binaries, see <URL: http://wiki.tcl.tk/1560 > <URL: http://wiki.tcl.tk/TclXML > <URL: http://wiki.tcl.tk/TclSOAP > for locations. |