Re: Install failure
"Benjamin R. Haskell" <[email protected]> Fri, 8 Jun 2007 01:14:36 -0400 (EDT)
| Newsgroups | gmane.comp.djb.syslog |
|---|---|
| Message-ID | <alpine.LNX.0.99.0706080108350.16502@transport> |
Hi Wesley -- Googled: daemontools errno Result #1: daemontools 0.76 errno patch http://djbware.csi.hu/patches/daemontools-0.76.errno.patch For a good explanation of the problem, see: http://www.thedjbway.org/errno.html which also describes a 'patchless' workaround. (Both entail equal amounts of effort.) Best, -- Ben On Thu, 7 Jun 2007, Wesley Kenzie wrote: > Trying to install daemontools-0.76 on Red Hat Enterprise Linux ES release 4 > (Nahant Update 5) 2.6.9-55.ELsmp system. > > Get to package/install from /package/admin/daemontools-0.76 directory as > root but it fails. > > <snip> > Linking ./src/* into ./compile... > Compiling everything in ./compile/... > ./load envdir unix.a byte.a > Envdir.o(.text+0xce): In function 'main': > : undefined reference to 'errno' > </snip> > > . > . > . > . > > <snip> > Unix.a(pathexec_run.o) (.text+0x167): more undefined references to 'errno' > follow > collect2: ld returned 1 exit status > make: *** [envdir] Error 1 > copying command into ./command... > cp: cannot stat 'compile/svscan': No such file or directory > </snip> > > . . . . . > Wesley