[SOLVED] Building from source
Posted: Fri Oct 11, 2019 12:40 am
Hey, everyone.
I'm trying to build everything form source, but I'm running into an issue.
When running:
I get the error:
When I look in my /usr/local/lib directory, I can see the libtorrent.so.1.2.2 library file which I built with b2.
If I manually rename the file to libtorrent-rasterbar.so.1.2.2, change the links to point to the renamed file and re-run then it succeeds.
Just wondering why my file is being generated with the wrong name? Has there been a change to arvidn/libtorrent which is causing the incorrect naming or is it a configurable option somewhere? I tried to set --program-suffix with configure, but that didn't work.
Cheers,
boredazfcuk
I'm trying to build everything form source, but I'm running into an issue.
When running:
Code: Select all
python3 setup.py build
Code: Select all
/bin/ld: cannot find -ltorrent-rasterbar
If I manually rename the file to libtorrent-rasterbar.so.1.2.2, change the links to point to the renamed file and re-run
Code: Select all
python3 setup.py build
Just wondering why my file is being generated with the wrong name? Has there been a change to arvidn/libtorrent which is causing the incorrect naming or is it a configurable option somewhere? I tried to set --program-suffix with configure, but that didn't work.
Cheers,
boredazfcuk