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

Building Yuniql from source on MacOS #304

Open
djpentz opened this issue Aug 3, 2023 · 0 comments
Open

Building Yuniql from source on MacOS #304

djpentz opened this issue Aug 3, 2023 · 0 comments

Comments

@djpentz
Copy link

djpentz commented Aug 3, 2023

Is there a reason why the existing HEAD of master can't be built from source on MacOS? I ask because I've tried without success. For background, these are the steps I took:

  • copied dockerfile.multi-stage-linux-x64 as dockerfile.multi-stage-osx-x64
  • changed references to 6.0 to 6.0-bookworm-slim
  • did a docker build from the solution root folder pointing to this file (-f) and named it yuniql-macosx
  • changed my own Dockerfile to reference yuniql-macosx instead of yuniql
  • attempted to docker run that image with --platform postgresql passing in the connection string

This failed with the following error:

The library 'libhostpolicy.so' required to execute the application was not found in '/app/'.

So I'm not sure if or where I've missed something. Can anybody advise?

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