Hello Max, Thanks for your suggestion. I have not tried it though. Can I perform this operation while I am still running assp v1x and perl 5.10 install Simon
Cimoni Enwis Ogwujiakwu --- On Tue, 3/22/11, Maximiliano de Mattos <[email protected]> wrote: From: Maximiliano de Mattos <[email protected]> Subject: Re: [Assp-user] the install perl does not support multithread To: "For Users of ASSP" <[email protected]> Date: Tuesday, March 22, 2011, 4:11 PM 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 # perl -V | grep threads config_args='-Dusethreads' useithreads=define, usemultiplicity=define Following the steps.. i need to install some perl modules, where i thinks is relevant in these case these dependences that yo can install executing (via cpan): # perl -MCPAN -e "install threads::shared" # perl -MCPAN -e "install Thread::Queue" # perl -MCPAN -e "install Thread::State" : other dependences to install : Finally, install ASSP: # useradd -s /bin/false -M yuppi # unzip ASSP\ 2.0.1\ 1.0.06\ install.ZIP # cp -frv assp /etc/ # chown -R yuppi:yuppi /etc/assp/ # cd /etc/assp/ # perl assp.pl i hope these help you.. Salu2! 2011/3/22 Cimoni Enwis Ogwujiakwu <[email protected]> > 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 <[email protected]> wrote: > > > From: Grayhat <[email protected]> > Subject: Re: [Assp-user] the install perl does not support multithread > To: "For Users of ASSP" <[email protected]> > Date: Saturday, March 19, 2011, 3:47 PM > > > > I need help on the issue below > > We aren't *working* here, just volunteering our time, so, > please DO NOT EXPECT immediate answers and, by > the way, telling "it's urgent" won't help - either > > That said, if you're willing to upgrade from v1 to v2 my > suggestion is to ensure you have Perl 5.10 installed, if > that isn't the case, then go on installing Perl 5.10, done > that, fetch the latest ASSPv2 package, extract it into > a different folder from the one containing the v1 and > run the modules install script, check for errors, fix them > and once done, stop the v1, copy the relevant files from > v1 (whitelist, spam/notspam/errors folders, files folder...) > and start the v2, proceed configuring it using the v1 config > as a guideline and you should then be up and running > > That said, I followed your issue and I sincerely believe that > it's not a matter of v1 or v2 or whatever, you MUST setup > multiple MX boxes; an idea in your case may be setting up > multiple frontend ASSP boxes proxying to a backend MTA > (or a "cluster" of MTAs), given the kind of traffic you are > dealing with, any other solution, even if possible isn't imHo > something I'd recommend, especially if you want to get > serious about email > > As a final note; ASSP, both v1 and v2 is perfectly able to > deal with such a workload if properly configured or, if so > needed, if appropriately tweaked, but since you seem to > be new to ASSP, my suggestion (see above) is possibly > the most straightforward and less error-prone one > > > > > ------------------------------------------------------------------------------ > Colocation vs. Managed Hosting > A question and answer guide to determining the best fit > for your organization - today and in the future. > http://p.sf.net/sfu/internap-sfd2d > _______________________________________________ > Assp-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/assp-user > > > > > > ------------------------------------------------------------------------------ > Enable your software for Intel(R) Active Management Technology to meet the > growing manageability and security demands of your customers. Businesses > are taking advantage of Intel(R) vPro (TM) technology - will your software > be a part of the solution? Download the Intel(R) Manageability Checker > today! http://p.sf.net/sfu/intel-dev2devmar > _______________________________________________ > Assp-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/assp-user > -- *Salu2 ;)* ------------------------------------------------------------------------------ Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands of your customers. Businesses are taking advantage of Intel(R) vPro (TM) technology - will your software be a part of the solution? Download the Intel(R) Manageability Checker today! http://p.sf.net/sfu/intel-dev2devmar _______________________________________________ Assp-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-user ------------------------------------------------------------------------------ Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands of your customers. Businesses are taking advantage of Intel(R) vPro (TM) technology - will your software be a part of the solution? Download the Intel(R) Manageability Checker today! http://p.sf.net/sfu/intel-dev2devmar _______________________________________________ Assp-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-user
