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…
This entry was posted on Tuesday, August 14th, 2007 at 11:48 am and is filed under .NET related, Data Management Solutions, Digital Media Production, Hardware Stuff, root. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
[...] to just copy my Windows console-based applications over to Ubuntu 6.0.6 and just run them. However, my previous entry on this subject implies that I could install a broken Mono 1.2.4 on 6.0.6 and ‘just run [...]