Nevermind, I needed to set LD_LIBRARY_PATH to include /usr/local/lib
From: taylor lewick [mailto:tlewick at apsaranetworks.com] Sent: Tuesday, January 29, 2013 2:54 PM To: 'xymon at xymon.com' Subject: xymon install issue
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