Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using dotnet core #12

Open
mikkeljohnsen opened this issue Jan 10, 2022 · 3 comments
Open

Using dotnet core #12

mikkeljohnsen opened this issue Jan 10, 2022 · 3 comments

Comments

@mikkeljohnsen
Copy link

Hi

I'm trying to change my project from Mono to dotnet on Linux, Windows and macOS.

I get this error on Linux:

Unable to load shared library 'intl' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: libintl: kan ikke åbne delt objektfil: Ingen sådan fil eller filkatalog
   at Mono.Unix.Catalog.bindtextdomain(IntPtr domainname, IntPtr dirname)
   at Mono.Unix.Catalog.Init(String package, String localedir)

Why is the DLL not referencing the correct files on the OS ?

dotnet can not use the "Mono.Unix.dll.config" file. So how is this going to work ?

@mikkeljohnsen
Copy link
Author

If I rename "libMono.Unix.so" to "libintl.so" it works. Is that the intention ?

@tsuckow
Copy link

tsuckow commented Mar 28, 2022

That sounds like you might be trying to use a platform with an incompatible build of libc. What linux distro is it?

@Gzushgshsh
Copy link

That sounds like you might be trying to use a platform with an incompatible build of libc. What linux distro is it?

I had the same problem, I notice that the solution of the person who made this issue only interferes in the execution of the program, the intenationalization does not work at all.
I'm using MX-Linux 23. I couldn't find the libintl.so library on the system, I only found this other file:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants