Compare: Why does "git fetch" fail on HTTPS URLs with "Function is not available" on HP-UX?
Environment: pushing from Linux client to HP-UX server
I added export LD_PRELOAD=/usr/lib/libpthread.a git push
to my .profile
on the server using the other thread as a baseline, but that didn't work.
There is no /usr/lib/hpux32/libpthread.so
.
error: cannot create thread: Function is not available
Works fine pushing to Linux servers, so I know it must be environmental.