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. Installing and making a tutorial - Netdot and Centos7
(Cosme Faria Corr?a)
2. Re: Installing and making a tutorial - Netdot and Centos7
(Carlos Vicente)
----------------------------------------------------------------------
Message: 1
Date: Mon, 08 Sep 2014 09:18:25 -0400
From: Cosme Faria Corr?a <[email protected]>
Subject: [Netdot-users] Installing and making a tutorial - Netdot and
Centos7
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset="iso-8859-1"
Hi,
I am installing netdot on Centos7 and need some help here, please.
I am using Installing Under Ubuntu
<https://osl.uoregon.edu/redmine/projects/netdot/wiki/Installing_Under_Ubuntu_10041_Server>
and the manual.
These are my steps and errors.
1. cd /tmp
2. wget
http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-1.noarch.rpm
3. yum localinstall epel-release-7-1.noarch.rpm -y
4. yum install httpd httpd-devel mod_perl mod_perl-devel -y
5. yum install rrdtool mariadb mariadb-server -y
6. yum install graphviz make -y
7. wget
http://ufpr.dl.sourceforge.net/project/netdisco/netdisco-mibs/1.5/netdisco-mibs-1.5.tar.gz
8. wget http://netdot.uoregon.edu/pub/dists/netdot-1.0.6.tar.gz
9. tar xzvf netdot-1.0.6.tar.gz -C /usr/local/src/
10. cd /usr/local/src/netdot-1.0.6/
11. make testdeps
* Testing for required Perl modules
/usr/bin/perl bin/perldeps.pl test
Can't locate CPAN.pm in @INC (@INC contains:
/usr/local/lib64/perl5 /usr/local/share/perl5
/usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl
/usr/lib64/perl5 /usr/share/perl5 .) at bin/perldeps.pl line 6.
BEGIN failed--compilation aborted at bin/perldeps.pl line 6.
make: *** [testdeps] Error 2
12. make rpm-install
* Installing required RPM packages
/usr/bin/perl bin/perldeps.pl rpm-install
Can't locate CPAN.pm in @INC (@INC contains:
/usr/local/lib64/perl5 /usr/local/share/perl5
/usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl
/usr/lib64/perl5 /usr/share/perl5 .) at bin/perldeps.pl line 6.
BEGIN failed--compilation aborted at bin/perldeps.pl line 6.
make: *** [rpm-install] Error 2
What does it mean?
--
Cosme Faria Corr?a
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://osl.uoregon.edu/pipermail/netdot-users/attachments/20140908/fb464a11/attachment-0001.html
------------------------------
Message: 2
Date: Mon, 8 Sep 2014 11:05:43 -0400
From: Carlos Vicente <[email protected]>
Subject: Re: [Netdot-users] Installing and making a tutorial - Netdot
and Centos7
To: Cosme Faria Corr?a <[email protected]>
Cc: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=windows-1252
It means that you need to install CPAN too.
Under CentOS it should be:
yum install perl-CPAN
A quick Google search usually helps.
cv
On Sep 8, 2014, at 9:18 AM, Cosme Faria Corr?a <[email protected]> wrote:
> ? Installing required RPM packages
> /usr/bin/perl bin/perldeps.pl rpm-install
> Can't locate CPAN.pm in @INC (@INC contains: /usr/local/lib64/perl5
> /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl
> /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at
> bin/perldeps.pl line 6.
> BEGIN failed--compilation aborted at bin/perldeps.pl line 6.
> make: *** [rpm-install] Error 2
> What does it mean?
>
------------------------------
_______________________________________________
Netdot-users mailing list
[email protected]
https://osl.uoregon.edu/mailman/listinfo/netdot-users
End of Netdot-users Digest, Vol 70, Issue 1
*******************************************