You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I came across an interesting issue in the latest Linux build...
If liblantern.so is not in the current working directory, the application does not start.
It doesn't matter if the library is in PATH or not, it simply will not start unless I copy or symlink liblantern.so into the current working directory.
I am unsure why this issue occurs, I haven't investigated it much beyond just getting it to work.
STEPS TO RECREATE:
Attempt to run Lantern on Linux, after guaranteeing liblantern.so is in PATH
3. copy or symlink `liblantern.so` into current working directory
4. Application starts like normal.