9 messages in com.mysql.lists.plusplusRe: Core dump with 1.7.9 and MySQL 4....
FromSent OnAttachments
Ben Clewett23 May 2003 02:15 
Ben Clewett23 May 2003 05:22 
Warren Young28 May 2003 08:59 
Sinisa Milivojevic29 May 2003 04:31 
Ben Clewett29 May 2003 07:26 
Sinisa Milivojevic30 May 2003 04:35 
Ben Clewett30 May 2003 05:04 
Warren Young30 May 2003 17:49 
Sinisa Milivojevic31 May 2003 05:02 
Subject:Re: Core dump with 1.7.9 and MySQL 4.0.13 on Linux
From:Warren Young (war@etr-usa.com)
Date:05/28/2003 08:59:38 AM
List:com.mysql.lists.plusplus

Ben Clewett wrote:

install). I now find all my existing working code now produces a core dump on the connect method.

Before chasing more exotic causes, first make sure you're catching any exceptions. It may be something as simple as a permissions problem.

The 'mysqlclient' I have came with MySQL 4. Do I need another version?

Check your system for libmysqlclient*.so. If you find one, ensure that the lib directory where it is located is listed in /etc/ld.so.conf. Then run ldconfig to regenerate the ld.so cache. Then rebuild MySQL++ and see if this message goes away.

If you can't find libmysqlclient*.so, that explains the message. Find out if there's another binary distribution you can use, and if not, you may have to rebuild MySQL from source.