[Mono-devel-list] OleDb Cannot Load libgda-2.so
Rodrigo Moya
rodrigo at ximian.com
Mon Nov 3 04:42:35 EST 2003
On Fri, 2003-10-31 at 16:25, Met @ Uber wrote:
> 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
> ===
>
hmm, weird. It seems it is trying to open libgda-2.so in the current
directory, instead of the one in /usr/lib. I'm not sure why this could
happen, but seems related to the OleDbTest program.
You could run gda-test to see if libgda is correctly installed. If it
runs correctly, it is.
cheers
More information about the Mono-devel-list
mailing list