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.