I am now trying to get mysql++ to run on my redhat 7.2 system with gcc 2.96. It
is working fine with my gcc 3.0.4 compiler on my other redhat system, but for
several reasons I wouldn't like to upgrade the compiler on this system to 3.0.4
Mysql++ 1.7.9 builds fine with no errors, including the examples. But when I run
example simple1 (after adding the "mysql_cpp_data" DB and adjusting the
Connection constructor parameters of course) I get a segmentation fault in the
Connection constructor, with no exceptions caught. Is there a problem with
mysql++ with 2.96?
thanks,
Rich