r***@osl.uoregon.edu
2016-09-06 10:25:31 UTC
Issue #782 has been updated by Tshering Dhendup.
I had the same issue. I solved the issue by copying the /etc/Site.conf file to the netdot directory at /usr/local/netdot/etc
Tho' the reply is very late, please consider this as a reference.
----------------------------------------
Bug #782: Missing libssl-dev and rrdtool after make installdeps-apt-get
https://osl.uoregon.edu/redmine/issues/782#change-3359
Author: sebastian-denz-googlemail-com -
Status: Closed
Priority: Normal
Assignee: Carlos Vicente
Category:
Target version: 0.9.9
Resolution: fixed
I tried to install netdot 0.9.8 on fresh installed ubuntu 10.10 (first i tried debian lenny with the same result).
Everything was done step by step after the installation manual.
But when i tried to start apache i got the following error:
<pre>
***@netdot:/usr/src/netdot-0.9.8# /etc/init.d/apache2 restart
Syntax error on line 28 of /etc/apache2/conf.d/netdot_apache2_local.conf:
Attempt to reload Netdot/Model/Zone.pm aborted.\nCompilation failed in require at (eval 384) line 3.\n\t...propagated at /usr/share/perl/5.10/base.pm line 93.\nBEGIN failed--compilation aborted at (eval 383) line 1.\nBEGIN failed--compilation aborted at /usr/local/netdot/lib/Netdot/Model.pm line 289.\nCompilation failed in require at /usr/local/netdot/lib/Netdot/UI.pm line 22.\nBEGIN failed--compilation aborted at /usr/local/netdot/lib/Netdot/UI.pm line 22.\nCompilation failed in require at /usr/local/netdot/lib/Netdot/Mason.pm line 9.\nBEGIN failed--compilation aborted at /usr/local/netdot/lib/Netdot/Mason.pm line 9.\nCompilation failed in require at /etc/apache2/conf.d/netdot_apache2_local.conf line 31.\nBEGIN failed--compilation aborted\t(in cleanup) Attempt to reload Netdot/Model/Zone.pm aborted.\nCompilation failed in require at (eval 384) line 3.\n\t...propagated at /usr/share/perl/5.10/base.pm line 93.\nBEGIN failed--compilation aborted at (eval 383) line 1.\nBEGIN fa!
iled--compilation aborted at /usr/local/netdot/lib/Netdot/Model.pm line 289.\nCompilation failed in require at /usr/local/netdot/lib/Netdot/UI.pm line 22.\nBEGIN failed--compilation aborted at /usr/local/netdot/lib/Netdot/UI.pm line 22.\nCompilation failed in require at /usr/local/netdot/lib/Netdot/Mason.pm line 9.\nBEGIN failed--compilation aborted at /usr/local/netdot/lib/Netdot/Mason.pm line 9.\nCompilation failed in require at /etc/apache2/conf.d/netdot_apache2_local.conf line 31.\nBEGIN failed--compilation aborted at /etc/apache2/conf.d/netdot_apache2_local.conf line 31.\n
Action 'configtest' failed.
The Apache error log may have more information.
...fail!
</pre>
I think the reason for this was the missing Net::DNS::ZoneFile::Fast Module.
After installing libssl-dev and re-installing the deps by make installdeps everything compiled fine and after make install i was able to start apache und use netdot.
So i would suggest to add libssl-dev to the bin/perldeps.pl file.
While doing this rrdtool could be added too.
I had the same issue. I solved the issue by copying the /etc/Site.conf file to the netdot directory at /usr/local/netdot/etc
Tho' the reply is very late, please consider this as a reference.
----------------------------------------
Bug #782: Missing libssl-dev and rrdtool after make installdeps-apt-get
https://osl.uoregon.edu/redmine/issues/782#change-3359
Author: sebastian-denz-googlemail-com -
Status: Closed
Priority: Normal
Assignee: Carlos Vicente
Category:
Target version: 0.9.9
Resolution: fixed
I tried to install netdot 0.9.8 on fresh installed ubuntu 10.10 (first i tried debian lenny with the same result).
Everything was done step by step after the installation manual.
But when i tried to start apache i got the following error:
<pre>
***@netdot:/usr/src/netdot-0.9.8# /etc/init.d/apache2 restart
Syntax error on line 28 of /etc/apache2/conf.d/netdot_apache2_local.conf:
Attempt to reload Netdot/Model/Zone.pm aborted.\nCompilation failed in require at (eval 384) line 3.\n\t...propagated at /usr/share/perl/5.10/base.pm line 93.\nBEGIN failed--compilation aborted at (eval 383) line 1.\nBEGIN failed--compilation aborted at /usr/local/netdot/lib/Netdot/Model.pm line 289.\nCompilation failed in require at /usr/local/netdot/lib/Netdot/UI.pm line 22.\nBEGIN failed--compilation aborted at /usr/local/netdot/lib/Netdot/UI.pm line 22.\nCompilation failed in require at /usr/local/netdot/lib/Netdot/Mason.pm line 9.\nBEGIN failed--compilation aborted at /usr/local/netdot/lib/Netdot/Mason.pm line 9.\nCompilation failed in require at /etc/apache2/conf.d/netdot_apache2_local.conf line 31.\nBEGIN failed--compilation aborted\t(in cleanup) Attempt to reload Netdot/Model/Zone.pm aborted.\nCompilation failed in require at (eval 384) line 3.\n\t...propagated at /usr/share/perl/5.10/base.pm line 93.\nBEGIN failed--compilation aborted at (eval 383) line 1.\nBEGIN fa!
iled--compilation aborted at /usr/local/netdot/lib/Netdot/Model.pm line 289.\nCompilation failed in require at /usr/local/netdot/lib/Netdot/UI.pm line 22.\nBEGIN failed--compilation aborted at /usr/local/netdot/lib/Netdot/UI.pm line 22.\nCompilation failed in require at /usr/local/netdot/lib/Netdot/Mason.pm line 9.\nBEGIN failed--compilation aborted at /usr/local/netdot/lib/Netdot/Mason.pm line 9.\nCompilation failed in require at /etc/apache2/conf.d/netdot_apache2_local.conf line 31.\nBEGIN failed--compilation aborted at /etc/apache2/conf.d/netdot_apache2_local.conf line 31.\n
Action 'configtest' failed.
The Apache error log may have more information.
...fail!
</pre>
I think the reason for this was the missing Net::DNS::ZoneFile::Fast Module.
After installing libssl-dev and re-installing the deps by make installdeps everything compiled fine and after make install i was able to start apache und use netdot.
So i would suggest to add libssl-dev to the bin/perldeps.pl file.
While doing this rrdtool could be added too.
--
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://osl.uoregon.edu/redmine/my/account
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://osl.uoregon.edu/redmine/my/account