Replies: 1 comment 2 replies
-
Could be. You could try changing it to be just |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm opening a discussion like suggested in #52
I've found that this commit ( 4748b1d ) contains a command that worked for me:
gem install sequel_pg -- --with-ldflags="-Wl,-U,_pg_get_pgconn -Wl,-U,_pg_get_result_enc_idx -Wl,-U,_pgresult_get -Wl,-U,_pgresult_stream_any"
🥳Is it possible that this fix ( d6e1081 ) does not work because I'm on Intel Chip so my platform is
x86_64-darwin-22
and not something like/arm64-darwin/
?Beta Was this translation helpful? Give feedback.
All reactions