Open jpfleischer opened 3 months ago
Thanks. Any specific reason for gcc 9? The 32-bit compilation can be changed to 64-bit to remove the multilib and build-essential requirements. Ideally all that's needed is apt-get install g++. I don't believe I used any data types that would change size with the move from 32 to 64-bit, but most usages of long/unsigned long in the bitbuf or other sourcesdk classes should be changed to an explicit 32-bit type just to be sure.
Also, looks like you can use -Wl,-rpath,'$ORIGIN'
ld library path issue.
https://stackoverflow.com/a/36183669
https://stackoverflow.com/a/38058216
great! fixed
This change fixes the above. I still have to do this while ssh'd into vagrant