first_page

My Mono 1.2.4 Install Failed on Ubuntu 6.0.6, Kernel 2.6.15-27-386

Mono 1.2.4 will install successfully and leave behind this message:Missing libraries:


liblinc.so.1


It appears your system may be unable to run graphical apps included in this installer. Please fix unresolved symbols by installing the necessary packages for your system. An error like this common and usually ignored. However when I ran monodevelop these few lines suggest something more:ERROR: Add-in scan operation failed. The Mono runtime may have encountered an error while trying to load an assembly. Scanning file: /home/rasx/appRoot/mono-1.2.4/lib/monodevelop/AddIns/MonoDevelop.Core.Gui.addin.xml

Could not load some add-in assemblies: Could not load file or assembly 'gtk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f' or one of its dependencies. Could not load some add-in assemblies: Could not load file or assembly 'gtk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f' or one of its dependencies.

Scanning file: /home/rasx/appRoot/mono-1.2.4/lib/monodevelop/AddIns/MonoDevelop.Ide.dll

ERROR: Add-in scan operation failed In response and with great ignorance, I installed these packages: libgnome32, libgnomesupport0, libgnomeui32, gtk-sharp and gtk-sharp2 with a truckload of dependencies. The same errors showed up. I also played with the mono environment variables—no deal.

My guess is that my version of Ubuntu is not ‘new’ enough to run the latest mono and all of its Moonlight goodies. Time to test out Moonlight on OpenSUSE…

rasx()