ucspi-tcp and daemontools using Glibc-2.3.x
ucspi-tcp reports:
/usr/bin/ld: errno: TLS definition in /lib/libc.so.6 section .tbss mismatches non-TLS reference in tcpserver.o
daemontools reports:
/usr/bin/ld: errno: TLS definition in /lib/libc.so.6 section .tbss mismatches non-TLS reference in envdir.o
Make the following changed in these files:
ucspi-tcp-0.88/error.h
admin/daemontools-0.76/src/error.h
replace:
extern int errno;
with:
#include
/usr/bin/ld: errno: TLS definition in /lib/libc.so.6 section .tbss mismatches non-TLS reference in tcpserver.o
daemontools reports:
/usr/bin/ld: errno: TLS definition in /lib/libc.so.6 section .tbss mismatches non-TLS reference in envdir.o
Make the following changed in these files:
ucspi-tcp-0.88/error.h
admin/daemontools-0.76/src/error.h
replace:
extern int errno;
with:
#include
2 Comments:
Small detail, should be
#include <errno.h>
The < > got mistaken as HTML.
By
tsetem, at 4:20 PM
thank you this was useful
By
LJ, at 7:37 PM
Send en kommentar
<< Home