Welcome to Pandora FMS Community!

Find answers, ask questions, and connect with our community around the world.

Welcome to Pandora FMS Community Forums Community support Error executing pandora_server

  • Error executing pandora_server

    Posted by shenk on February 5, 2008 at 16:15

    Hi,
    I had these errors when i executed pandora_server. Can someone assist?
    thanks.

    bash-3.00# pandora_server
    /usr/local/bin/pandora_server line 33:

    This Perl hasn’t been configured and built properly for the threads
    module to work. (The ‘useithreads’ configuration option hasn’t been used.)

    Having threads support requires all of Perl and all of the XS modules in
    the Perl installation to be rebuilt, it is not just a question of adding
    the threads module. (In other words, threaded and non-threaded Perls
    are binary incompatible.)

    If you want to the use the threads module, please contact the people
    who built your Perl.

    Cannot continue, aborting.
    BEGIN failed–compilation aborted at /usr/local/lib/perl5/5.8.8/sun4-solaris/threads.pm line 28.
    Compilation failed in require at /usr/local/bin/pandora_server line 33.
    BEGIN failed–compilation aborted at /usr/local/bin/pandora_server line 33.

    manu replied 17 years ago 2 Members · 1 Reply
  • 1 Reply
  • manu

    Member
    February 8, 2008 at 11:41
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    The error is quite clear.
    You need to use a perl version compiled with multithreads. So, you have to either download a package with that requirement satisfied or recompile your version activating multithreads

    Good luck!