in reply to Re^2: why @INC looks for lib/5.10.0/x86_64-linux, instead of lib/perl5/site_perl/5.10.0/x86_64-linux-thread-multi
in thread why @INC looks for lib/5.10.0/x86_64-linux, instead of lib/perl5/site_perl/5.10.0/x86_64-linux-thread-multi

In case of doubt, build one yourself with the -Dusethreads configuration option, i.e.

$ ./Configure -des -Dusethreads -Dprefix=... $ make test

after having downloaded and unpacked the Perl sources. See also INSTALL.

  • Comment on Re^3: why @INC looks for lib/5.10.0/x86_64-linux, instead of lib/perl5/site_perl/5.10.0/x86_64-linux-thread-multi
  • Select or Download Code