From: Warren Young Date: September 21 2004 7:25pm Subject: Re: mysql connection close segmentation fault problem List-Archive: http://lists.mysql.com/plusplus/3515 Message-Id: <4150801E.3080109@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Calin Vaida wrote: > > All have worked ok until i switch the sistem and the mysql++ driver > to a new one. So my problem appear for the same application but > running on a suse 9.1 with mysql++1.7.17 and using Are you changing to #include instead of sqlplus.hh when moving to the new library? If you mix old headers and new libraries, you may cause problems.