i think my problem is that i did not install daemontools...
whoops...
so when i try to make daemontools:
[root@mckenna daemontools-0.70]# make
./compile tai64nlocal.c
tai64nlocal.c: In function `main':
tai64nlocal.c:54: warning: assignment makes pointer from integer without a cast
tai64nlocal.c:55: dereferencing pointer to incomplete type
tai64nlocal.c:56: dereferencing pointer to incomplete type
tai64nlocal.c:57: dereferencing pointer to incomplete type
tai64nlocal.c:58: dereferencing pointer to incomplete type
tai64nlocal.c:59: dereferencing pointer to incomplete type
tai64nlocal.c:60: dereferencing pointer to incomplete type
make: *** [tai64nlocal.o] Error 1
should i nuke this install?
if so how do i?
david
>--
>Hello all:
>
>I followed LWQ's directions for setting up qmail-pop3d:
>
>it wont start up and i get this in my messages log:
>
>
>Jul 3 10:37:44 mckenna qmail: Starting qmail: done
>Jul 3 10:37:44 mckenna qmail: qmail-pop3d service not running
>Jul 3 10:37:44 mckenna qmail: /etc/rc3.d/S80qmail: svok: command not found
>Jul 3 10:37:44 mckenna rc: Starting qmail: succeeded
>Ju
>
>
>==========end of log======
>
>
>here are the directions for adding to the qmail startup script:
>
>(btw: i have zero shell-scripting experience)
>
>7. Add the following to qmailctl's "start" section:
>if svok /service/qmail*pop3d ; then
>svc *u /service/qmail*pop3d
>else
>echo qmail*pop3d service not running
>fi
>
>i am stumped... did i spell something wrong?
>
>
>TIA,
>
>david
--