Hello Community of Lets Encrypt,
I successfully installed letsencrypt on an OpenVZ V-Server, but because i have multiple servers i tried to "install" letsencrypt on a second KVM based Root-Server.
I followed the Instructions given on this Page: Getting Started - Let's Encrypt.
The command ./letsencrypt-auto --help results in this:
[...]
building '_cffi_backend' extension
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/c
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DUSE__THREAD -I/usr/include/python2.7 -c c/_cffi_backend.c -o build/temp.linux-x86_64-2.7/c/_cffi_backend.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/c/_cffi_backend.o -lffi -o build/lib.linux-x86_64-2.7/_cffi_backend.so
/usr/bin/ld: BFD (GNU Binutils for Debian) 2.22 internal error, aborting at ../../bfd/reloc.c line 443 in bfd_get_reloc_size
/usr/bin/ld: Please report this bug.
collect2: error: ld returned 1 exit status
error: command 'gcc' failed with exit status 1
Command /root/.local/share/letsencrypt/bin/python -c "import setuptools;file='/tmp/pip-niFqhW-build/setup.py';exec(compile(open(file).read().replace('
', '
'), file, 'exec'))" install --single-version-externally-managed --record /tmp/pip-7cZlEm-record/install-record.txt --install-headers /root/.local/share/letsencrypt/include/site/python2.7 failed with error code 1 in /tmp/pip-niFqhW-build
I even reinstalled python, but i cant fix this issue, i really appreciate an answer and solution.
Thank You
Regards,
ReptoxX