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 Newbie Question – Installation Guide

  • Newbie Question – Installation Guide

    Posted by rmitch15 on August 18, 2007 at 19:40

    I’m interested in testing and using Pandora FMS BUT I’m by no stretch of the imagination a Linux guy and was wondering if there is a detailed installation step by step guide anywhere. The QIG looks great, however I’m stuck on the first line? What is a subversion client javascript:emoticon(‘:?’)
    Confused? Also which version of Linux should is the best to use for the installation. If this has been answered already please provide the link.

    Thanks

    raul replied 17 years, 6 months ago 4 Members · 8 Replies
  • 8 Replies
  • Sancho

    Administrator
    August 20, 2007 at 14:13
    2321 Karma points
    Community awards: bulb Bright ideas
    Community rank: tentacle_master_icon Tentacle Master
    Like it
    Up
    0
    Down
    Drop it
    ::

    I’m interested in testing and using Pandora FMS BUT I’m by no stretch of the imagination a Linux guy and was wondering if there is a detailed installation step by step guide anywhere. The QIG looks great, however I’m stuck on the first line? What is a subversion client javascript:emoticon(‘:?’)
    Confused? Also which version of Linux should is the best to use for the installation. If this has been answered already please provide the link.

    Thanks

    subversion is a version management system for code. You only need to download subversion agent and use it (ONCE) to grab latest code. Don’t worry and don’t allow it to confuse you :-).

    If you use Debian / Ubuntu, you could use the guide step by step and make your Pandora from SVN in just a few minutes (or hours), but there are a lot of things about configuring Apache and Mysql (LAMP) that are not covered by the QIG, so take a look in the FAQ http://www.openideas.info/wiki/index.php?title=Pandora:FAQ when you find problems, whatever… try asking here also.

    Good luck!

  • rmitch15

    Member
    August 22, 2007 at 09:53
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Great. Thanks.

    I think I’m off to a good start here but I need a little help.
    In Ubuntu after running below:

    “apt-get install libdate-manip-perl snmp snmpd libsnmp-perl libtime-format-perl libxml-simple-perl libnetaddr-ip-perl libdbi-perl libxml-simple-perl libnetaddr-ip-perl”

    I get an error “E: Couldn’t find package libxml-simple-perl”. Is this critical? How can I get this package? Is it on the Ubuntu disk? If so, how do I get it? Another thing, does Ubuntu have a GUI?

    Thanks

  • rmitch15

    Member
    August 22, 2007 at 10:00
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    I found how to install the file using apt-get install-simple-perl :D. when i run the command again i get the same message. can i bypass this now?

    Thanks

  • rmitch15

    Member
    August 22, 2007 at 10:26
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    In the interest of time knowing that this might bite me in the long run I skipped past the previous section until I got an answer :lol:. Now I’m at the part in the QIG “Test Pandora FMS data server”. I run the comand “pandora_server –help” and get the error “Can’t locate Date/Manip.pm in @INC contains: ~”, etc, etc. Have I successfully broken it? This time I’ll wait for an answer.

  • manu

    Member
    August 22, 2007 at 13:39
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    First issue:
    manu@life:~$ apt-cache search libxml-simple-perl
    libxml-simple-perl – Perl module for reading and writing XML

    Do you have the multiverse repos activated?

    The second problem:
    Seems you didn’t install the libdate-manip-perl package.

    My guess is the fact of you’re not using the proper repos in ubuntu, you might want to activate multiverse one

    Add this line to your /etc/apt/sources.list

    deb http://www.archive.ubuntu.com/ubuntu/ feisty universe multiverse

    Cheers

  • rmitch15

    Member
    August 23, 2007 at 05:01
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    I decided to backup a bit bcause I felt I was missing something. At ‘perl Makefile.PL’ I get these 3 warnings>

    Warning: prerequisite NetAddr::IP 0 not found.
    Warning: prerequisite SNMP 0 not found.
    Warning: prerequisite Time::Format 0 not found.

    The QIG says to get missing prerequisites – how do I get these? I tried using the ‘apt-get install’ command but that does not work or I’m not looking for the right packages.

    Thanks

  • manu

    Member
    August 23, 2007 at 11:25
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    You need libsnmp-perl libnetaddr-ip-perl and libtime-format-perl

    Again, did you take a look at your sources?
    All the requerimients are in the apt-get repositories

    Cheers

  • raul

    Member
    August 25, 2007 at 13:49
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    As manu says, review if you have the multiverse repositories, by checking /etc/apt/sources.list file.

    It should contain a line (not commented, without any #) like:

    [code:1]deb http://archive.ubuntu.com/ubuntu/ feisty multiverse

    Raúl