2 messages in com.mysql.lists.plusplusRe: Can´t make the examples work.
FromSent OnAttachments
Gustavo Castro10 Oct 2003 10:24 
Warren Young12 Oct 2003 18:01 
Subject:Re: Can´t make the examples work.
From:Warren Young (war@etr-usa.com)
Date:10/12/2003 06:01:28 PM
List:com.mysql.lists.plusplus

Gustavo Castro wrote:

"lt-simple1 :error while loading shared libraries: libmysqlclient.so.10: cannot open shared object file: No such file or directory".

Your /etc/ld.so.conf file does not point to the nonstandard directory where your mysql libraries are installed. Clearly you are new to Linux; learning how the system works is a prerequisite to understanding how to run nonstandard configurations. If you don't want to learn about this, stick to installing packages in /usr/local.

Also, I don't see where you ran the resetdb program to install the standard data that the examples need to run.