Hi
I'm trying to compile qtractor on my Raspberry PI 4 with the latest raspbian release
I've added all the dependencies
sudo apt-get install qt5-default
sudo apt-get install libqt5x11extras5-dev
sudo apt-get install jackd
sudo apt-get install libjack-dev
sudo apt-get install libasound2-dev
sudo apt-get install libsndfile1-dev
sudo apt-get install liblrdf0-dev
sudo apt-get install qttools5-dev-tools
sudo apt-get install libasound2-dev
./configure works fine
When I run the make I get the following error
/usr/bin/ld: .obj/qtractorPlugin.o: undefined reference to symbol 'dlopen@@GLIBC_2.4'
/usr/bin/ld: //lib/arm-linux-gnueabihf/libdl.so.2: error adding symbols: DSO manquant dans la ligne de commande
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:765: qtractor] Error 1
make[2] : on quitte le répertoire « /tmp/qtractor-0.9.18/src »
make[1]: *** [qtractor.mak:46: sub-src-make_first] Error 2
make[1] : on quitte le répertoire « /tmp/qtractor-0.9.18 »
make: *** [Makefile:328: src/qtractor] Error 2
I've also tetsted with the 0.9.18 but same error
Do you have any idea how I could solve that ?
Do you need more information for troubleshooting ?
Thanks a lot for your help
Qtractor would be perfect for my home audio studio on raspberry ..
Regards
Vpl
re. Compilation error on version 0.9.19 on ARM
I'm sorry to tell that you probably have messed up the build dependencies your target system... and I'm on no position to help you there.
but you could try installing the latest builds from one of the repos:
or one the lauchpad.net ppa's, believing that bionic applies best to Raspbian 10:
https://launchpad.net/~rncbc/+archive/ubuntu/libs-bionic
hth.
cheers
Add new comment