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

(Mix) Could not compile dependency :ssl_verify_fun #52

Open
Gebriel opened this issue Aug 23, 2017 · 0 comments
Open

(Mix) Could not compile dependency :ssl_verify_fun #52

Gebriel opened this issue Aug 23, 2017 · 0 comments

Comments

@Gebriel
Copy link

Gebriel commented Aug 23, 2017

Running on Ubuntu 16.04.3 LTS

`iex -S mix
Erlang/OTP 20 [erts-9.0] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:10] [hipe] [kernel-poll:false]

===> Compiling mimerl
===> Compiling metrics
===> Compiling unicode_util_compat
===> Compiling idna
warning: String.strip/1 is deprecated, use String.trim/1
/home/mpc/projects/elixir/adder/deps/poison/mix.exs:4

==> poison
Compiling 4 files (.ex)
warning: Integer.to_char_list/2 is deprecated, use Integer.to_charlist/2
lib/poison/encoder.ex:173

Generated poison app
===> Compiling ssl_verify_fun
===> Compiling src/ssl_verify_pk.erl failed
src/ssl_verify_pk.erl:16: can't find include lib "public_key/include/public_key.hrl"

src/ssl_verify_pk.erl:52: record 'OTPCertificate' undefined
src/ssl_verify_pk.erl:53: record 'OTPTBSCertificate' undefined
src/ssl_verify_pk.erl:54: record 'OTPSubjectPublicKeyInfo' undefined

==> adder
** (Mix) Could not compile dependency :ssl_verify_fun, "/home/mpc/.mix/rebar3 bare compile --paths "/home/mpc/projects/elixir/adder/_build/dev/lib/*/ebin"" command failed. You can recompile this dependency with "mix deps.compile ssl_verify_fun", update it with "mix deps.update ssl_verify_fun" or clean it with "mix deps.clean ssl_verify_fun"`

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

1 participant