[Mono-list] System.DllNotFoundException: oci
Gilles FAVIER
gilles.favier2605@wanadoo.fr
Wed, 13 Apr 2005 08:38:06 +0200 (CEST)
Hi,
Ok didn't really know all of that... :)
I will work on that point, as it is a problem of Library, how can i Fix that?
I believe the library problem is with Mono ( i missed something somewhere) because i tried another application : with a simple Box an a button and it didn't work either, i got a different error message but starting the same way: SystemDLLNotFound...
What i did about my librairies is that i added /usr/lib and /usr/local/lib in the ld.so.conf
Anything more?
Thanks a lot
Gil
> Message du 12/04/05 18:32
> De : "Peter Dennis Bartok" <peter@novonyx.com>
> A : mono-list@lists.ximian.com
> Copie à :
> Objet : Re: [Mono-list] System.DllNotFoundException: oci
>
> >As you see my system perfectly compiles... which means i have the library
> >and i use them i am not sure this is the answer to my problem.
> >I have installed absolutely all the packages i could find on Mono/Download,
> >but maybe i am still missing something? Maybe there is a command line that
> >could proove i installed them correctly?
> Successful compilation of managed code does *not* mean that you have the
> unmanaged libraries installed. The assembly you're using could P/Invoke into
> unmanaged code, and when it does and the library from which it tries to pull
> a function does not exist, you get the DllNotFoundException.
>
> Peter
>
> _______________________________________________
> Mono-list maillist - Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
>