error asdf install ruby
dev server setup
asdf install
*** Following extensions are not compiled:
fiddle:
Could not be configured. It will not be installed.
/tmp/ruby-build.20241009141120.16967.iB4AtD/ruby-3.2.2/ext/fiddle/extcon f.rb:73: missing libffi. Please install libffi or use --with-libffi-source-dir w ith libffi source location.
Check /tmp/ruby-build.20241009141120.16967.iB4AtD/ruby-3.2.2/ext/fiddle/ mkmf.log for more details.
psych:
Could not be configured. It will not be installed.
Check /tmp/ruby-build.20241009141120.16967.iB4AtD/ruby-3.2.2/ext/psych/m kmf.log for more details.
BUILD FAILED (Ubuntu 24.04 on x86_64 using ruby-build 20241007)
You can inspect the build directory at /tmp/ruby-build.20241009141120.16967.iB4A tD
apt-get install autoconf bison build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev libgdbm6 libgdbm-dev libdb-dev
checking for libpq-fe.h... no Can't find the 'libpq-fe.h header ***************************************************************************** Unable to find PostgreSQL client library. Please install libpq or postgresql client package like so: sudo apt install libpq-dev sudo yum install postgresql-devel sudo zypper in postgresql-devel sudo pacman -S postgresql-libs or try again with: gem install pg -- --with-pg-config=/path/to/pg_config or set library paths manually with: gem install pg -- --with-pg-include=/path/to/libpq-fe.h/ --with-pg-lib=/path/to/libpq.so/
bundle config build.pg --with-pg-config=/home/akob/.asdf/installs/postgres/15.4/bin/pg_config
Comments
Post a Comment