Re: Linux Install Help -
13-05-2005
Install the gcc and recompile the source code will fix your problem. That's because the .so file is dynamically linked, but the other .so file (something like mfc42.dll in Windows) doesn't exist (That's actually a similar problem as "dll hell" in Windows).
|