[tcltk-perl] RE: Installation of Tcl-Tk-0.85 on HP-UX 11
Brought to you by:
hobbs
From: Konovalov, V. <vko...@sp...> - 2005-02-11 12:41:34
|
> I am not able to install Tcl-Tk-0.85 module on HP_UX 11.When current version is 0.87, but this should not be relevant, 0.85 should also be installed. > I installed the > following error message is displaying. > > /usr/lib/dld.sl: Can't open shared library: > /usr/local/ActiveTcl/lib/libtcl8.4.so > /usr/lib/dld.sl: No such file or directory Could you please verify what inside /usr/local/ActiveTcl/lib/ Is there libtcl8.4.sl ? there is some excerpt from Tcl.xs: #ifndef TCL_LIB_FILE # ifdef WIN32 # define TCL_LIB_FILE "tcl84.dll" # elif defined(__hpux) # define TCL_LIB_FILE "libtcl8.4.sl" # else # define TCL_LIB_FILE "libtcl8.4.so" # endif #endif so you should have libtcl8.4.sl does your compiler defines __hpux ? > > I was able to install Tcl-0.85 module on HP_UX 11. > > And also both modules (Tcl-0.85 and Tcl-Tk-0.85) were > installed successfully > on windows. > Are these modules are any OS specific? I downloaded these module from > www.cpan.org Interestingly, Tcl-0.85 should be 'harder' to install than Tcl-Tk-0.85, as Tcl-Tk is pure-perl. |