[Mono-list] corlib version problem (Debian)

Daniel Weinand listmail at sharpedit.net
Thu Jul 27 04:52:19 EDT 2006


hello,

I'm just starting with mono. so, perhaps is a basic question. 
I'm developing a mono app using #Develop on a Windows Box.

for Linux testing I'm using a Debian box.
both mono versions are the same:

Windows:
C:\Programme\Mono-1.1.13.8\bin>mono -V
Mono JIT compiler version 1.1.13.8, (C) 2002-2005 Novell, Inc and Contributors. www.mono-project.com
        TLS:           normal
        GC:            Included Boehm (with typed GC)
        SIGSEGV      : normal
        
Linux:
mono -V
Mono JIT compiler version 1.1.13.8, (C) 2002-2005 Novell, Inc and Contributors. www.mono-project.com
        TLS:           normal
        GC:            Included Boehm (with typed GC)
        SIGSEGV      : normal
debian:/tmp#


if i try to run the app on the Debian box, following error occurs:
debian:/tmp# mono test.exe
Corlib not in sync with this runtime: expected corlib version 47, found 46.
Download a newer corlib or a newer runtime at http://www.go-mono.com/daily.

how to update the corlib? mono is installed with apt-get.
do i have to compile the newest mono version without using apt on debian?

or what files need to be replaced on the linux box?

every help is appreciated

cheers

Daniel



More information about the Mono-list mailing list