Jason, I sent an earlier message to the list on this thread about yum packages but didn't CC you, but perhaps you're not on the list.
https://lists.oetiker.ch/pipermail/smokeping-users/2012-June/004728.html As mentioned, I installed "fcgi-perl" package from EPEL, which pulls in "fcgi" package as a dependency (even though FCGI.so doesn't seem to be linked against libfcgi...). (Top result in google for "perl loadable object" suggests your error is about the .so and I noticed it wasn't in your "locate" results, so I'd look into FCGI.so before libfcgi.so.) # rpm -ql fcgi-perl /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/FCGI.pm /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/auto/FCGI /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/auto/FCGI/FCGI.so /usr/share/doc/fcgi-perl-2.4.0 /usr/share/doc/fcgi-perl-2.4.0/ChangeLog /usr/share/doc/fcgi-perl-2.4.0/README /usr/share/doc/fcgi-perl-2.4.0/echo.fpl /usr/share/doc/fcgi-perl-2.4.0/remote.fpl /usr/share/doc/fcgi-perl-2.4.0/threaded.fpl /usr/share/man/man3/FCGI.3pm.gz # rpm -ql fcgi /usr/bin/cgi-fcgi /usr/lib64/libfcgi++.so.0 /usr/lib64/libfcgi++.so.0.0.0 /usr/lib64/libfcgi.so.0 /usr/lib64/libfcgi.so.0.0.0 /usr/share/doc/fcgi-2.4.0 /usr/share/doc/fcgi-2.4.0/LICENSE.TERMS /usr/share/doc/fcgi-2.4.0/README /usr/share/man/man1/cgi-fcgi.1.gz # ldd /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/auto/FCGI/FCGI.so linux-vdso.so.1 => (0x00007fff775fd000) libc.so.6 => /lib64/libc.so.6 (0x00002ad125d0f000) /lib64/ld-linux-x86-64.so.2 (0x0000003eae600000) Eric _______________________________________________ smokeping-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users
