[Mono-devel-list] OleDb Cannot Load libgda-2.so

Daniel Morgan danielmorgan at verizon.net
Sat Nov 1 11:56:51 EST 2003


I am cc'ing the GNOME-DB folks.  They may have an idea.

If you're trying to connect to PostgreSQL; there are many providers you
could use if OLE DB does not work for you.

1. There is Npgsql (included in Mono) works on .net and Mono
http://gborg.postgresql.org/project/npgsql/projdisplay.php

2. Then there is the Mono.Data.PostgreSqlClient in Mono.  It only works on
Mono
and requires the PostgreSQL client library libpq.  It is deprecated in favor
of Npgsql.

3. There is the PostgreSQL .net provider from ByteFX.Data.
I do not know if it works on Mono, but their MySQL provider does.
http://sourceforge.net/projects/mysqlnet/

4. PgSqlClient.  don't know about this one.
http://sourceforge.net/projects/pgsqlclient/

5. Use the System.Data.Odbc that is included in Mono.  On Windows, it uses
the native Windows ODBC support.  On Linux, you will need unixODBC or iODBC.
http://www.go-mono.com/odbc.html

-----Original Message-----
From: mono-devel-list-admin at lists.ximian.com
[mailto:mono-devel-list-admin at lists.ximian.com]On Behalf Of Met @ Uber
Sent: Friday, October 31, 2003 10:26 AM
To: Mono-devel
Subject: [Mono-devel-list] OleDb Cannot Load libgda-2.so


So its a good deal of time later and I'm still having the exact same
problem with OleDb and its inability to find the shared object
libgda-2.so.  I have the installed libgda RPM's from gnome-Db's ftp
site.  They are installed in /usr/lib/*.  I then wrote up the OleDb Test
connection file with a few modifications (try/catch/finally).  The
program compiles just fine.  But when I try to execute it (mono
OleDbTest.exe) errors gallor run across my console.

===
** (OleDbTest.exe:13979): WARNING **: Failed to load library
./libgda-2.so (gda-2): ./libgda-2.so: cannot open shared object file: No
such file or directory
===

It seems like its trying to find libgda in a local directory, but this
can't/shouldn't happen.  Any ideas about how to fix this?  This is my
only possibility for getting OJB.NET running on Linux with PostreSql, so
I'm kind of in a bind.

~ Matthew


_______________________________________________
Mono-devel-list mailing list
Mono-devel-list at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list




More information about the Mono-devel-list mailing list