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 (Matt Freitag)
2. Re: Missing Dependencies (Carlos Vicente)
----------------------------------------------------------------------
Message: 1
Date: Thu, 14 Sep 2017 12:02:54 -0400
From: Matt Freitag <[email protected]>
Subject: Re: [Netdot-users] Missing Dependencies
To: Carlos Vicente <[email protected]>
Cc: "[email protected]" <[email protected]>
Message-ID:
<CAJWk1pTUfcbgvbSSH+w3PSuCV=GYJ_OxUanr0uoPo9G=n0h...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Carlos, I just came back to this. Your instructions mostly worked. The only
two things I had issues with were the CPAN installs.
First my box only let me do the HTTP download/install of Apache::Test
separately from the regular installs of the rest of the modules.
Second I failed to install Apache2::SiteControl because Apache2::Request
was missing. To get that working I had to do yum -y install
httpd-devel.x86_64 libapreq2 perl-libapreq2.
Thank you for the assist!!
Matt Freitag
Network Engineer
Information Technology
Michigan Technological University
(906) 487-3696 <%28906%29%20487-3696>
https://www.mtu.edu/
https://www.mtu.edu/it
On Sun, Aug 6, 2017 at 5:41 PM, Matt Freitag <[email protected]> wrote:
> 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" <[email protected]> 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 <
>> [email protected]> 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:* [email protected] [mailto:
>>> [email protected]] *On Behalf Of *Carlos Vicente
>>> *Sent:* donderdag 3 augustus 2017 15:50
>>> *To:* [email protected]
>>> *Cc:* [email protected]
>>> *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 <[email protected]> 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 <[email protected]>
>>> 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 <[email protected]> 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
>>> [email protected]
>>> https://osl.uoregon.edu/mailman/listinfo/netdot-users
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> Netdot-users mailing list
>>> [email protected]
>>> https://osl.uoregon.edu/mailman/listinfo/netdot-users
>>>
>>>
>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://osl.uoregon.edu/pipermail/netdot-users/attachments/20170914/08ee4e4e/attachment-0001.html
------------------------------
Message: 2
Date: Thu, 14 Sep 2017 13:13:23 -0400
From: Carlos Vicente <[email protected]>
Subject: Re: [Netdot-users] Missing Dependencies
To: Matt Freitag <[email protected]>
Cc: "[email protected]" <[email protected]>
Message-ID:
<CADN=49e2sm+kyfj7i5suyv6odszjevwmeuu+udnd3dofjpu...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Glad to know you got it working.
cv
On Thu, Sep 14, 2017 at 12:02 PM, Matt Freitag <[email protected]> wrote:
> Carlos, I just came back to this. Your instructions mostly worked. The
> only two things I had issues with were the CPAN installs.
>
> First my box only let me do the HTTP download/install of Apache::Test
> separately from the regular installs of the rest of the modules.
>
> Second I failed to install Apache2::SiteControl because Apache2::Request
> was missing. To get that working I had to do yum -y install
> httpd-devel.x86_64 libapreq2 perl-libapreq2.
>
> Thank you for the assist!!
>
> Matt Freitag
> Network Engineer
> Information Technology
> Michigan Technological University
> (906) 487-3696 <%28906%29%20487-3696>
> https://www.mtu.edu/
> https://www.mtu.edu/it
>
> On Sun, Aug 6, 2017 at 5:41 PM, Matt Freitag <[email protected]> wrote:
>
>> 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" <[email protected]> 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/Install
>>> ing_on_RHEL73
>>>
>>> Best,
>>>
>>> Carlos
>>>
>>>
>>>
>>> On Thu, Aug 3, 2017 at 10:35 AM, Wim Vandersmissen <
>>> [email protected]> 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:* [email protected] [mailto:
>>>> [email protected]] *On Behalf Of *Carlos Vicente
>>>> *Sent:* donderdag 3 augustus 2017 15:50
>>>> *To:* [email protected]
>>>> *Cc:* [email protected]
>>>> *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 <[email protected]> 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 <[email protected]>
>>>> 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 <[email protected]> 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
>>>> [email protected]
>>>> https://osl.uoregon.edu/mailman/listinfo/netdot-users
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> Netdot-users mailing list
>>>> [email protected]
>>>> https://osl.uoregon.edu/mailman/listinfo/netdot-users
>>>>
>>>>
>>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://osl.uoregon.edu/pipermail/netdot-users/attachments/20170914/056d166e/attachment.html
------------------------------
_______________________________________________
Netdot-users mailing list
[email protected]
https://osl.uoregon.edu/mailman/listinfo/netdot-users
End of Netdot-users Digest, Vol 101, Issue 1
********************************************