Re: [Nagios-users] check_mysql compile issue - x86_64

2006-02-17 Thread Jim Perrin
> this is on a CentOS 4.2 box (RHEL4) - it can now find the lib but any > ideas on the version issue? Slightly off topic but... Why are you building this from source? It's already been built and packaged in rpm form for use on RHEL/CentOS. I run these packages on centos regularly with no problem

Re: [Nagios-users] check_mysql compile issue - x86_64

2006-02-17 Thread Tom Brown
It's not the *best* solution but a work around to this is to manually edit the configure file before doing your ./configure as the configure file has /usr/lib hard-coded and won't figure out /usr/lib64 without some help *note* all this is from a Red Hat point of view, may require some modificat

Re: [Nagios-users] check_mysql compile issue - x86_64

2006-02-17 Thread Chris Stankaitis
It's not the *best* solution but a work around to this is to manually edit the configure file before doing your ./configure as the configure file has /usr/lib hard-coded and won't figure out /usr/lib64 without some help *note* all this is from a Red Hat point of view, may require some modification

[Nagios-users] check_mysql compile issue - x86_64

2006-02-17 Thread Tom Brown
Hi I seems to be having an issue compiling the check_mysql plugin on a x86_64 box. I have MySQL installed and running and my compile line looks like... ./configure --prefix=/opt/nagios-2.0 --with-nagios-user=nagios --with-nagios-group=nagios --with-cgiurl=/cgi-bin --with-mysql=/opt/mysql h