xymon install issue
list Taylor Lewick
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
list Taylor Lewick
Nevermind, I needed to set LD_LIBRARY_PATH to include /usr/local/lib
▸
From: taylor lewick [mailto:user-d358ff478891@xymon.invalid]
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
list David W David Gore
Taylor, You did not include your OS or how you installed so in general you need to install the dev(elopement) version of libpcre and recompile and reinstall xymon. ~David
▸
From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behalf Of taylor lewick
Sent: Tuesday, January 29, 2013 15:54
To: xymon at xymon.com
Subject: [Xymon] 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