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. Re: Missing dependencies after make installdeps on CentOS 7
(Bernard Fay)
2. Re: Missing dependencies after make installdeps on CentOS 7
(Carlos Vicente)
----------------------------------------------------------------------
Message: 1
Date: Thu, 8 Sep 2016 11:04:26 -0400
From: Bernard Fay <[email protected]>
Subject: Re: [Netdot-users] Missing dependencies after make
installdeps on CentOS 7
To: [email protected]
Message-ID:
<CAH3AE4bg=gATitnQQDxEi7i2EV33EkSL0=nn4bzra8kj4f_...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
I forced the missing module:
cpan -f -i Net::DNS::ZoneFile::Fast
make installdeps now show all dependencies as ok.
On Thu, Sep 8, 2016 at 10:44 AM, Bernard Fay <[email protected]> wrote:
> 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-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
>>
>> 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/d92ddbb0/attachment-0001.html
------------------------------
Message: 2
Date: Thu, 8 Sep 2016 11:19:29 -0400
From: Carlos Vicente <[email protected]>
Subject: Re: [Netdot-users] Missing dependencies after make
installdeps on CentOS 7
To: Bernard Fay <[email protected]>
Cc: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=windows-1252
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
On Sep 8, 2016, at 11:04 AM, Bernard Fay <[email protected]> wrote:
> I forced the missing module:
>
> cpan -f -i Net::DNS::ZoneFile::Fast
>
> make installdeps now show all dependencies as ok.
>
>
>
> On Thu, Sep 8, 2016 at 10:44 AM, Bernard Fay <[email protected]> wrote:
> 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
>
>
>
> _______________________________________________
> Netdot-users mailing list
> [email protected]
> https://osl.uoregon.edu/mailman/listinfo/netdot-users
------------------------------
_______________________________________________
Netdot-users mailing list
[email protected]
https://osl.uoregon.edu/mailman/listinfo/netdot-users
End of Netdot-users Digest, Vol 90, Issue 2
*******************************************