[ic] Threaded Perl - Fedora Core 3

Duane Hinkley duane at downhomewebdesign.com
Thu Jan 13 21:14:34 EST 2005


Henry Hartley wrote:

>I've just begun to develop a new interchange store after almost a year
>without touching it.  I've got a nice, new box running Fedora Core 3 and
>life seems good.  It does appear that issues with threaded perl have not
>changed at all, however.  
>
>The FAQ mentions "-DUSE_THREADS in the compilation definition" but default
>perl in FC3 is giving me "USE_ITHREADS" instead.  Am I right in assuming
>that the documentation is somewhat out of date and that I need to compile a
>non-threaded perl?
>
>  
>
Henry,

I also had to recompile Perl for Fedora 2.  Here's the steps for Fedora 
2.  A few minor changes will be needed for Fedora 3.


wget 
http://download.fedora.redhat.com/pub/fedora/linux/core/2/SRPMS/perl-5.8.3-18.src.rpm

rpm -ivh perl-5.8.3-18.src.rpm

cd /usr/src/redhat/SPECS

 vi perl.spec

Find the line that says "%define threading 1" and change it to "%define 
threading  0".

yum install db4-devel

rpmbuild -ba perl.spec

rpm --force -ivh  /usr/src/redhat/RPMS/i386/perl*.rpm

-- 

Sincerely,

Duane Hinkley
Down Home Web Design, Inc.
(208) 424-0572 Fax(208) 587-0738

duane at downhomewebdesign.com
www.downhomewebdesign.com



More information about the interchange-users mailing list