Hi,
Thanks for your advice Warren.
The error was no more after I did what you told me to do.
But now instead of an error a fault is occurring.
[prompt]$ ./a.out
Segmentation fault
What should do now?
Mysql Plusplus wrote:
> ./a.out: error while loading shared libraries: libmysqlpp.so.3:
> cannot open shared object file: No such file or directory
Either you did not install MySQL++, or you installed it in a directory
not seen by your dynamic linker.
On Linux, check that the directory libmysqlpp.so* is in is listed in
/etc/ld.so.conf. If it isn't add it, and run ldconfig. All of this as
root.