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

Fundamental: undefined symbol src_delete #8

Open
hexdump0815 opened this issue Nov 18, 2018 · 2 comments
Open

Fundamental: undefined symbol src_delete #8

hexdump0815 opened this issue Nov 18, 2018 · 2 comments

Comments

@hexdump0815
Copy link

hello,

i have built mi-Rack on ubuntu 18.04 on x86_64 and it looks quite good so far, but as soon as i add the fundamental plugin to the plugins, the rack crashes and i get the following error on startup:

[0.053 warn] Failed to load library ./plugins/Fundamental/plugin.so: ./plugins/Fundamental/plugin.so: undefined symbol: src_delete

seems to be related to libsamplerate, but i did not find any way to work around it

a lot of thanks in advance and best wishes - hexdump

@hexdump0815
Copy link
Author

hexdump0815 commented Nov 19, 2018

i was able to work around this by adding "-lsamplerate" to the linking cmdline of the Fundamental plugin - now it does not crash the miRack startup anymore and i can use the Fundamental plugins ... not sure if this is a proper fix, but it works at least :)

@hexdump0815
Copy link
Author

i just found the true cause of the problem: i forgot to to the "make dep" before the make for the Fundamental module - this builds a local libsamplerate and then the symbol is included ...

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