On Thu, 2005-08-25 at 11:20 +0000, valva fernan wrote: > Hello: > I've just installed libgda on my itanium server. I've installed the > following debian packages: > libgda2-dev, libgda2-common, gda2-mysql and libgda2-3. > > When I run gda-test with the following config file, I get: > > = Testing configuration API > ========================================= > Section /apps/libgda > Section /apps/libgda/Datasources/GDA-Temporary-Data-Source-0 > Key 'Provider' = 'MySQL' > Key 'DSN' = > 'PORT=3306;USER=root;PASSWORD=xxxxxx;DATABASE=ossim;HOST=localhost' > Key 'Description' = 'Temporary data source created by libgda. Don't > remove it' > Section /apps/libgda/Datasources/Default > Key 'Provider' = 'XML' > Key 'Username' = 'nouser' > Key 'DSN' = 'URI=/tmp/gnome-db-test.db' > Key 'Description' = 'Default data source' > > ========================================= > = Testing provider configuration API > ========================================= > Provider = XML > location = /usr/lib/libgda/providers/libgda-xml.so > description = XML provider, based on the libgda XML database format > gda_params =Segmentation fault > > I have done the same installation on a x86 machine and I have changed the > config file so that the gda-test uses the itanium's database and it works > OK. > > I don't know if I'm doing something bad because I've never used libgda. > Any idea about what it is happening? > Would it be a good idea to compile libgda from sources? > if the packages you're using contain debuginfo, no need to. To check it, just run gda-test in gdb:
$ gdb gda-test (gdb) r ....now it runs, let it crash, and when it crashes: (gdb) bt and send us the output of that. -- Rodrigo Moya <[EMAIL PROTECTED]> _______________________________________________ gnome-db-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-db-list
