This has something that's just started happening recently, although I'm not sure what I could have done to trigger it.
Whenever I run a git push
I get the following error:
ERROR: ld.so: object '/lib/liblm.so' from LD_PRELOAD cannot be preloaded: ignored.
The push does procede after that and works correctly.
I've updated to the latest version of Git (via homebrew) and that didn't solve it.
EDIT: Apologies, I wasn't very clear exactly what I was asking. I guess my question is two fold:
- Out of interest, what is causing the error?
- How can I fix the error so it goes away? It doesn't seem to be causing any problems that I can see, but it's a bit irritating!