Hi,
First, I have installed libzdb with full package (MySQL, PostgreSQL, SQLite and Oracle) on default Prefix. Then I install again with ./configure --without-postgresql --without-sqlite --without-oci --prefix=/project/libzdb-mysql Cause I only want to use the mysql package only, but after I compile my program and use the library on /project/libzdb-mysql why it still use libclntsh.so.11.1, libsqlite3.so.0, libnnz11.so (the library for oracle and sqllite), how to remove it?
Please help me, I have to upload my program on my server without PostgreSQL, SQLite and Oracle package.
Thanks