[mono-packagers] Corlib not in sync with this runtime: expected corlib version 69, found 82

Marc Weber marco-oweber at gmx.de
Fri Jan 22 20:06:52 EST 2010


> I've successfully build and installed these versions:
>   monodevelop-2.2
>   gtk-sharp-2.12.9
>   gtkmozembed-sharp-0.7-pre41601
>   mono-2.4.2.1
This was a typo. I used this source package: http://ftp.novell.com/pub/mono/sources/mono/mono-2.6.tar.bz2
the typo only affected the installation path name.

Nix is a "pure" package manager. You can read more about it at www.nixos.org
The main advantage is that each package knows about its dependencies.
For example rpath is set to accomplish this.
Each package is installed into its own /nix/store/hash-name
directory. So you can have multiple versions of the same package
at the same time installed.

Anyway. Thanks! I got it. It's up and runnig.
I added
  LD_LIBRARY_PATH=$mono/lib

But this was correct:
  MONO_GAC_PREFIX=$mono/lib/libMonoPosixHelper.so"

Adding lib to LD_LIBRARY_PATH messed things up.

There is still an issue creating a gtk project. But I think I can fix
this myself. Thank you for listening!

Marc Weber


More information about the mono-packagers-list mailing list