Can't believe I didn't spot this one when we were testing the CPU Affinity builds.
For reference I am on Ubuntu 12.04.2 LTS: # perl -e "use Sys::CpuAffinity ; print Sys::CpuAffinity->VERSION;" 1.06 [init] Sys::CpuAffinity module is not installed - setting CPU Affinty not available I do not have problems with the other modules listed: [init] NetAddr::IP::Lite module version 1.47 installed - hyphenated IP and CIDR address range calculation available [init] Unicode::GCString module version 2012.10 installed - can detect east asian language strings as sequence of UAX #29 Grapheme Clusters to analyze Bayes and HMM All the best, Colin Waring. On 25/02/2013 13:44, Thomas Eckardt wrote: >> perl -e "Sys::CpuAffinity ; print Sys::CpuAffinity->VERSION;" >> Gave nothing. > the 'use ' is missing (use Sys::CpuAffinity) - without it 'gives nothing' > > Thomas > > > > > Von: "Pontus Hellgren" <[email protected]> > An: "'ASSP development mailing list'" > <[email protected]>, > Datum: 25.02.2013 14:20 > Betreff: Re: [Assp-test] 2.2.2 build 13055 not finding perl modules > > > > Hi again! > > Nothing implies that there should be any other perl than v5.14.2 installed > on the system. > The system was "clean" when perl(v5.14.2) was installed and have not been > touched since then (except from patches that is) > > >From the log: "ASSP version 2.2.2(13055) (Perl 5.014002) (on > linux)running > on server..." > > perl -e "use Unicode::GCString ; print Unicode::GCString->VERSION;" > 2012.10 > perl -e "use NetAddr::IP::Lite ; print NetAddr::IP::Lite->VERSION;" > 1.47 > perl -e "Sys::CpuAffinity ; print Sys::CpuAffinity->VERSION;" > Gave nothing. > Checking Sys::CpuAffinity in cpan again gave me: > Catching error: "Can't locate object method \"CpuAffinity\" via package > \"Sys\" at /usr/local/share/perl/5.14.2/CPAN.pm line 376, <FIN> line > 1.\cJ" > at /usr/local/share/perl/5.14.2/CPAN.pm line 392 > CPAN::shell() called at -e line 1 > > I guess there is something fishy with the cpan install of Sys::CpuAffinity > in Ubuntu 12 LTS then some :-( Allthough it gives a "Build OK" it seems > it's > not able to find it afterwards? (if I make a test I get: ./Build test -- > OK) > > This is what I have so far... > > /Pontus > > -----Original Message----- > From: Colin [mailto:[email protected]] > Sent: den 25 februari 2013 12:55 > To: [email protected] > Subject: Re: [Assp-test] 2.2.2 build 13055 not finding perl modules > > Have you somehow managed to get more than one version of Perl? > > Your ASSP startup should say: > > 2013-02-24 10:02:29 [startup] ASSP version 2.2.2(13055) (Perl 5.014002) > (on > linux)running on server: mail (195.88.101.110) > > This should match the output of: > > root@mail:/usr/local/assp# perl -v > > This is perl 5, version 14, subversion 2 (v5.14.2) built for > i686-linux-gnu-thread-multi-64int > > If you have the modules installed in one version and ASSP is using another > that does not have it then that could explain it.. > > All the best, > Colin Waring. > > On 25/02/2013 11:49, Pontus Hellgren wrote: >> Hi there! >> >> This morning I upgraded to 2.2.2 build 13055 In an attempt to get some >> connection problems(IO Socket) go away. >> So far I have no connection problems but instead ASSP stopped >> recognize installed perl modules. >> >> Allthough I have version 2012.10 of Unicode::GCString ASSP say: >> Unicode::GCString not installed / 2012.04 >> >> And I have NetAddr::IP::Lite v 1.47 ASSP say: >> NetAddr::IP::Lite 1.41 / 1.47 >> >> Furthermore I have Sys::CpuAffinity 1.06 ASSP say: >> Sys::CpuAffinity not installed / 1.05 >> >> I have tried to remove them and reinstall but with no change. >> Are there some kind of problem with using newer versions? >> >> Running on latest Ubuntu 12 LTS and latest Perl 5.14 for that dist. >> >> Regards, >> Pontus >> >> >> >> >> >> >> ---------------------------------------------------------------------- >> -------- Everyone hates slow websites. So do we. >> Make your web apps faster with AppDynamics Download AppDynamics Lite >> for free today: >> http://p.sf.net/sfu/appdyn_d2d_feb >> _______________________________________________ >> Assp-test mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/assp-test > > ---------------------------------------------------------------------------- > -- > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics Download AppDynamics Lite for > free today: > http://p.sf.net/sfu/appdyn_d2d_feb > _______________________________________________ > Assp-test mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/assp-test > > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_feb > _______________________________________________ > Assp-test mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/assp-test > > > > > DISCLAIMER: > ******************************************************* > This email and any files transmitted with it may be confidential, legally > privileged and protected in law and are intended solely for the use of the > > individual to whom it is addressed. > This email was multiple times scanned for viruses. There should be no > known virus in this email! > ******************************************************* > > > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_feb > > > _______________________________________________ > Assp-test mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/assp-test ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb _______________________________________________ Assp-test mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-test
