I have to tried reconfigure it again, using
./configure --with-mysql=yes --prefix=/project/libzdb-mysql Result :
| SQLite3: ENABLED | | MySQL: DISABLED | | PostgreSQL: DISABLED | | Oracle: ENABLED | The mysql become disabled?
./configure --with-postgresql=no --with-sqlite=no --with-oci=no --with-oci-include=no --with-oci-lib=no --prefix=/project/libzdb-mysql Result : | SQLite3: DISABLED | | MySQL: ENABLED | | PostgreSQL: DISABLED | | Oracle: DISABLED | It seems the configuration is correct, but after I compile my program which use this library, it still request libclntsh.so.11.1, libsqlite3.so.0, libnnz11.so (the library for oracle and sqllite)
Is there a bug on "make" libzdb installation or I miss something?
Thanks
________________________________ Dari: Volodymyr Tarasenko tvntsr@yahoo.com Kepada: Hans Richardo qrx_1088@yahoo.com; Paul J Stevens paul@nfg.nl; This is the libzdb general mailing list libzdb-general@tildeslash.com; This is the libzdb general mailing list libzdb-general@tildeslash.com Dikirim: Senin, 25 Juni 2012 17:09 Judul: Re: Bls: Lizdb Only Mysql Package
Hi,
Try to reconfigure it, at this time try to not use --without option, just define exactly you need (I'm too far from my home PC, so pls check configure --help to correct syntax) check : --with-mysql=yes Good luck, Volodymyr!
________________________________ From: Hans Richardo qrx_1088@yahoo.com To: Paul J Stevens paul@nfg.nl; This is the libzdb general mailing list libzdb-general@tildeslash.com Sent: Monday, June 25, 2012 12:57 PM Subject: Bls: Lizdb Only Mysql Package
Because I want to try this library for mysql and oracle on my local RHEL, but I don't use it on my server. I only need the mysql on my server, but I only can compile my program on my local RHEL which has full package.
How to resolve it?
Thanks
________________________________
On 06/25/2012 09:25 AM, Hans Richardo wrote:
Hi,
First, I have installed libzdb with full package (MySQL, PostgreSQL, SQLite and
Oracle) on default Prefix.
Maybe a dumb question, but why? Why install postgresql, sqlite and oracle if you really don't need them?