In the toaster, the first install is for Daemon Tools.  It states to do the following:

 

mkdir -p /package
chmod 1755 /package
cd /package
tar -xpzf /var/src/tar/daemontools-0.76.tar.gz
cd admin/daemontools-0.76
package/install

 

When I run the install script I get the following errors:

 

./load envdir unix.a byte.a

envdir.o(.text+0xca): In function `main':

: undefined reference to `errno'

envdir.o(.text+0x1f9): In function `main':

: undefined reference to `errno'

unix.a(openreadclose.o)(.text+0x3b): In function `openreadclose':

: undefined reference to `errno'

unix.a(pathexec_run.o)(.text+0x10e): In function `pathexec_run':

: undefined reference to `errno'

unix.a(pathexec_run.o)(.text+0x152): In function `pathexec_run':

: undefined reference to `errno'

unix.a(readclose.o)(.text+0x63): more undefined references to `errno' follow

collect2: ld returned 1 exit status

make: *** [envdir] Error 1

Copying commands into ./command...

cp: cannot stat `compile/svscan': No such file or directory

 

How can I run it if the svscan and compile/svscan is not there?

 

Please advice

__________________________
Gilberto J. Palau

 

Reply via email to