Discussion:
[Netdot-users] Missing dependencies after make installdeps on CentOS 7
Bernard Fay
2016-09-08 13:50:39 UTC
Permalink
Hello,

I try to install Netdot on a CentOS 7 server:

[***@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
Bernard Fay
2016-09-08 14:44:18 UTC
Permalink
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
Post by Bernard Fay
Hello,
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
===============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
Bernard Fay
2016-09-08 15:04:26 UTC
Permalink
I forced the missing module:

cpan -f -i Net::DNS::ZoneFile::Fast

make installdeps now show all dependencies as ok.
Post by Bernard Fay
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
sudo yum install make gcc gcc-c++ autoconf automake rpm-build openssl-devel git perl perl-CPAN perl-Inline
Net::DNS::ZoneFile::Fast..........................MISSING
Bernard
Post by Bernard Fay
Hello,
LSB Version: :core-4.1-amd64:core-4.1-noarc
h: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
===============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
Carlos Vicente
2016-09-08 15:19:29 UTC
Permalink
Hi Bernard,

I am curious if you ran "make rpm-install” as explained in the manual?

http://netdot.uoregon.edu/pub/manual/1.0/netdot-manual.htm#requirements

cv
Post by Bernard Fay
cpan -f -i Net::DNS::ZoneFile::Fast
make installdeps now show all dependencies as ok.
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
sudo yum install make gcc gcc-c++ autoconf automake rpm-build openssl-devel git perl perl-CPAN perl-Inline
Net::DNS::ZoneFile::Fast..........................MISSING
Bernard
Hello,
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
===============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
_______________________________________________
Netdot-users mailing list
https://osl.uoregon.edu/mailman/listinfo/netdot-users
Loading...