all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Yuri Khan <yurivkhan@gmail.com>
To: edhoari.s@gmail.com
Cc: help-gnu-emacs <help-gnu-emacs@gnu.org>
Subject: Re: Dotnet core run error on eshell
Date: Fri, 9 Nov 2018 12:44:41 +0700	[thread overview]
Message-ID: <CAP_d_8VCEmt1b1u9o6aM46+o4rmUWbPHchwN5aawup5jWXp_Lg@mail.gmail.com> (raw)
In-Reply-To: <CAFFWFahU24VNdJn6+7-CcW7j-iebKE33qZLj-it_28Lqpe9_Dg@mail.gmail.com>

On Fri, Nov 9, 2018 at 11:56 AM Edhoari Setiyoso <edhoari.s@gmail.com> wrote:

> I'm working on a simple dotnet core project and strangely enough it won't
> run on eshell or any inferior shell but it runs just fine on regular
> terminal.
>
> I'm on Debian 9 Stretch x86-64 using emacs binary from appimage.

Why not the package from your Debian distribution?

I’m not well acquainted with appimage but the idea of packaging
dependencies makes me highly suspicious because that might mean it
directs the library loader to look for libraries in a non-default
path, and that might interfere with its ability to load libraries
installed outside the appimage.

> $ dotnet run
>
> System.TypeInitializationException: The type initializer for 'Http' threw
> an exception. ---> System.TypeInitializationException: The type initializer
> for 'HttpInitializer' threw an exception. ---> System.DllNotFoundException:
> Unable to load DLL 'System.Net.Http.Native': The specified module or one of
> its dependencies could not be found.

It says it can’t load a dynamic shared library, so where is it looking
for libraries in both cases?



      reply	other threads:[~2018-11-09  5:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-09  4:18 Dotnet core run error on eshell Edhoari Setiyoso
2018-11-09  5:44 ` Yuri Khan [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAP_d_8VCEmt1b1u9o6aM46+o4rmUWbPHchwN5aawup5jWXp_Lg@mail.gmail.com \
    --to=yurivkhan@gmail.com \
    --cc=edhoari.s@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.