discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SQLClient don't create MySQL bundle


From: Jaroslav Joska
Subject: SQLClient don't create MySQL bundle
Date: Fri, 18 Jul 2008 23:54:25 +0200
User-agent: Thunderbird 2.0.0.14 (X11/20080503)

Hi,
I am really new in Objective C. I have php form and MySQL database on my laptop. (FreeBSD 6.3, MySQL5). I am trying to build an application in GNUstep which will be do the same like php form. I downloaded SQLClient and in first I didn't noticed this report:

# ./configure --enable-mysql-bundle --disable-postgres-bundle --disable-jni-bundle --disable-sqllite-bundle
checking if Jdbc support was manually disabled... no: build if possible
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking /usr/local/include/firefox/jni.h usability... no
checking /usr/local/include/firefox/jni.h presence... no
checking for /usr/local/include/firefox/jni.h... no
*********************************************
Unable to locate jni header (is it installed)
*********************************************
checking if Mysql support was manually disabled... no: build if possible
checking /usr/local/include/mysql/mysql.h usability... yes !!!!!!!!!! At first I didn't change path, next time I changed path in this place to mysql.h file and !!!!!!!!!!
checking /usr/local/include/mysql/mysql.h presence... yes
checking for /usr/local/include/mysql/mysql.h... yes
*********************************************************
Unable to locate mysqlclient headers (are they installed)
*********************************************************
checking if Sqllite support was manually disabled... yes: disabled from the command-line checking if Postgres support was manually disabled... yes: disabled from the command-line
The JDBC backend bundle will NOT be built
The MySQL backend bundle will NOT be built !!!!!!!!!!! the result is for everythime the same.!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
The SQLite backend bundle will NOT be built
The Postgres backend bundle will NOT be built
The ECPG backend bundle will NOT be built
The Oracle backend bundle will NOT be built
configure: creating ./config.status
config.status: creating config.make
config.status: creating config.h
config.status: config.h is unchanged



I can't create MySQL bundle which I need to access a MySQL database. This is my application error log after installation SQLClient without making MySQL bundle:

2008-07-18 23:43:12.942 KNIHA[10691] unable to load bundle for 'MySQL' server type ... failed to locate bundle in ("/usr/GNUstep/Local/Library")

I am sorry for my horrible english.
Any ideas?

Best regards, Jozin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]