dCore Import Debian Packages to Mountable SCE extensions > dCore X86

Mono 5.0.1

(1/3) > >>

mzlj10:
Hello,

I'm having a problem running mono 5.0.1.
I add extra repository for sce-import and download the latest version from mono-project.com and install it.
But when I want to run some mono programs get an error for
--- Code: ---system.dllnotfound exception: libc
--- End code ---
If I remember correct I was having problems before with mono, but someone made the extension for dCore and everything was working from then on.
Can someone help me with that? I think the problem is with linking libc library so mono can find it and use it. Any tips how to do it?

Best regards

Jason W:
Which version of dCore are you using, and what is the extra repo entry?

mzlj10:
Version: dCore xenial
repo: http://download.mono-project.com/repo/ubuntu xenial main

http://www.mono-project.com/download/#download-lin-ubuntu I got the extra repo from this site.

Jason W:
I saw the below workaround posted online.  I will look more into it when I have my dCore install available this evening.  Mono apparently looks for libc.so instead of libc.so.6

cd /lib/i386-linux-gnu/
ln -s libc.so.6 libc.so

If this works, it could be put in a mono extra repo startup script.

Jason W:
What mono programs were you running in which there were errors?  I don't see any errors just invoking mono* commands. 

Navigation

[0] Message Index

[#] Next page

Go to full version