Linux-Noob Forums

Full Version: help building daemontools
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

hello. im trying to build daemontools 0.76 on fedora core 4 and i am having some issues.

 

[root@atari daemontools-0.76]# package/install

Linking ./src/* into ./compile...

Compiling everything in ./compile...

./load svscan unix.a byte.a

/usr/bin/ld: cannot open output file svscan: Is a directory

collect2: ld returned 1 exit status

make: *** [svscan] Error 1

Copying commands into ./command...

cp: omitting directory `compile/svscan'

[root@atari daemontools-0.76]#

 

Thanks for taking the time to read this and hopfully someone can help me :)


Ok, here's how it goes on my setup

 



Code:
mkdir build
cd build
wget http://cr.yp.to/daemontools/daemontools-0.76.tar.gz
cd admin/daemontools-0.76
./package/install




 

Done... directory command stores the binaries...

 

 

Also... source install on a RPM system? Try finding an RPM? ...

The RPM worked. Thanks.