ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> tcltk-perl
tcltk-perl
[tcltk-perl] RE: Installation of Tcl-Tk-0.85 on HP-UX 11
by Vadim Konovalov other posts by this author
Feb 11 2005 4:42AM messages near this date
[tcltk-perl] RE: Tcltk-perl digest, Vol 1 #81 - 1 msg | RE: [tcltk-perl] RE: Tcltk-perl digest, Vol 1 #78 - 2 msgs
>  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.


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Tcltk-perl mailing list
Tcltk-perl@[...].net
https://lists.sourceforge.net/lists/listinfo/tcltk-perl

Privacy Policy | Email Opt-out | Feedback | Syndication
© 2004 ActiveState, a division of Sophos All rights reserved