Hi! I'm trying to run a Windows Application that uses a Windows Oracle Client version. The GUI works ok, but when I login, the program gives me 'OCI.DLL: module not found'. Looking for something into winnedbg I noticed it calls OCI.DLL and loads ok, then start to load some libs, like SQLORA8.DLL, and so on.. until a DLL that it can't find and can't say me the name. Any hints? Thanks. Vinicius
Vinicius 'Corvu' BR <vinicius.snts@gmail.com> wrote:> Looking for something into winnedbg I noticed it calls OCI.DLL and > loads ok, then start to load some libs, like SQLORA8.DLL, and so on.. > until a DLL that it can't find and can't say me the name.First off: wine version? I don't quite understand how wine can be looking for a DLL it doesn't know the name of. What messages do you get when you use WINEDEBUG="+loaddll" ? Daniel
Vinicius 'Corvu' BR
2006-Jul-07 09:40 UTC
[Wine] Re: Running Windows Oracle App into linux
Hi! I'm trying to update my Wine Version (0.9.16 and 0.9.20), but it can't see the glibc (it says the glibc is not installed). I'm working on it now. I contacted the software developer and he said me he didn't try it yet, but said to try to install the Oracle Windows-version under Linux. Note: the Linux Version of Oracle is not seem by the software. Thanks for the help. Vinicius