[Mono-devel-list] IBM DB2 db2_36.so problem

Rafael Teixeira monoman at gmail.com
Fri Jul 1 10:44:06 EDT 2005


The file you need is libdb2_36.so. Do a locate for it.

For 8.1 it would be something like

/opt/IBMdb2/V8.1/lib/libdb2_36.so

So a 

/sbin/ldconfig /opt/IBMdb2/V8.1/lib

would make the library loader know where to find your copy of libdb2_36.so.

But I'm not sure version 8.2 is compatible with the current DB2
provider (I could not find definite documentation in the web but the
library may have been renamed to libdb2.so and may not be ABI/API
compatible).

Also they've developed their own ADO.NET provider for 8.2 but it only
installs for .NET in Windows.

:)


On 7/1/05, Pablo Cardona <pcardona37 at gmail.com> wrote:
> Hi, I'm trying to access to a DB2 database in a remote computer, and
> this exceptions is thrown:
> 
> Unhandled Exception: System.DllNotFoundException: db2_36
> 
> I've read in the mono-project web page that I need the library
> db2_36.so, but I can't find this library anywhere.
> I,ve installed IBM DB2 Personal Developer's Edition v8.2 but this
> library is not installed, so I don't know where can I find this
> library.
> So does anybody know where I can get this library??
> 
> Thanks.
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
> 


-- 
Rafael "Monoman" Teixeira
---------------------------------------
I'm trying to become a "Rosh Gadol" before my own eyes. 
See http://www.joelonsoftware.com/items/2004/12/06.html for enlightment.
It hurts!



More information about the Mono-devel-list mailing list