Hi all,
I have installed Mysql++ through "mysql++-2.1.1.tar.gz (1.8 MB, 2006.04.08)
Library source code"
and run following commands after changing directory to
"/usr/src/mysql++-2.1.1"
(1) ./configure
(2) make
(3) su
(4) make install
now whenever i run some example program given in /examples error occured as
shown below
command: " # ./simple1 "
Error : " ./simple1: error while loading shared libraries: libmysqlpp.so:
cannot open shared object file: No such file or directory "
I have Fedora Core 4 Installed