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

Could not start application xmerl: could not find application file: xmerl.app #22

Open
hdcos opened this issue Jan 13, 2016 · 8 comments

Comments

@hdcos
Copy link

hdcos commented Jan 13, 2016

Hello when I install your package and run

iex -S mix

I get the following error message from iex:

** (Mix) Could not start application xmerl: could not find application file: xmerl.app

Am I missing something?
I use elixir 1.2 and OTP 18

@hdcos
Copy link
Author

hdcos commented Jan 14, 2016

Ok sorry I had to install erlang-xmerl on ubuntu

@seantanly
Copy link
Contributor

@hdcos looks like the issue is resolved. Can you close this? :)

@hdcos hdcos closed this as completed Feb 4, 2016
@kephas
Copy link
Contributor

kephas commented Apr 11, 2021

How is this closed? I don't see anywhere that the use needs to do anything but mix deps.get. Isn't this a bug?

@Shakadak
Copy link
Member

Hi @kephas,

have you also encountered this problem ? xmerl is part of OTP (as can be seen here: https://erlang.org/doc/applications.html, and here: https://github.com/erlang/otp/tree/master/lib/xmerl). I suggest checking your erlang installation to see if anything is missing

@kephas
Copy link
Contributor

kephas commented Apr 13, 2021

As for @hdcos I had to install erlang-xmerl or I would also get Could not start application xmerl: could not find application file: xmerl.app. I'm using Debian Bullseye/Sid. The fact that xmerl is an OTP application doesn't seem to mean it's always present where Erlang is installed.

@Shakadak
Copy link
Member

Alright, if I understand better your earlier comment, we need to improve the readme and the documentation to ask the user to ensure that his installation of erlang was done including xmerl

@kephas
Copy link
Contributor

kephas commented Apr 13, 2021

Exactly! Sorry if it wasn't clearer before. I hope the PR would do the trick. The needed package is called erlang-xmerl on several systems with apt and yum. I don't know about binary distributions on Windows and MacOS, I've found at least one issue on Github where someone on MacOS was missing xmerl in their setup.

@Shakadak
Copy link
Member

Thanks, I'll keep the issue open for a bit as a reminder for myself to see how I deal with this and the doc for https://hexdocs.pm/

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

4 participants