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

missing symbol called on macbook M1 when using the lib #101

Open
ajubin opened this issue Dec 13, 2021 · 1 comment
Open

missing symbol called on macbook M1 when using the lib #101

ajubin opened this issue Dec 13, 2021 · 1 comment

Comments

@ajubin
Copy link

ajubin commented Dec 13, 2021

Hi,

I'm using a new m1 macbook, I can't start my project which use pg and pg-native, despite the fact that pg_config is available and libpq is installed on my computer.

Minimal reproduction

when I run this code with node

const Client = require('pg-native');

const client = new Client();
client.connectSync();

I've got the error dyld[a number here]: missing symbol called.

I guess it's due to the new M1 chip, but I have no clue to resolve this.

Information on my system

  • arch : arm64
  • macos : 12.0.1
  • node : v14.18.2
  • pg : 8.5.1
  • pg-native : 3.0.0
  • psql: 14.1

Do you know what can cause the problem ?

I'm available if you need more info

@paulomoreno
Copy link

I ran into the same issue today, and it seems to be related to Rosetta (Node 14 is not native and runs via Rosetta).
The problem didn't happen using Node 16 - as it runs natively on arm Macs.

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

2 participants