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

Docker not working due to missing dependency #145

Closed
luongngocminh opened this issue Jan 4, 2024 · 2 comments
Closed

Docker not working due to missing dependency #145

luongngocminh opened this issue Jan 4, 2024 · 2 comments
Assignees

Comments

@luongngocminh
Copy link
Contributor

luongngocminh commented Jan 4, 2024

Running the script
docker run --net=host ghcr.io/8xff/atm0s-media-server:master
would resulted in an error:
/atm0s-media-server: error while loading shared libraries: libsoxr.so.0: cannot open shared object file: No such file or directory

@giangndm
Copy link
Contributor

giangndm commented Jan 4, 2024

It seam to missing features in libsoxr crate.

https://github.com/giangndm/libsoxr-sys/blob/fix-build-crossplatform-macos/build.rs

@giangndm
Copy link
Contributor

giangndm commented Jan 5, 2024

Fixed with #146.

@giangndm giangndm closed this as completed Jan 5, 2024
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