From: Warren Young Date: October 5 2004 8:09pm Subject: Re: compiling mysql++ examples (fwd) List-Archive: http://lists.mysql.com/plusplus/3547 Message-Id: <4162FF67.6040901@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Enrique Farfan wrote: > #g++ -I /usr/include/sqlplusint -I /usr/include/mysql -I > /usr/local/mysql++-1.7.17/sqlplusint -L > /usr/local/mysql++-1.7.17/sqlplusint -Wno-deprecated -lsqlplus simple1.cc You're not following the instructions in the README. configure the project and build it. simple1 will be built as part of this. If you study examples/Makefile.am, you'll see that it links to mysqlpp, not to sqlplus. Where did you find a reference to this outdated library name? > [sqlplus-1.7.9-1.i386.rpm] Please remove that. It's badly obsolete.