Re: [toaster] Installing Toaster on Fedora 8

2007-12-28 Thread T.J. Drennan
Jeff Koch wrote: I'm having some trouble getting the Toaster setup on Fedora 8. The first problem is errors in installing daemontools. Here are the results when I run 'package/install'. I would appreciate any suggestions: /usr/include/bits/errno.h:25:26: error: linux/errno.h: No such file o

Re: [toaster] Installing Toaster on Fedora 8

2007-12-28 Thread daniel
You need to apply the errno patch which is required on redhat systems. Excerpt from the toaster instructions: patch -p1 < /var/src/netqmail-1.05/other-patches/daemontools-0.76.errno.patch package/install > Jeff Koch wrote: >> >> I'm having some trouble getting the Toaster setup on Fedora 8. >>

Re: [toaster] Installing Toaster on Fedora 8

2007-12-28 Thread Jeff Koch
TJ: Thanks, that seems to have been the problem. I was a little unsure since 'yum list' tells me that I have kernel.i686 installed but the only header package is kernel-headers.i386. On another note the Toaster instructions say to make sure you have: g++ gcc-g++ installed. Unless there's a

Re: [toaster] Installing Toaster on Fedora 8

2007-12-28 Thread T.J. Drennan
You should be fine as long as you have the gcc package installed. Jeff Koch wrote: TJ: Thanks, that seems to have been the problem. I was a little unsure since 'yum list' tells me that I have kernel.i686 installed but the only header package is kernel-headers.i386. On another note the Toas

Re: [toaster] Installing Toaster on Fedora 8

2007-12-28 Thread Jeff Koch
Hi: The toaster patch was installed. TJ was correct about the kernel-headers. At 06:34 AM 12/28/2007, you wrote: You need to apply the errno patch which is required on redhat systems. Excerpt from the toaster instructions: patch -p1 < /var/src/netqmail-1.05/other-patches/daemontools-0.76.e

Re: [toaster] Installing Toaster on Fedora 8

2007-12-28 Thread Bill Shupp
Jeff Koch wrote: g++ gcc-g++ installed. Unless there's a typo Yum reports that g++ and gcc-g++ do not exist. Not all distributions use the same name, that's probably the issue. Does anyone have a list of which RPM distributions use which names? Regards, Bill

Re: [toaster] Installing Toaster on Fedora 8

2007-12-28 Thread daniel
Fedora 7 and Centos 4 do not have the mentioned packages. They both have a gcc-c++ package which i think is the one that has the C compiler. > Jeff Koch wrote: >> g++ >> gcc-g++ >> >> installed. Unless there's a typo Yum reports that g++ and gcc-g++ do >> not exist. > > Not all distributions use t