Send Netdot-users mailing list submissions to
        netdot-users@osl.uoregon.edu

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
        netdot-users-requ...@osl.uoregon.edu

You can reach the person managing the list at
        netdot-users-ow...@osl.uoregon.edu

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 (Carlos Vicente)
   2. Re: Missing Dependencies (Matt Freitag)


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

Message: 1
Date: Sun, 6 Aug 2017 17:22:44 -0400
From: Carlos Vicente <cvicente...@gmail.com>
Subject: Re: [Netdot-users] Missing Dependencies
To: Wim Vandersmissen <wim.vandersmis...@kuleuven.be>
Cc: "Netdot-users@osl.uoregon.edu" <netdot-users@osl.uoregon.edu>
Message-ID:
        <CADN=49exqaqyykgmjp-qfntfozq4swkwxcuj1b0notelzcm...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Wim, Thank you for that. It helped.

I had to deviate slightly to make it work on RHEL73. For example, I was not
able to install SNMP::Info without first compiling net-snmp from source and
"--with-perl-modules".

Matt,

I noticed that many of the RPM packages that used to exist are no longer
available, and that's in part why the "make rpm-install" is not as helpful.

Below is a new wiki entry with instructions. Sorry for the long delay.

https://osl.uoregon.edu/redmine/projects/netdot/wiki/Installing_on_RHEL73

Best,

Carlos



On Thu, Aug 3, 2017 at 10:35 AM, Wim Vandersmissen <
wim.vandersmis...@kuleuven.be> wrote:

> We?re building netdot in centos 7.3 docker images
>
>
>
> Here are the relevant lines that could be helpful
>
>
> RUN yum -y update && yum -y group install "development tools" && yum -y
> install epel-release mod_perl-devel mod_perl httpd http-devel git gcc
> perl-CPAN tar mysql mysql-devel mod_ssl openldap-clients pwgen && yum -y
> install libapreq2 && curl -L http://cpanmin.us | perl - App::cpanminus
>
> RUN git clone https://github.com/cvicente/Netdot netdot
>
> RUN cd /netdot && ( echo -n mysql;sleep 10;yes) | make rpm-install
>
> RUN /usr/local/bin/cpanm -n install http://cpan.metacpan.org/
> authors/id/S/SH/SHAY/Apache-Test-1.39.tar.gz Class::DBI
> Class::DBI::AbstractSearch HTML::Mason SQL::Translator Net::IRR Time::Local
> Net::Appliance::Session BIND::Config::Parser Net::DNS::ZoneFile::Fast
> Apache2::SiteControl Net::Patricia Authen::Radius Apache2::AuthCookie
> NetAddr::IP
>
>
>
> Wim
>
>
>
> *From:* netdot-users-boun...@osl.uoregon.edu [mailto:netdot-users-bounces@
> osl.uoregon.edu] *On Behalf Of *Carlos Vicente
> *Sent:* donderdag 3 augustus 2017 15:50
> *To:* mlfre...@mtu.edu
> *Cc:* Netdot-users@osl.uoregon.edu
> *Subject:* Re: [Netdot-users] Missing Dependencies
>
>
>
> Hi Matt,
>
>
>
> I'm testing on a RHEL7.3 VM and will provide working instructions soon.
>
>
>
> cv
>
>
>
> On Wed, Aug 2, 2017 at 3:46 PM, Matt Freitag <mlfre...@mtu.edu> wrote:
>
> Carlos, this is on RHEL 7.3. Output attached.
>
>
> Matt Freitag
> Network Engineer
> Information Technology
> Michigan Technological University
> (906) 487-3696
> https://www.mtu.edu/
> https://www.mtu.edu/it
>
>
>
> On Wed, Aug 2, 2017 at 3:05 PM, Carlos Vicente <cvicente...@gmail.com>
> wrote:
>
> Hi Matt,
>
>
>
> What exact distribution? I can try to replicate.
>
>
>
> Can you share the output of "make testdeps"? This is the most accurate
> check, because it means that Perl can find the module.
>
>
>
> cv
>
>
>
>
>
> On Wed, Aug 2, 2017 at 2:43 PM, Matt Freitag <mlfre...@mtu.edu> wrote:
>
> Hi all,
>
>
>
> I'm trying to get netdot going at Michigan Tech because it seems
> exceptionally helpful and I've heard good reviews from the Univeristy of
> Michigan, but I'm running into an issue installing it. I've followed the
> manual
> <https://github.com/cvicente/Netdot/blob/master/doc/manual/netdot-manual.txt> 
> and
> the instructions from DigitalOcean
> <https://www.digitalocean.com/community/tutorials/how-to-document-your-network-with-netdot-on-centos-7>
>  but
> cannot get 3 dependencies working:
>
>    - SQL::Translator - cpan says this is installed but make rpm-install
>    says it's missing
>    - Net::IRR - installed with cpan -m -i Net::IRR, rpm-install says it's
>    missing
>    - Net::DNS::ZoneFile::Fast - also installed with cpan -m
>    -i Net::DNS::ZoneFile::Fast, rpm-install says it's missing
>
> make rpm-install and make installdeps both failed to install these which
> is why I felt I had to force it by hand but it still does not want to work
> with me.
>
>
>
> I'd appreciate any insight anybody can offer me.
>
> Matt Freitag
> Network Engineer
> Information Technology
> Michigan Technological University
> (906) 487-3696
> https://www.mtu.edu/
> https://www.mtu.edu/it
>
>
>
> _______________________________________________
> Netdot-users mailing list
> Netdot-users@osl.uoregon.edu
> https://osl.uoregon.edu/mailman/listinfo/netdot-users
>
>
>
>
>
>
>
> _______________________________________________
> Netdot-users mailing list
> Netdot-users@osl.uoregon.edu
> https://osl.uoregon.edu/mailman/listinfo/netdot-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://osl.uoregon.edu/pipermail/netdot-users/attachments/20170806/5eadafac/attachment-0001.html
 

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

Message: 2
Date: Sun, 6 Aug 2017 17:41:25 -0400
From: Matt Freitag <mlfre...@mtu.edu>
Subject: Re: [Netdot-users] Missing Dependencies
To: Carlos Vicente <cvicente...@gmail.com>
Cc: "Netdot-users@osl.uoregon.edu" <netdot-users@osl.uoregon.edu>
Message-ID:
        <cajwk1prqtv2rvqr0dsgvvacczcfd9w3cnp4re7fjxsjjv_k...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

That's not a problem, Carlos, I've been failing to do this myself on and
off for a couple months before I decided to look my problem up and found
the mailing list. I really appreciate the help!

On Aug 6, 2017 5:22 PM, "Carlos Vicente" <cvicente...@gmail.com> wrote:

> Wim, Thank you for that. It helped.
>
> I had to deviate slightly to make it work on RHEL73. For example, I was
> not able to install SNMP::Info without first compiling net-snmp from source
> and "--with-perl-modules".
>
> Matt,
>
> I noticed that many of the RPM packages that used to exist are no longer
> available, and that's in part why the "make rpm-install" is not as helpful.
>
> Below is a new wiki entry with instructions. Sorry for the long delay.
>
> https://osl.uoregon.edu/redmine/projects/netdot/wiki/Installing_on_RHEL73
>
> Best,
>
> Carlos
>
>
>
> On Thu, Aug 3, 2017 at 10:35 AM, Wim Vandersmissen <
> wim.vandersmis...@kuleuven.be> wrote:
>
>> We?re building netdot in centos 7.3 docker images
>>
>>
>>
>> Here are the relevant lines that could be helpful
>>
>>
>> RUN yum -y update && yum -y group install "development tools" && yum -y
>> install epel-release mod_perl-devel mod_perl httpd http-devel git gcc
>> perl-CPAN tar mysql mysql-devel mod_ssl openldap-clients pwgen && yum -y
>> install libapreq2 && curl -L http://cpanmin.us | perl - App::cpanminus
>>
>> RUN git clone https://github.com/cvicente/Netdot netdot
>>
>> RUN cd /netdot && ( echo -n mysql;sleep 10;yes) | make rpm-install
>>
>> RUN /usr/local/bin/cpanm -n install http://cpan.metacpan.org/autho
>> rs/id/S/SH/SHAY/Apache-Test-1.39.tar.gz Class::DBI
>> Class::DBI::AbstractSearch HTML::Mason SQL::Translator Net::IRR Time::Local
>> Net::Appliance::Session BIND::Config::Parser Net::DNS::ZoneFile::Fast
>> Apache2::SiteControl Net::Patricia Authen::Radius Apache2::AuthCookie
>> NetAddr::IP
>>
>>
>>
>> Wim
>>
>>
>>
>> *From:* netdot-users-boun...@osl.uoregon.edu [mailto:
>> netdot-users-boun...@osl.uoregon.edu] *On Behalf Of *Carlos Vicente
>> *Sent:* donderdag 3 augustus 2017 15:50
>> *To:* mlfre...@mtu.edu
>> *Cc:* Netdot-users@osl.uoregon.edu
>> *Subject:* Re: [Netdot-users] Missing Dependencies
>>
>>
>>
>> Hi Matt,
>>
>>
>>
>> I'm testing on a RHEL7.3 VM and will provide working instructions soon.
>>
>>
>>
>> cv
>>
>>
>>
>> On Wed, Aug 2, 2017 at 3:46 PM, Matt Freitag <mlfre...@mtu.edu> wrote:
>>
>> Carlos, this is on RHEL 7.3. Output attached.
>>
>>
>> Matt Freitag
>> Network Engineer
>> Information Technology
>> Michigan Technological University
>> (906) 487-3696
>> https://www.mtu.edu/
>> https://www.mtu.edu/it
>>
>>
>>
>> On Wed, Aug 2, 2017 at 3:05 PM, Carlos Vicente <cvicente...@gmail.com>
>> wrote:
>>
>> Hi Matt,
>>
>>
>>
>> What exact distribution? I can try to replicate.
>>
>>
>>
>> Can you share the output of "make testdeps"? This is the most accurate
>> check, because it means that Perl can find the module.
>>
>>
>>
>> cv
>>
>>
>>
>>
>>
>> On Wed, Aug 2, 2017 at 2:43 PM, Matt Freitag <mlfre...@mtu.edu> wrote:
>>
>> Hi all,
>>
>>
>>
>> I'm trying to get netdot going at Michigan Tech because it seems
>> exceptionally helpful and I've heard good reviews from the Univeristy of
>> Michigan, but I'm running into an issue installing it. I've followed the
>> manual
>> <https://github.com/cvicente/Netdot/blob/master/doc/manual/netdot-manual.txt>
>>  and
>> the instructions from DigitalOcean
>> <https://www.digitalocean.com/community/tutorials/how-to-document-your-network-with-netdot-on-centos-7>
>>  but
>> cannot get 3 dependencies working:
>>
>>    - SQL::Translator - cpan says this is installed but make rpm-install
>>    says it's missing
>>    - Net::IRR - installed with cpan -m -i Net::IRR, rpm-install says
>>    it's missing
>>    - Net::DNS::ZoneFile::Fast - also installed with cpan -m
>>    -i Net::DNS::ZoneFile::Fast, rpm-install says it's missing
>>
>> make rpm-install and make installdeps both failed to install these which
>> is why I felt I had to force it by hand but it still does not want to work
>> with me.
>>
>>
>>
>> I'd appreciate any insight anybody can offer me.
>>
>> Matt Freitag
>> Network Engineer
>> Information Technology
>> Michigan Technological University
>> (906) 487-3696
>> https://www.mtu.edu/
>> https://www.mtu.edu/it
>>
>>
>>
>> _______________________________________________
>> Netdot-users mailing list
>> Netdot-users@osl.uoregon.edu
>> https://osl.uoregon.edu/mailman/listinfo/netdot-users
>>
>>
>>
>>
>>
>>
>>
>> _______________________________________________
>> Netdot-users mailing list
>> Netdot-users@osl.uoregon.edu
>> https://osl.uoregon.edu/mailman/listinfo/netdot-users
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://osl.uoregon.edu/pipermail/netdot-users/attachments/20170806/f154ea09/attachment.html
 

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

_______________________________________________
Netdot-users mailing list
Netdot-users@osl.uoregon.edu
https://osl.uoregon.edu/mailman/listinfo/netdot-users


End of Netdot-users Digest, Vol 100, Issue 3
********************************************

Reply via email to