From: Warren Young Date: March 11 2005 12:52am Subject: Re: Segmentation fault->Result res = query.store(); List-Archive: http://lists.mysql.com/plusplus/4101 Message-Id: <4230EBB8.4010606@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Marco Turchi wrote: >> ldd examples/.libs/resetdb >> > I obtain > ldd .libs/resetdb > libmysqlpp.so.4 => /usr/local/lib/libmysqlpp.so.4 (0x00829000) That's strange. I thought the examples always linked against the MySQL++ library in ../lib. The fact that they apparently do not should be investigated. If /usr/local/lib/libmysqlpp.so.4 is significantly different from the one under ../lib, you could indeed get crashes.