View Single Post
Re: Linux Install Help
Old
  (#8)
Whistler
Summoner
 
Whistler's Avatar
 
Status: Offline
Posts: 1,499
Join Date: Feb 2004
Location: Mist Village
Default 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).
  
Reply With Quote