As FYI, my special case was resolved by renaming '/usr/local/lib/libpython2.7.a' to '/usr/local/lib/libpython2.7.a.moved'. According to "yum whatprovides / usr / local / lib / libpython2.7.a", this was not installed as part of any packages installed through yum. Moving this to the side in this case solved my problem.
Here is my initial error message:
/usr/bin/ld: /usr/local/lib/libpython2.7.a(abstract.o): relocation R_X86_64_32S against `_Py_NotImplementedStruct' can not be used when making a shared object; recompile with -fPIC
/usr/local/lib/libpython2.7.a: characters with errors added: Bad value collect2: error: ld returned 1 exit status
Given that none of my installed packages took into account .a lib, throwing it aside, there was an option for me.
Wally source share