Closed CodEnFisH closed 3 years ago
It seems that LD_LIBRARY_PATH is not in effect on Ubuntu. @chen3feng do you mind taking a look at this?
After merging #26, blade test ...
works on my Ubuntu 20.04 (running in docker), though I still think the error you were seeing is a separate issue..
After merging #26,
blade test ...
works on my Ubuntu 20.04 (running in docker), though I still think the error you were seeing is a separate issue..
Just reproduced the error about not finding xxx.so when running tests, even with #26 merged. The issue here should be a separate one.
See chen3feng/blade-build#938.
Should be fixed by #34, feel free to reopen this issue if it doesn't work for you.
blade build ... works, no errors, however when running blade test, many .so cannot be correctly linked. Latest head of flare, latest head of blade-build
Details
ldd result:
I wonder how does link work in blade?