Re: [toaster] Problems installing Daemon Tools

2003-12-02 Thread John Johnson
Check your email.. I sent you the patch - Original Message - From: "Gilberto J. Palau" <[EMAIL PROTECTED]> To: "'John Johnson'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, December 02, 2003 12:42 PM Subject: RE: [toaster] P

Re: [toaster] Problems installing Daemon Tools

2003-12-02 Thread John Johnson
I sent you the patch via email .. -John - Original Message - From: "Gilberto J. Palau" <[EMAIL PROTECTED]> To: "'John Johnson'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, December 02, 2003 12:42 PM Subject: RE: [toaster] P

RE: [toaster] Problems installing Daemon Tools

2003-12-02 Thread Gilberto J. Palau
Which is the patch for ezmlm ? -Original Message- From: John Johnson [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 25, 2003 3:07 PM To: [EMAIL PROTECTED] Subject: Re: [toaster] Problems installing Daemon Tools the patch ie easy.. Just copy it to the source directory and then type

Re: [toaster] Problems installing Daemon Tools

2003-11-25 Thread Jason 'XenoPhage' Frisvold
On Tue, 2003-11-25 at 14:24, [EMAIL PROTECTED] wrote: > How bout this netqmail thing at http://www.qmail.org/netqmail/. Can > that replace qmail? Yes and no. If you're using the toaster, then no.. The toaster patch has everything that net-qmail does. If you're doing a standalone qmail install,

Re: [toaster] Problems installing Daemon Tools

2003-11-25 Thread patw
How bout this netqmail thing at http://www.qmail.org/netqmail/. Can that replace qmail? Pat > Even better, read the file called entitled INSTRUCTIONS in that > directory: > > http://qmail.bec.at/moni.csi.hu/pub/glibc-2.3.1/ > > :-) > > -jr > > > * Gilberto J. Palau <[EMAIL PROTECTED]> [2

Re: [toaster] Problems installing Daemon Tools

2003-11-25 Thread John Johnson
L PROTECTED]> To: "'Marco Zapletal'" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, November 25, 2003 10:37 AM Subject: RE: [toaster] Problems installing Daemon Tools > Great now toaster just got more complicated... sigh... > > Can anyone help

Re: [toaster] Problems installing Daemon Tools

2003-11-25 Thread Josh Richards
Even better, read the file called entitled INSTRUCTIONS in that directory: http://qmail.bec.at/moni.csi.hu/pub/glibc-2.3.1/ :-) -jr > * Gilberto J. Palau <[EMAIL PROTECTED]> [20031125 10:37]: > > Great now toaster just got more complicated... sigh... > > > > Can anyone help me install this to

Re: [toaster] Problems installing Daemon Tools

2003-11-25 Thread Josh Richards
Grab the errno patch from: http://qmail.bec.at/moni.csi.hu/pub/glibc-2.3.1/daemontools-0.76.errno.patch I'd suggest using "wget" if you have it available to do that: wget http://qmail.bec.at/moni.csi.hu/pub/glibc-2.3.1/daemontools-0.76.errno.patch Drop it into, say, the directory above the

RE: [toaster] Problems installing Daemon Tools

2003-11-25 Thread Gilberto J. Palau
PM To: [EMAIL PROTECTED] Subject: Re: [toaster] Problems installing Daemon Tools Gilberto J. Palau wrote: > > > > ./load envdir unix.a byte.a > > envdir.o(.text+0xca): In function `main': > > : undefined reference to `errno' > > envdir.o(.text+0x1f9): In

Re: [toaster] Problems installing Daemon Tools

2003-11-25 Thread Marco Zapletal
Gilberto J. Palau wrote: ./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 referen

[toaster] Problems installing Daemon Tools

2003-11-25 Thread Gilberto J. Palau
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