in reply to Install Tk

perl -V gets you version information. Beyond that sorry I can't help.


DWIM is Perl's answer to Gödel

Replies are listed 'Best First'.
Re^2: Install Tk
by tanyeun (Sexton) on Aug 03, 2006 at 04:36 UTC
    I checked the version of each:
    hp83k perl5.8.8
    hp93k perl4
    so I guessed it was the version problem
    after the installation of perl5.8.8 on hp93k
    the error message became:
    Can't locate Tk/MMtry.pm in @INC (@INC contains: /home/prod/zDavid/Tk8 +00.015 /opt/perl5/lib/5.8.8/PA-RISC2.0 /opt/perl5/lib/5.8.8 /opt/perl +5/lib/site_perl/5.8.8/PA-RISC2.0 /opt/perl5/lib/site_perl/5.8.8 /opt/ +perl5/lib/site_perl/5.6.1 /opt/perl5/lib/site_perl) at ./myConfig lin +e 7. BEGIN failed--compilation aborted at ./myConfig line 7. Compilation failed in require at Makefile.PL line 17. BEGIN failed--compilation aborted at Makefile.PL line 19.
    any suggestion will be pleased
    and,
    during the installation of perl5.8.8
    there were some error messages,but continued on
    how do I know if the installation is successfully?
    how can I find the error messages showed up?
    can any monks explain each command below for me?
    Configure -des
    make
    make test
    make install
    I just typed in each everytime and watched the process
    but not knowing what was going on
    thanks