29 Jan
2013
29 Jan
'13
8:53 p.m.
I recently installed xymon 4.3.8. Everything went smoothly, but when I pulled up the webpage I only see a directory listing. No index.html or xymon.html file being generated. I thought it was permissions or problems with apache config.
But after looking at the xymongen.log file I see this:
xymongen: error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file or directory
And I know libpcre was installed, and verified via find:
find / -name libpcre.so.1
/usr/local/lib/libpcre.so.1
Does anyone have any ideas? I don't know where xymon is trying to look for this, or how it passed make and make install and now this is a problem.
Thanks