From: Larry W. V. <lv...@ca...> - 2004-06-01 15:05:58
|
Can anyone explain the strategy in tclxml installing some things into $prefix/lib/tclxml3.0 and others into $prefix/lib/Tclxml3.0 ? The reason I ask is because I'm seeing something peculiar. I'm using the tclxml 3.0b2 as downloaded today from sf.net. I am building on SPARC Solaris 8, using Tcl/Tk 8.4.6 . So far, here's what I have done. 1. tried to use wish install.tcl and found it would not run. 2. did a configure, make , and make install on the code in the top level directory. 3. then did a wish install.tcl and that worked 4. then cd'd into the tclxml/expat directory, did a configure, make and install. Now I see this: $ tclsh % package require xml::expat couldn't load file "/volws/lwv26/ldatae/tcl84/lib/tclxml3.0/libTclxml3.0g.so": ld.so.1: tclsh: fatal: /volws/lwv26/ldatae/tcl84/lib/tclxml3.0/libTclxml3.0g.so: open failed: No such file or directory % The reason for this is that the error shows that the .so is being sought in the tclxml3.0 directory, when it really resides in the Tclxml3.0 directory. Is this the consequence of an installation bug, or some other problem? -- 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. -><- |