Search found 6 matches

by ddro90
Mon Oct 28, 2019 8:03 am
Forum: Open Source Nagios Projects
Topic: Nagios core mk-livestatus install error
Replies: 11
Views: 5195

Re: Nagios core mk-livestatus install error

I have a one more question, in man g++ I can find the following: -static-libstdc++ When the g++ program is used to link a C++ program, it normally automatically links against libstdc++. If libstdc++ is available as a shared library, and the -static option is not used, then this links against the sha...
by ddro90
Mon Oct 28, 2019 6:26 am
Forum: Open Source Nagios Projects
Topic: Nagios core mk-livestatus install error
Replies: 11
Views: 5195

Re: Nagios core mk-livestatus install error

I have checked it and run partially. I have created a new symbolic link to this library: ln -s /usr/lib64/libstdc++.so.6.0.25 /usr/lib64/libstdc++.so But, when I run the following command, I have a warning at the end: ld -lstdc++ --verbose attempt to open //usr/x86_64-redhat-linux/lib64/libstdc++.so...
by ddro90
Mon Oct 28, 2019 6:09 am
Forum: Open Source Nagios Projects
Topic: Nagios core mk-livestatus install error
Replies: 11
Views: 5195

Re: Nagios core mk-livestatus install error

Thanks for your comments, I'm going to try it and tell you my advances.
by ddro90
Fri Oct 25, 2019 12:05 am
Forum: Open Source Nagios Projects
Topic: Nagios core mk-livestatus install error
Replies: 11
Views: 5195

Re: Nagios core mk-livestatus install error

I have tried to contac with this page but nobody reply.

Could you help me with my problem? Any new ideas?

Thanks!
by ddro90
Thu Oct 24, 2019 7:37 am
Forum: Open Source Nagios Projects
Topic: Nagios core mk-livestatus install error
Replies: 11
Views: 5195

Re: Nagios core mk-livestatus install error

I check it but I have installed both packages:

[root@machine04 ~]# rpm -qa | grep libstdc
libstdc++-devel-8.2.1-3.5.el8.x86_64
libstdc++-8.2.1-3.5.el8.x86_64


In which page can I do this question?

Thanks!
by ddro90
Thu Oct 24, 2019 1:20 am
Forum: Open Source Nagios Projects
Topic: Nagios core mk-livestatus install error
Replies: 11
Views: 5195

Nagios core mk-livestatus install error

Good morning, When I try to install the livestatus option in my Nagios Core distribution, I get the following error: make all-recursive make[1]: Entering directory '/tmp/mk-livestatus-1.2.8p18' Making all in src make[2]: Entering directory '/tmp/mk-livestatus-1.2.8p18/src' rm -f plugin.so g++ -s -fP...