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

Compile and launch in MacOS #3

Open
danolivo opened this issue Aug 16, 2023 · 0 comments
Open

Compile and launch in MacOS #3

danolivo opened this issue Aug 16, 2023 · 0 comments

Comments

@danolivo
Copy link

danolivo commented Aug 16, 2023

I tried to use the extension in the MacOS Ventura 13.5 and found some issues:

  1. User can't compile it as a part of the contrib - you provide the only PGXS make option.
  2. LDFLAGS is overrided
  3. Extension library couldn't be loaded because of the error:
CREATE EXTENSION pg_math;
ERROR:  could not load library "/Users/danolivo/PostgresPro/postgres/tmp_install/lib/pg_math.dylib": dlopen(/Users/danolivo/PostgresPro/postgres/tmp_install/lib/pg_math.dylib, 0x000A): symbol not found in flat namespace '_cblas_caxpy'

The first couple of issues I resolved by this changes of the makefile:
makefile.diff.zip
But the last one I still can't resolve. Maybe you already have experience with resolving it?

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