Fading Coder

An Old Coder’s Final Dance

Fixing pycurl.so “undefined symbol: CRYPTO_num_locks” Breaking yum on RHEL/CentOS

This error typical indicates that pycurl is loading a libcurl linked against an incompatible OpenSSL version. The dynamic linker is likely picking up the wrong libcurl (often from a leftover custom install, such as a MySQL bundle), instead of the system one. Symptom Running yum (or any Python that i...