Hi!!
I want to build a qmail server, but when my first start I getting error during installation. I have three packages for installing:
- qmail-1.03.tar.gz
- ucspi-tcp-0.88.tar.gz
- daemontools-0.76.tar.gz
error message
Installing qmail
[root@srv-bdc qmail-1.03]# make setup check
./load auto-str substdio.a error.a str.a
/usr/bin/ld: errno: TLS definition in /lib/libc.so.6 section .tbss mismatches non-TLS reference in substdio.a(substdo.o)
/lib/libc.so.6: could not read symbols: Bad value
collect2: ld returned 1 exit status
make: *** [auto-str] Error 1
installing ucspi-tcp
[root@srv-bdc ucspi-tcp-0.88]# make setup check
./load tcpserver rules.o remoteinfo.o timeoutconn.o cdb.a \
dns.a time.a unix.a byte.a `cat socket.lib`
/usr/bin/ld: errno: TLS definition in /lib/libc.so.6 section .tbss mismatches non-TLS reference in tcpserver.o
/lib/libc.so.6: could not read symbols: Bad value
collect2: ld returned 1 exit status
make: *** [tcpserver] Error 1
Installing daemontools
[root@srv-bdc daemontools-0.76]# package/install
ln: target `compile/src' is not a directory
What is the problem? I already have c compiler on my machine
[root@srv-bdc daemontools-0.76]# cc
cc: no input files
[root@srv-bdc daemontools-0.76]# whereis cc
cc: /usr/bin/cc
If any body have known about that error please kindly let me know...
Thanks,
Vuthy