Load .so error

Fabian Cenedese Cenedese at indel.ch
Thu Oct 10 02:16:12 CDT 2002


> > I already managed to load a .so recently but I can't get it to work
> > on my
> > new PC. The Windows dll was MyDll.dll which I turned now into a .so.
> > ELF_LoadLibraryExA is looking for a libMyDll.so but returns with
> > error=2.
> > I couldn't find out what this error means. I have my .so with same
> > spelling
> > and case in various places (local to exe, windows\system, /usr/lib,
> > /usr/local/lib) but nothing helped. I take it that this is a Linux
> > problem and
> > not from wine. Maybe something with rights?
>
>The error 2 is in many cases file not found.
>See include/winerror.h :
>
>78:#define ERROR_FILE_NOT_FOUND                               2

This error 2 is the return value of dlopen/dlerror, I don't think that
Windows errors apply here (though it may be the same error).

bye  Fabi






More information about the wine-devel mailing list