Send Netdot-users mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://osl.uoregon.edu/mailman/listinfo/netdot-users
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Netdot-users digest..."


Today's Topics:

   1. Missing dependencies after make installdeps on    CentOS 7
      (Bernard Fay)
   2. Re: Missing dependencies after make installdeps on        CentOS 7
      (Bernard Fay)


----------------------------------------------------------------------

Message: 1
Date: Thu, 8 Sep 2016 09:50:39 -0400
From: Bernard Fay <[email protected]>
Subject: [Netdot-users] Missing dependencies after make installdeps on
        CentOS 7
To: [email protected]
Message-ID:
        <cah3ae4attom-_pdsfxwp9hhe8ddzptwmr8wbjvs3geu+i9v...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hello,

I try to install Netdot on a CentOS 7 server:

[root@CTSDNS01 netdot]# lsb_release -a
LSB Version:
:core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-noarch:languages-4.1-amd64:languages-4.1-noarch:printing-4.1-amd64:printing-4.1-noarch
Distributor ID:    CentOS
Description:    CentOS Linux release 7.2.1511 (Core)
Release:    7.2.1511
Codename:    Core

After running make installdeps, I have missing dependencies:

===============RESULTS===============
RRDs..............................................ok
GraphViz..........................................ok
Module::Build.....................................ok
CGI...............................................ok
Class::DBI........................................MISSING
Class::DBI::AbstractSearch........................MISSING
Apache2::Request..................................ok
HTML::Mason.......................................ok
Apache::Session...................................ok
URI::Escape.......................................ok
SQL::Translator...................................ok
SNMP::Info 2.06...................................ok
NetAddr::IP 4.042.................................ok
Apache2::AuthCookie...............................ok
Apache2::SiteControl..............................MISSING
Log::Dispatch.....................................ok
Log::Log4perl.....................................ok
Parallel::ForkManager.............................ok
Net::Patricia 1.20................................MISSING
Authen::Radius....................................ok
Test::Simple......................................ok
Net::IRR..........................................ok
Time::Local.......................................ok
File::Spec........................................ok
Net::Appliance::Session...........................ok
BIND::Config::Parser..............................ok
Net::DNS..........................................ok
Text::ParseWords..................................ok
Carp::Assert......................................ok
Digest::SHA.......................................ok
Net::DNS::ZoneFile::Fast..........................MISSING
Socket6...........................................ok
XML::Simple.......................................ok
DBD::mysql........................................ok

The attached file is the output of "make installdeps" if it can help.

Someone knows how to fix this?

Thanks,
Bernard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://osl.uoregon.edu/pipermail/netdot-users/attachments/20160908/c671a9cb/attachment-0001.html
 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: make.installdeps.log.zip
Type: application/zip
Size: 10049 bytes
Desc: not available
Url : 
http://osl.uoregon.edu/pipermail/netdot-users/attachments/20160908/c671a9cb/attachment-0001.zip
 

------------------------------

Message: 2
Date: Thu, 8 Sep 2016 10:44:18 -0400
From: Bernard Fay <[email protected]>
Subject: Re: [Netdot-users] Missing dependencies after make
        installdeps on  CentOS 7
To: [email protected]
Message-ID:
        <CAH3AE4a+ZWpE_J2vi246q2=vcsneeebuewnkyfrcgs-2g4y...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

For anyone who might have the same problem, the following website fix
almost all MISSING :
https://www.digitalocean.com/community/tutorials/how-to-document-your-network-with-netdot-on-centos-7

Most missing dependencies were fixed after I ran :

sudo yum install make gcc gcc-c++ autoconf automake rpm-build
openssl-devel git perl perl-CPAN perl-Inline

I have now only one missing dependency :
Net::DNS::ZoneFile::Fast..........................MISSING

Bernard



On Thu, Sep 8, 2016 at 9:50 AM, Bernard Fay <[email protected]> wrote:

> Hello,
>
> I try to install Netdot on a CentOS 7 server:
>
> [root@CTSDNS01 netdot]# lsb_release -a
> LSB Version:    :core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-
> noarch:desktop-4.1-amd64:desktop-4.1-noarch:languages-
> 4.1-amd64:languages-4.1-noarch:printing-4.1-amd64:printing-4.1-noarch
> Distributor ID:    CentOS
> Description:    CentOS Linux release 7.2.1511 (Core)
> Release:    7.2.1511
> Codename:    Core
>
> After running make installdeps, I have missing dependencies:
>
> ===============RESULTS===============
> RRDs..............................................ok
> GraphViz..........................................ok
> Module::Build.....................................ok
> CGI...............................................ok
> Class::DBI........................................MISSING
> Class::DBI::AbstractSearch........................MISSING
> Apache2::Request..................................ok
> HTML::Mason.......................................ok
> Apache::Session...................................ok
> URI::Escape.......................................ok
> SQL::Translator...................................ok
> SNMP::Info 2.06...................................ok
> NetAddr::IP 4.042.................................ok
> Apache2::AuthCookie...............................ok
> Apache2::SiteControl..............................MISSING
> Log::Dispatch.....................................ok
> Log::Log4perl.....................................ok
> Parallel::ForkManager.............................ok
> Net::Patricia 1.20................................MISSING
> Authen::Radius....................................ok
> Test::Simple......................................ok
> Net::IRR..........................................ok
> Time::Local.......................................ok
> File::Spec........................................ok
> Net::Appliance::Session...........................ok
> BIND::Config::Parser..............................ok
> Net::DNS..........................................ok
> Text::ParseWords..................................ok
> Carp::Assert......................................ok
> Digest::SHA.......................................ok
> Net::DNS::ZoneFile::Fast..........................MISSING
> Socket6...........................................ok
> XML::Simple.......................................ok
> DBD::mysql........................................ok
>
> The attached file is the output of "make installdeps" if it can help.
>
> Someone knows how to fix this?
>
> Thanks,
> Bernard
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://osl.uoregon.edu/pipermail/netdot-users/attachments/20160908/ee3c6668/attachment.html
 

------------------------------

_______________________________________________
Netdot-users mailing list
[email protected]
https://osl.uoregon.edu/mailman/listinfo/netdot-users


End of Netdot-users Digest, Vol 90, Issue 1
*******************************************

Reply via email to