
john.giordano at ttmi
Mar 19, 2013, 1:06 PM
Post #1 of 4
(300 views)
Permalink
|
|
Compiling DaemonTools on Solaris 10
|
|
Hi, I am attempting to get Qmail going on a Solaris 10 server. Qmail and ucspi= have been compiled and installed ok. Daemontools, however, is hanging here.... <SNIP> rm -f svscanboot cat warn-auto.sh svscanboot.sh \ | sed s}HOME}"`head -1 home`"}g \ > svscanboot chmod 555 svscanboot ./compile svstat.c ./load svstat time.a unix.a byte.a ./compile tai64n.c ./load tai64n timestamp.o time.a unix.a byte.a ./compile tai64nlocal.c ./load tai64nlocal unix.a byte.a env - /bin/sh rts.tests 2>&1 | cat -v > rts *** Signal 9 (that's me killing it from another SSH session) make: Fatal error: Command failed for target `rts' </SNIP> Truss says it is just sleeping forever... root [at] fo:/package/admin/daemontools-0.76/src]$<mailto:root [at] fo:/package/admin/daemontools-0.76/src%5d$> truss -p 22011 waitid(P_PID, 22013, 0xFFBFF9D0, WEXITED|WTRAPPED|WNOWAIT) (sleeping...) I made the requisite changes to error.h as per the Life With Qmail HOWTO...= . Would anyone know why these tests are just hanging here forever? Any ins= ight would be most appreciated. Cheers from Seattle, Jg
|