Re: [Assp-user] the install perl does not support multithread

2011-03-22 Thread Maximiliano de Mattos
I think that you must have perl supponrting mutithreading... In my case i reinstalll perl.. so i compile them with multithreading suport following these steps: # bunzip2 perl-5.12.2.tar.bz2 # tar -xvf perl-5.12.1.tar # cd perl-5.12.2 # ./Configure -Dusethreads # make # make test # make install #

Re: [Assp-user] the install perl does not support multithread

2011-03-22 Thread Cimoni Enwis Ogwujiakwu
Thanks Grayhat, I really appreciate you taking your time to explain to me how to go about solving the problem. I will try your suggestion and revert   Thanks Cimoni Enwis Ogwujiakwu --- On Sat, 3/19/11, Grayhat wrote: From: Grayhat Subject: Re: [Assp-user] the install perl does not support