Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Git error when pushing: Object from LD_PRELOAD cannot be preloaded [closed]

Tags:

git

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!
like image 921
Jack Franklin Avatar asked Jan 09 '13 07:01

Jack Franklin


1 Answers

I have to assume it's a server mis-configuration. The message is originating from the GitHub server. So rest assured it has nothing to do with your git.

For anyone who cares, here's a good SO explanation for LD_PRELOAD: https://stackoverflow.com/a/426260/591166

Update: GitHub has apparently fixed the issue.

like image 102
Trevor Norris Avatar answered Oct 07 '22 17:10

Trevor Norris