./configure for ndoutils v1.3.1 (mysqlclient libraries?)

Natalie Aloi naloi at experisdatacenters.com
Thu Jul 16 20:24:30 CEST 2009


All, after running ./configure - I get this output...I cannot seem to locate mysql.h however mysql is up & running (I am not sure but have been referenced to mysqlclient - I am not sure exactly why the client is needed...but I did a directory search for all that is mysql and have included that output...with the --with-mysql-inc parameter I know I need to point to the libraries directory and have tried --with-mysql-incl=/usr/lib and =usr/lib/mysql (if I need the client do I have to complile from source and if I do is it simply just running ./configure on it...I have not compiled from source code before (or at least not to my knowledge).

thanks

[root at dns log]# more mysqld.log
090716 12:06:31 mysqld started
090716 12:06:32 [Warning] option 'max_join_size': unsigned value 184467440737095
51615 adjusted to 4294967295
090716 12:06:32 [Warning] option 'max_join_size': unsigned value 184467440737095
51615 adjusted to 4294967295
InnoDB: The first specified data file ./ibdata1 did not exist:
InnoDB: a new database to be created!
090716 12:06:32 InnoDB: Setting file ./ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
090716 12:06:32 InnoDB: Log file ./ib_logfile0 did not exist: new to be created
InnoDB: Setting log file ./ib_logfile0 size to 5 MB
InnoDB: Database physically writes the file full: wait...
090716 12:06:32 InnoDB: Log file ./ib_logfile1 did not exist: new to be created
InnoDB: Setting log file ./ib_logfile1 size to 5 MB
InnoDB: Database physically writes the file full: wait...
InnoDB: Doublewrite buffer not found: creating new
InnoDB: Doublewrite buffer created
InnoDB: Creating foreign key constraint system tables
InnoDB: Foreign key constraint system tables created
090716 12:06:33 InnoDB: Started; log sequence number 0 0
090716 12:06:33 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.0.77' socket: '/var/lib/mysql/mysql.sock' port: 3306 Source distr
ibution
[root at dns log]#

[root at dns ndoutils-1.3.1]# rpm -qa | grep mysql
php-mysql-5.2.5-7.fc9.i386
mysql-libs-5.0.77-1.fc9.i386
mysql-server-5.0.77-1.fc9.i386
mysql-5.0.77-1.fc9.i386

[root at dns ndoutils-1.3.1]# yum install mysql-libs-5.0.77-1.fc9.i386
Loaded plugins: refresh-packagekit
Setting up Install Process
Parsing package install arguments
Package mysql-libs-5.0.77-1.fc9.i386 already installed and latest version
Nothing to do
[root at dns ndoutils-1.3.1]#

output from ./configure from ndoutils-1.3.1 (below) 
checking for mysql/mysql.h... no

*** MySQL include file could not be located... **********************
You chose to compile NDBXT with MySQL support, but I was unable to
locate <mysql/mysql.h> on your system. If the include file is
installed, use the --with-mysql-inc argument to specify the location
of the MySQL include file.
********************************************************************

checking for PQconnectdb in -lpq... no

*** PostgreSQL library could not be located... *********************
You chose to compile NDBXT with PostgreSQL support, but I was
unable to locate the PostgreSQL library on your system. If the
library is installed, use the --with-pgsql-lib argument to specify
the location of the PostgreSQL library.
NOTE: After you install the necessary libraries on your system:
 1. Make sure /etc/ld.so.conf has an entry for the directory in
 which the PostgreSQL libraries are installed.
 2. Run 'ldconfig' to update the run-time linker options.
 3. Run 'make devclean' in the NDBXT distribution to clean out
 any old references to your previous compile.
 4. Rerun the configure script.
********************************************************************

checking libpq-fe.h usability... no
checking libpq-fe.h presence... no
checking for libpq-fe.h... no

*** PostgreSQL include file could not be located... ****************
You chose to compile NDBXT with PostgreSQL support, but I was unable
to locate <libpq-fe.h> on your system. If the include file is
installed, use the --with-pgsql-inc argument to specify the location
of the PostgreSQL include file.
********************************************************************

configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating include/config.h
config.status: include/config.h is unchanged

*** ndoutils 1.3.1 02-15-2006 ***

Type 'make' to compile the NDO utilities.
/
[root at dns /]# find . -name mysql* -print | more
find: ./home/naloi/.gvfs: Permission denied
./home/naloi/Download/ndoutils-1.3.1/db/mysql-upgrade-1.1.sql
./home/naloi/Download/ndoutils-1.3.1/db/mysql-upgrade-1.2.sql
./home/naloi/Download/ndoutils-1.3.1/db/mysql.sql
./usr/bin/mysql_setpermission
./usr/bin/mysql_fix_privilege_tables
./usr/bin/mysql_config
./usr/bin/mysqlbug
./usr/bin/mysql_upgrade_shell
./usr/bin/mysqlhotcopy
./usr/bin/mysqltestmanagerc
./usr/bin/mysql_convert_table_format
./usr/bin/mysqlimport
./usr/bin/mysqltestmanager-pwgen
./usr/bin/mysqldump
./usr/bin/mysqlcheck
./usr/bin/mysqldumpslow
./usr/bin/mysql_install_db
./usr/bin/mysqlbinlog
./usr/bin/mysql_fix_extensions
./usr/bin/mysql_zap
./usr/bin/mysql_tzinfo_to_sql
./usr/bin/mysql_secure_installation
./usr/bin/mysqltestmanager
--More--find: WARNING: Hard link count is wrong for ./proc/1: this may be a bug in your filesystem driver. Automatically turning on find's -noleaf option. Earlier results may have failed to include directories that should have been searched.
./usr/bin/mysqltest
./usr/bin/mysql
./usr/bin/mysqlaccess
./usr/bin/mysqld_multi
./usr/bin/mysql_waitpid
./usr/bin/mysqlshow
./usr/bin/mysql_tableinfo
./usr/bin/mysqladmin
./usr/bin/mysqld_safe
./usr/bin/mysql_upgrade
./usr/bin/mysql_explain_log
./usr/bin/mysql_find_rows
./usr/libexec/mysqld
./usr/libexec/mysqlmanager
./usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi/auto/DBD/mysql
./usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi/auto/DBD/mysql/mysql.
so
./usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi/Bundle/DBD/mysql.pm
./usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi/DBD/mysql.pm
./usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi/DBD/mysql
./usr/lib/mysql
./usr/lib/mysql/mysql_config
./usr/lib/mysql/mysqlbug
./usr/lib/php/modules/mysqli.so
./usr/lib/php/modules/mysql.so
./usr/share/vim/vim71/syntax/mysql.vim
./usr/share/info/mysql.info.gz
./usr/share/man/man1/mysqldump.1.gz
./usr/share/man/man1/mysqlhotcopy.1.gz
./usr/share/man/man1/mysql_explain_log.1.gz
./usr/share/man/man1/mysql_fix_extensions.1.gz
./usr/share/man/man1/mysql_config.1.gz
./usr/share/man/man1/mysqlimport.1.gz
./usr/share/man/man1/mysql.1.gz
./usr/share/man/man1/mysqld_multi.1.gz
./usr/share/man/man1/mysql_upgrade.1.gz
./usr/share/man/man1/mysqlbinlog.1.gz
./usr/share/man/man1/mysqlaccess.1.gz
./usr/share/man/man1/mysqltest.1.gz
./usr/share/man/man1/mysqlshow.1.gz
./usr/share/man/man1/mysql_tzinfo_to_sql.1.gz
./usr/share/man/man1/mysql.server.1.gz
./usr/share/man/man1/mysqladmin.1.gz
./usr/share/man/man1/mysql_install_db.1.gz
./usr/share/man/man1/mysql_waitpid.1.gz
./usr/share/man/man1/mysqldumpslow.1.gz
./usr/share/man/man1/mysql_secure_installation.1.gz
./usr/share/man/man1/mysql_fix_privilege_tables.1.gz
./usr/share/man/man1/mysqlman.1.gz
./usr/share/man/man1/mysqlbug.1.gz
./usr/share/man/man1/mysql_find_rows.1.gz
./usr/share/man/man1/mysql_convert_table_format.1.gz
./usr/share/man/man1/mysql_setpermission.1.gz
./usr/share/man/man1/mysqlcheck.1.gz
./usr/share/man/man1/mysql_zap.1.gz
./usr/share/man/man1/mysqld_safe.1.gz
./usr/share/man/man1/mysql_tableinfo.1.gz
./usr/share/man/man8/mysqld.8.gz
./usr/share/man/man8/mysqlmanager.8.gz
./usr/share/doc/mysql-server-5.0.77
./usr/share/doc/mysql-5.0.77
./usr/share/mysql
./usr/share/mysql/mysql_system_tables_data.sql
./usr/share/mysql/mysql_system_tables.sql
./usr/share/mysql/mysql_test_data_timezone.sql
./usr/share/mysql/mysql_fix_privilege_tables.sql
./var/run/mysqld
./var/run/mysqld/mysqld.pid
./var/log/mysqld.log
./var/lib/mysql
./var/lib/mysql/mysql.sock
./var/lib/mysql/mysql
./var/lock/subsys/mysqld
./etc/ld.so.conf.d/mysql-i386.conf
./etc/php.d/mysqli.ini
./etc/php.d/mysql.ini
./etc/rc.d/init.d/mysqld
[root at dns /]#

Network Operations Center Manager 
Experis Data Center LLC 
8209 Valley Pike 
PO Box 535 
Middletown,VA 22645 
phone:540-869-8702 
cell:240-988-3267 
fax:540-869-8710 
e-mail:naloi at experisdatacenters.com
Network Operations Center Manager 
Experis Data Center LLC 
8209 Valley Pike 
PO Box 535 
Middletown,VA 22645 
phone:540-869-8702 
cell:240-988-3267 
fax:540-869-8710 
e-mail:naloi at experisdatacenters.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-lists.org/archive/users/attachments/20090716/d481edb8/attachment.html>
-------------- next part --------------
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
-------------- next part --------------
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null


More information about the Users mailing list