Displaying 1 result from an estimated 1 matches for "r_arm_tls_le32".
Did you mean:
r_arm_tls_ie32
2012 Mar 06
6
openssh static build - mission impossible?
...ersion used for linking
openbsd-compat//libopenbsd-compat.a(xcrypt.o): In function `xcrypt':
/builddir/build/BUILD/openssh-5.6p1/openbsd-compat/xcrypt.c:78: undefined reference to `crypt'
/usr/bin/ld: /usr/lib/gcc/armv5tel-redhat-linux-gnueabi/4.6.1/../../../libc.a(inet_ntoa.o)(.text+0x54): R_ARM_TLS_LE32 relocation not permitted in shared object
/usr/bin/ld: /usr/lib/gcc/armv5tel-redhat-linux-gnueabi/4.6.1/../../../libc.a(dl-tsd.o)(.text+0x14): R_ARM_TLS_LE32 relocation not permitted in shared object
collect2: ld returned 1 exit status
So, I figured, I need to include -lcrypt in the mix, but then...