installing daemontools
I am using fedora core 5 installed on Vmware. I want to install daemontools. The commands to follow are:
[root@david ~]# cd /usr/local/src
[root@david src]# mkdir -p /package
[root@david src]# chmod 1755 /package
[root@david src]# cd /package
[root@david package]# tar xzf /usr/local/src/daemontools-0.76.tar.gz
[root@david package]# cd admin/daemontools-0.76
[root@david daemontools-0.76]#
[root@david daemontools-0.76]# package/install
I have successfully entered these commands at the linux terminal. The problem i have is that when i enter the command:
package/install
i get the error message:
Linking ./src/* into ./compile...
Compiling everything in ./compile...
./load envdir unix.a byte.a
/usr/bin/ld: errno: TLS definition in /lib/libc.so.6 section .tbss mismatches non-TLS reference in envdir.o
/lib/libc.so.6: could not read symbols: Bad value
collect2: ld returned 1 exit status
make: *** [envdir] Error 1
Copying commands into ./command...
cp: cannot stat `compile/svscan': No such file or directory
[root@david daemontools-0.76]#
I am in trouble. can anyone please help me?. Thanks
|