Bug #12203.
During simple installation :
./configure
make
su
make install
all goes fine but after installation nothing works.
Not even the tests included to the tar.gz package.
Problem :
Can't find link to
libmysqlpp.so.3 from libmysqlpp.so not even as root.
Probably a broken link. I tried to fix it manually but
nothing worked.
Problem :
Also check uninstall option in the generated Makefile
at line 335 - 336. uninstall doesn't fully works.
The directory : $(prefix)/include/mysql++
can't be deleted because it is not empty so try the command
rm -Rf instead of rmdir (line 335).
or swap lines 335 - 336
Sorry for using the bug tracker initially instead of the mailing list.
I insist that these bugs do exist despite the answer given on the bug
tracker.
Thanks.