Could you tell us what compilation configuration you used? I attached a full working sample (which cleanly build and execute on a standard Fedora 13). That example simply builds from the command line: make There are Shell scripts, and the corresponding SQL scripts, for: * creating a 'soci' user on MySQL * creating a 'soci_test' database (on MySQL) * creating the 'categories' table, and fill that latter
That example, of course, does not core dump. You may have forgotten a library in your configuration? To use gdb from the command line, it is then as easy as: gdb sample_soci_mysql Note, Valgrind can also give some nice debugging hints: valgrind ./sample_soci_mysql Regards Denis
soci_sample_test.tar.bz2
Description: BZip2 compressed data
------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________ Soci-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/soci-users
