Search found 14 matches

by z003w4ep
Thu Feb 24, 2022 3:12 am
Forum: Nagios XI
Topic: Object not found in NagiosXI
Replies: 25
Views: 26367

Re: Object not found in NagiosXI

$ sudo vi /etc/php.d/sourceguardian.ini $ cat /etc/php.d/sourceguardian.ini extension=ixed.7.2.lin $ sudo systemctl restart httpd $ php -r "print phpinfo();" | grep "sourceguardian" PHP Warning: PHP Startup: Unable to load dynamic library 'ixed.7.4ts.lin' (tried: /usr/lib64/php/...
by z003w4ep
Wed Feb 23, 2022 1:38 am
Forum: Nagios XI
Topic: Object not found in NagiosXI
Replies: 25
Views: 26367

Re: Object not found in NagiosXI

file permissions: $ ls -la /usr/lib64/php/modules/ixed* -rwxr-xr-x. 1 root root 111080 Apr 20 2020 /usr/lib64/php/modules/ixed.5.4.lin -rwxr-xr-x 1 root root 111080 Apr 20 2020 /usr/lib64/php/modules/ixed.7.2.lin -rwxr-xr-x 1 root root 107016 Apr 20 2020 /usr/lib64/php/modules/ixed.7.4.lin -rwxr-xr-...
by z003w4ep
Sat Feb 19, 2022 12:19 pm
Forum: Nagios XI
Topic: Object not found in NagiosXI
Replies: 25
Views: 26367

Re: Object not found in NagiosXI

I hope I understood it correctly to comment out that line: $ sudo vi /etc/php.d/sourceguardian.ini $ cat /etc/php.d/sourceguardian.ini ;extension=ixed.7.4.lin $ sudo systemctl restart httpd $ php -v PHP Warning: PHP Startup: Unable to load dynamic library 'ixed.7.4ts.lin' (tried: /usr/lib64/php/modu...
by z003w4ep
Fri Feb 18, 2022 1:40 am
Forum: Nagios XI
Topic: Object not found in NagiosXI
Replies: 25
Views: 26367

Re: Object not found in NagiosXI

attaching requested file
by z003w4ep
Wed Feb 16, 2022 9:24 am
Forum: Nagios XI
Topic: Object not found in NagiosXI
Replies: 25
Views: 26367

Re: Object not found in NagiosXI

$ grep -E "^extension" /etc/php.ini extension = ixed.7.4ts.lin $ sudo systemctl restart httpd $ php -r 'phpinfo();' | grep -Ei 'module|source' PHP Warning: PHP Startup: Unable to load dynamic library 'ixed.7.4ts.lin' (tried: /usr/lib64/php/modules/ixed.7.4ts.lin (/usr/lib64/php/modules/ix...
by z003w4ep
Tue Feb 15, 2022 2:16 am
Forum: Nagios XI
Topic: Object not found in NagiosXI
Replies: 25
Views: 26367

Re: Object not found in NagiosXI

that helped to fix php issue: $ php -v PHP 7.4.27 (cli) (built: Dec 14 2021 17:17:06) ( NTS ) Copyright (c) The PHP Group Zend Engine v3.4.0, Copyright (c) Zend Technologies with Zend OPcache v7.4.27, Copyright (c), by Zend Technologies however, again Nagios WEB stopped working: PHP script '/usr/loc...
by z003w4ep
Fri Feb 11, 2022 4:47 pm
Forum: Nagios XI
Topic: Object not found in NagiosXI
Replies: 25
Views: 26367

Re: Object not found in NagiosXI

first commands returns: SourceGuardian #one hit from [PHP Modules] SourceGuardian #another one from [Zend Modules] second command returns: $ php -r "print phpinfo();" | grep "sourceguardian" PHP Warning: PHP Startup: Unable to load dynamic library 'ixed.7.4ts.lin' (tried: /usr/li...
by z003w4ep
Fri Feb 11, 2022 2:52 am
Forum: Nagios XI
Topic: Object not found in NagiosXI
Replies: 25
Views: 26367

Re: Object not found in NagiosXI

[ ~]$ cd /tmp [ tmp]$ sudo rm -rf /tmp/nagiosxi/ [ tmp]$ wget https://assets.nagios.com/downloads/nagiosxi/xi-latest.tar.gz --2022-02-11 08:45:53-- https://assets.nagios.com/downloads/nagiosxi/xi-latest.tar.gz Resolving ... Connecting Proxy request sent, awaiting response... 200 OK Length: 68678660...
by z003w4ep
Thu Feb 10, 2022 3:55 am
Forum: Nagios XI
Topic: Object not found in NagiosXI
Replies: 25
Views: 26367

Re: Object not found in NagiosXI

$ php -v PHP Warning: PHP Startup: Unable to load dynamic library 'ixed.7.4ts.lin' (tried: /usr/lib64/php/modules/ixed.7.4ts.lin (/usr/lib64/php/modules/ixed.7.4ts.lin: undefined symbol: compiler_globals_offset), /usr/lib64/php/modules/ixed.7.4ts.lin.so (/usr/lib64/php/modules/ixed.7.4ts.lin.so: ca...
by z003w4ep
Wed Feb 09, 2022 3:40 am
Forum: Nagios XI
Topic: Object not found in NagiosXI
Replies: 25
Views: 26367

Re: Object not found in NagiosXI

I did, I still get this message: "PHP Warning: PHP Startup: Unable to load dynamic library 'ixed.7.4ts.lin' (tried: /usr/lib64/php/modules/ixed.7.4ts.lin (/usr/lib64/php/modules/ixed.7.4ts.lin: undefined symbol: compiler_globals_offset), /usr/lib64/php/modules/ixed.7.4ts.lin.so (/usr/lib64/php/...