From: Warren Young Date: October 14 2008 10:32am Subject: Re: Problems Building Mysql++ on Fedora Core 2 List-Archive: http://lists.mysql.com/plusplus/8027 Message-Id: <432FB284-4233-44C7-93AE-6CE47F6F3707@etr-usa.com> MIME-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit On Oct 13, 2008, at 10:26 PM, Mark Easton wrote: > g++ -o test_cpool test_cpool_cpool.o -L. -lmysqlclient - > lmysqlpp > ./libmysqlpp.so: undefined reference to `mysql_thread_end' > ./libmysqlpp.so: undefined reference to `mysql_set_server_option' Are you sure you have only one libmysqlclient on your system? Older Red Hattish Linuxen come with MySQL 3.23, so if that's still around, you could be getting symptoms like this. There can be only one. Also, if you've built MySQL from source, try installing the official RPMs from mysql.com instead.