Xymon Mailing List Archive search

xymon install issue

3 messages in this thread

list Taylor Lewick · Tue, 29 Jan 2013 14:53:43 -0600 ·
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 · Tue, 29 Jan 2013 15:09:16 -0600 ·
Nevermind, I needed to set LD_LIBRARY_PATH to include /usr/local/lib
quoted from Taylor Lewick

 
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 · Tue, 29 Jan 2013 16:56:44 -0500 ·
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
quoted from Taylor Lewick

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