Hello,
I just installed Expect under perl 5.8.0 under a non-standard directory, say x. I have installed IO-Tty
with prefix=x, IO-Stty with prefix=x, then I manually add use lib 'x/directory_for_IO-Tty' in Makefile.PL and
test.pl of Expect, then I install Expect with prefix=x.
It seems all OK if I am using Expect in the perl driver file (the file start with #!/usr/bin/perl )itself
except for that the process is going forever without doing anything real. (to tell the truth, I don't know what
is going on there). I say this because I don't see a time comsuming process supposed to be generated by my programm when I top the server. But it is OK with perl 5.6.1.
Even though, if I use Expect in a utility package, it gives me errors like:

/usr/bin/perl5.8.0: error while loading shared libraries: /people0/ginger/perlCPAN/perl-5.8.0/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/auto/IO/Tty/Tty.so: undefined symbol: Perl_Gthr_key_ptr

Is it the way I install it? What file structure should I use to have it installed? Thank you for answers.
ginger

In reply to CPAN IPC package Expect problem under perl5.8.0 by christine

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.