[Mono-list] System.DllNotFoundException, but dll is there.

Robert Jordan robertj at gmx.net
Mon Oct 26 19:20:45 EDT 2009


Lecio wrote:
> Robert,
> 
> I did what you said and the 'ldd ./libUFScanner.so' displayed :
> 
>         linux-gate.so.1 =>  (0xb7f80000)
>         libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7e5d000)
>         libm.so.6 => /lib/i686/cmov/libm.so.6 (0xb7e37000)
>         libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7e0c000)
>         libc.so.6 => /lib/i686/cmov/libc.so.6 (0xb7cad000)
>         /lib/ld-linux.so.2 (0xb7f81000)
> 
> Please is there any error above ?

Yes, the error is implicit: the library was not properly
linked against libusb (See Paolo's answer on this thread).

Robert



More information about the Mono-list mailing list