atul.nitt
/usr/lib/erlang/lib/parsetools-2.2/include/yeccpre.hrl: no such file or directory
There is an issue while configuring PostgreSQL in phoenix,
I have created the database mentioned in config/dev.exs,
I am able to connect to this PostgreSQL through python code as well. But while initializing connection through phx, it erroring out ![]()
phoenix_elixir/oops/rumbl$ mix ecto.create
==> gettext
Compiling 1 file (.yrl)
/usr/lib/erlang/lib/parsetools-2.2/include/yeccpre.hrl: no such file or directory
could not compile dependency :gettext, “mix compile” failed. You can recompile this dependency with “mix deps.compile gettext”, update it with “mix deps.update gettext” or clean it with “mix deps.clean gettext”
phoenix_elixir/oops/rumbl$ ls
assets _build config deps lib mix.exs mix.lock priv README.md test
Most Liked
blackham
NobbZ
It seems as if your erlang installation misses the parsetools application. Usually its an erlang core library, but some linux distributions split those into separate packages.
You need to install erlang-parsetools or how it is called in your distributions ecosystem.
Last Post!
Centuriononon
Popular in Questions
Other popular topics
Latest Phoenix Threads
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #elixirconf-us
- #advent-of-code
- #distillery
- #processes
- #forms
- #api
- #metaprogramming
- #security
- #hex









