All,

This one's a bit long, but I'm trying to give all the info I have and
everything I've tried, so please be patient with me. *grin*

Okay, I'm implementing nagios (http://www.nagios.org), which is a very
cool network services monitoring system.  I installed it with all of the
defaults, and everything worked great.  The only issue was that setting
up all of the configuration files for each object was a serious pain in
the neck.

I then found Nagmin, a webmin module for Nagios.  I got it installed,
and it works great!  Unfortunately, Nagmin uses MySQL (which I had
installed), and the nagios install I had done uses text file configs.

I set out to recompile Nagios with MySQL support.  The first step is to
run ./configure --with-mysql-xdata, but it's not finding the mysql
libraries.

I'm runnning RedHat 8.0, with everything up2date.  I hadn't had
mysql-devel installed, so I installed that with up2date, cleared the
config cache and tried it again.  Again, configure isn't finding the
libraries.  The configure program said to check the ld.so.conf file for
entries for the libraries.  It looks right to me (file shown at the
bottom of the post).  So, I ran ldconfig and then cleared the cache
again, and still no dice.

I have the following RedHat RPMs installed:

mysql-devel-3.23.56-1.80
mysql-3.23.56-1.80
mysql-server-3.23.56-1.80

my /etc/ld.so.conf looks like:

/usr/kerberos/lib
/usr/X11R6/lib
/usr/lib/qt-3.0.5/lib
/usr/lib/sane
/usr/lib/mysql
/usr/include/mysql

I don't know what else to check...

Thanks!

Ben


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to