On 13/08/09 12:47 PM, "Misja Alma" <[email protected]> wrote:
> Hi, > > Thanks for your help. > When run from the command line Gnubg gives the error message '(No > game) Segmentation fault' before crashing. > > I tried adding a new database (I didn't find the > Settings/Options/Database tab until now ..) but when I open the > Database tab it doesn't let me add any database. > The DB Type drop down is empty, and under info it says 'Database > connection failed, installation problem!'. > > I do have both sqlite and mysql installed on my system, but apparently > I still need to do something else? > Howdy, This really seems like the Database components aren't available. There are two things. >From the command line (In the directory where you build gnubg) run it with this command: gdb ./gnubg Then when GSB prompt appears type: run Now go and add a record to the database. When it fails type this command in gdb (The debugger): bt BT will give a backtrace of the segfault so that we can help identify the issue. Since I believe there may be missing header files (and development files) on your system can you also email me a copy of the files (They are in the directory where you built gnubg): config.h config.log Mike _______________________________________________ Bug-gnubg mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gnubg
