[Fusioninventory-devel] Solaris 10 and thread
Lei Andy Shi
andy.shi at usask.ca
Tue Mar 23 22:11:13 UTC 2010
Those two lines were removed from the those perl modules.
Then I re-compile it and had following errors when I ran
Failed to load FusionInventory::Agent, This Perl not built to support
threadsfusioninventory-agent
Compilation failed in require
at /usr/perl5/site_perl/5.8.4/FusionInventory/Agent/RPC.pm line 6.
BEGIN failed--compilation aborted
at /usr/perl5/site_perl/5.8.4/FusionInventory/Agent/RPC.pm line 6.
Compilation failed in require
at /usr/perl5/site_perl/5.8.4/FusionInventory/Agent.pm line 47.
BEGIN failed--compilation aborted
at /usr/perl5/site_perl/5.8.4/FusionInventory/Agent.pm line 47.
Compilation failed in require at (eval 1) line 1.
BEGIN failed--compilation aborted at (eval 1) line 1.
you can run the agent directly for its source directory with --devlib
Andy
On Tue, 2010-03-23 at 22:21 +0100, Gonéri Le Bouder wrote:
> 2010/3/23 Lei Andy Shi <andy.shi at usask.ca>:
> > Our perl did not supports threads.
> >
> > Instilling threads perl module do not make any difference.
> >
> > Is there any way I could disable the threads? and still use
> > FusionInventory?
> >
> Can you try to remove these lines
> use threads;
> use threads::shared;
> in fusioninventory-agent, lib/FusionInventory/Agent/Targets.pm,
> lib/FusionInventory/Agent/Task/Inventory.pm and
> lib/FusionInventory/Logger.pm
>
> This is definitely something we need to fix properly.
>
> Regards
More information about the Fusioninventory-devel
mailing list