Open dmitry-zaitsev opened 2 months ago
For anyone running into the same problem (if it is not fixed by then), running this from the server's directory fixes the problem (as it adds the current dir to the lookup path):
export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:.
P.S. Thank you folks for the awesome project!
Thanks for the issue, I'll look into it!
When running:
I am getting this output:
The dylib file in question does exist at the current location, but apparently that is not where
undreamai_server
is checking for it. Looking at the paths in the error, I have a suspicion that the developer's or CI's working directory was somehow hardcoded in the output?