Xymon Mailing List Archive search

xymon install issue

list Taylor Lewick
Tue, 29 Jan 2013 14:53:43 -0600
Message-Id: <003001cdfe62$ba631c40$2f2954c0$@com>

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