<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<br>
So I tried to disable the embedded perl...<br>
<br>
[root@g0801 nagios]# grep embedded /etc/nagios/nagios.cfg<br>
<font color="#ff0000">enable_embedded_perl=0<br>
use_embedded_perl_implicitly=0</font><br>
<br>
but its still segfaulting trying to init embedded perl....<br>
<br>
[root@g0801 nagios]# gdb -q --args /usr/bin/nagios -d
/etc/nagios/nagios.cfg<br>
Reading symbols from /usr/bin/nagios...(no debugging symbols
found)...done.<br>
(gdb) run<br>
Starting program: /usr/bin/nagios -d /etc/nagios/nagios.cfg<br>
warning: no loadable sections found in added symbol-file
system-supplied DSO at 0x2aaaaaaab000<br>
[Thread debugging using libthread_db enabled]<br>
<br>
Program received signal SIGSEGV, Segmentation fault.<br>
0x0000003165e3432c in ?? () from
/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/libperl.so<br>
(gdb) backtrace<br>
#0 0x0000003165e3432c in ?? () from
/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/libperl.so<br>
#1 0x0000003165e360eb in ?? () from
/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/libperl.so<br>
#2 0x0000003165e385a9 in perl_parse () from
/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/libperl.so<br>
<font color="#ff0000">#3 0x000000000043e9af in init_embedded_perl
()</font><br>
#4 0x0000000000413443 in main ()<br>
(gdb) <br>
<br>
<br>
fstat(4, {st_mode=S_IFREG|0664, st_size=31878, ...}) = 0<br>
rt_sigaction(SIGCHLD, NULL, {SIG_DFL, [], 0}, 8) = 0<br>
readlink("/proc/self/exe", "/usr/bin/nagios"..., 4095) = 15<br>
--- SIGSEGV (Segmentation fault) @ 0 (0) ---<br>
+++ killed by SIGSEGV +++<br>
<br>
</body>
</html>