NagiosEnterprises / nagioscore

Nagios Core
GNU General Public License v2.0
1.53k stars 445 forks source link

Nagios Core 4.5.2 "/usr/local/nagios/bin" directory not created #959

Closed buzzing-bee closed 4 months ago

buzzing-bee commented 4 months ago

OS Version: Ubuntu 22.04.4 LTS Nagios Core Version: nagios-4.5.2

Steps Taken (as root):

Content of /usr/local/nagios/ Directory

ls -lah /usr/local/nagios/ total 24K drwxr-xr-x 6 root root 4.0K May 14 11:52 . drwxr-xr-x 12 root root 4.0K May 14 11:47 .. drwxrwxr-x 3 nagios nagios 4.0K May 14 12:09 etc drwxr-xr-x 2 root root 4.0K May 14 11:52 libexec drwxr-xr-x 5 nagios nagios 4.0K May 14 11:53 share drwxr-xr-x 3 root root 4.0K May 14 11:47 var

I'm planning to use nginx as the webserver, but upon finished compiling, I notice the binary folder is missing. Already tried to downgrade the version to 4.5.0, but the result is still the same.

Need advise.

Thank you

sawolf commented 4 months ago

Hi @buzzing-bee - make install seems to be missing from your steps. You normally want to run it after make all and before make install-init.

buzzing-bee commented 4 months ago

Hi @buzzing-bee - make install seems to be missing from your steps. You normally want to run it after make all and before make install-init.

silly me, I forgot to execute that make install. Thanks, now it's working.