Hello fellow Monks,

Whilst I realise this request for help is not a "pure" Perl question per se I hope I do not encourage the wrath of my peers. I have tried Super Search and not surprisingly received no usable answers.

I am running a server using Debian (2.4.20-1-686 Sarge) with Perl 5.8.0, whilst trying to install another bit of needed software for a project the 'configure' installation script aborts when it checks to see if Perl is "thread-enabled":

wcms:/home/barrd/interchange-4.9.8# ./configure [..] (working fine, then...) Interchange will not work with a thread-enabled perl. [..] (more errors various but non related)
Whilst being able to code Perl I have no inkling at all of how to manipulate what's "under the hood" and believe I need to recompile Perl with "threading" off. I have checked both Google and the software in question's websites to no avail (as well as many others). It appears to be something "you either know how to do", or "don't". Unfortuantley I fall squarely in the latter. ;)

A quick look at perl -V produced:

Summary of my perl5 (revision 5.0 version 8 subversion 0) configuratio +n: Platform: osname=linux, osvers=2.4.19, archname=i386-linux-thread-multi uname='linux cyberhq 2.4.19 #1 smp sun aug 4 11:30:45 pdt 2002 i68 +6 unknown unknown gnulinux ' config_args='-Dusethreads... [..] Characteristics of this binary (from libperl): Compile-time options: MULTIPLICITY USE_ITHREADS USE_LARGE_FILES PERL +_IMPLICIT_CONTEXT [..]

All well and good, but how (and where) do I turn threading off? Any help/pointers would be very much appreciated at this point.

barrd


In reply to Recompiling a non 'thread-enabled' version of Perl (5.8.0) by barrd

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.