Juanito
Group: Members
Posts: 1601
Joined: Sep. 2005 |
|
Posted: Oct. 17 2007,14:11 |
|
I tried out the "--with-tls" version to compile patch-2.5.9:Code Sample | $ ./configure --prefix=/opt/compile checking for gcc... gcc checking for C compiler default output... configure: error: C compiler cannot create executables See `config.log' for more details. $ cat config.log ... configure:1655: gcc -I/opt/build/include -L/opt/build/lib conftest.c >&5 /opt/build/i686-pc-linux-gnu/bin/as: error while loading shared libraries: libc.so.6: cannot handle TLS data |
If I delete the "--with-tls" libc.so.6 and create a symlink to the base dsl libc.so.6 the compile works.
It's interesting that the deb version does not have this error...
|