Note that there are some explanatory texts on larger screens.

plurals
  1. POInstalling Term::TermKey returns error
    text
    copied!<p>I have a problem while installing Term::TermKey with CPAN and I can't find information about how to solve it. Here is an output:</p> <pre><code>cpan[9]&gt; install Term::TermKey Running install for module 'Term::TermKey' Running Build for P/PE/PEVANS/Term-TermKey-0.10.tar.gz Checksum was ok '/usr/bin/perl Build.PL installdirs=site' returned status 256, won't make Running Build test Make had some problems, won't test Running Build install Make had some problems, won't install </code></pre> <p>May someone help me?</p> <p>//edit</p> <p>I installed libtermkey but I still have a problem:</p> <pre><code>Building Term-TermKey cc -I/usr/lib/perl5/core_perl/CORE -DXS_VERSION="0.10" -DVERSION="0.10" -fPIC -I/usr/local/include -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -o lib/Term/TermKey.o lib/Term/TermKey.c ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Term/TermKey/TermKey.bs') cc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -L/usr/local/lib -fstack-protector -o blib/arch/auto/Term/TermKey/TermKey.so lib/Term/TermKey.o -L/usr/local/lib -ltermkey PEVANS/Term-TermKey-0.10.tar.gz ./Build -- OK 'YAML' not installed, will not store persistent state Running Build test t/00use.t ........... 1/1 # Failed test 'use Term::TermKey;' # at t/00use.t line 8. # Tried to use 'Term::TermKey'. # Error: Can't load '/root/.cpan/build/Term-TermKey-0.10-Y5j3Oz/blib/arch/auto/Term/TermKey/TermKey.so' for module Term::TermKey: libtermkey.so.1: nie można otworzyć pliku obiektu dzielonego: Nie ma takiego pliku ani katalogu at /usr/lib/perl5/core_perl/DynaLoader.pm line 190. </code></pre> <p>It fails on every test. I don't know why. There is <code>-L/usr/local/lib -ltermkey</code>, so I've checked this directory:</p> <pre><code>ciembor@peace lib]$ ls | grep libtermkey libtermkey.a libtermkey.la libtermkey.so libtermkey.so.1 libtermkey.so.1.4.0 </code></pre> <p>And all files are on their place...</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload