error when make install-webconf

Asked by Ben Larisch

I am installing Nagios on Ubuntu 8.0.4 LTS Server. I am in the process of installing Nagios but when I try to install the Nagios web config file in the Apache conf.d directory I get "make: *** No rule to make target 'install-webconf'. Stop".
Here are the commands I am using:
cd /etc/apache2/conf.d/
make install-webconf

any ideas, i's sure its something simple...

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Jeruvy
Solved:
Last query:
Last reply:
Revision history for this message
Best Jeruvy (jeruvy) said :
#1

Make is run without parameters and will need a makefile to be built first. Standard technique is to do:

./configure && make && sudo make install

Within the source tree.

Good luck.

Revision history for this message
Ben Larisch (blarisch) said :
#2

thanks, that was a silly mistake... everyting working just fine now...

Revision history for this message
Ben Larisch (blarisch) said :
#3

Thanks Jeruvy, that solved my question.

Revision history for this message
Jeruvy (jeruvy) said :
#4

Glad it helped you out. Thats all that matters.

Revision history for this message
michael (mike2deth5) said :
#5

Sir Jeruvy,

Can you please elaborate step by step your solution regarding error when make install-webconf.

I'm just a beginner in ubuntu and nagios...

will appreciate your help....thanks