So I tried to disable the embedded perl...
[root@g0801 nagios]# grep embedded /etc/nagios/nagios.cfg
enable_embedded_perl=0
use_embedded_perl_implicitly=0
but its still segfaulting trying to init embedded perl....
[root@g0801 nagios]# gdb -q --args /usr/bin/nagios -d
/etc/nagios/nagios.cfg
Reading symbols from /usr/bin/nagios...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/nagios -d /etc/nagios/nagios.cfg
warning: no loadable sections found in added symbol-file system-supplied
DSO at 0x2aaaaaaab000
[Thread debugging using libthread_db enabled]
Program received signal SIGSEGV, Segmentation fault.
0x0000003165e3432c in ?? () from
/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/libperl.so
(gdb) backtrace
#0 0x0000003165e3432c in ?? () from
/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/libperl.so
#1 0x0000003165e360eb in ?? () from
/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/libperl.so
#2 0x0000003165e385a9 in perl_parse () from
/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/libperl.so
#3 0x000000000043e9af in init_embedded_perl ()
#4 0x0000000000413443 in main ()
(gdb)
fstat(4, {st_mode=S_IFREG|0664, st_size=31878, ...}) = 0
rt_sigaction(SIGCHLD, NULL, {SIG_DFL, [], 0}, 8) = 0
readlink("/proc/self/exe", "/usr/bin/nagios"..., 4095) = 15
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting
any issue.
::: Messages without supporting info will risk being sent to /dev/null