Hi,
During the make of sems I receive this error and I fully understand why, because there is no sems in the local folder. This is after a gmake , gmake install, everything else installs fine, but what use is the other stuff if the sems binary isnt compiled
touch /usr/local/sbin/sems install -m 755 sems /usr/local/sbin/ install: sems: No such file or directory gmake: *** [install-bin] Error 71
root@max:/usr/home/ser/ser/answer_machine# uname -a FreeBSD max.unix.co.nz 4.10-RELEASE-p3 FreeBSD 4.10-RELEASE-p3 #1: Wed Jan 12 13:20:12 NZDT 2005 icepick@max.unix.co.nz:/usr/src/sys/compile/MAX i386
Latest sems: cvs co -r ser_rel_0_8_12 answer_machine
Latest ser: version: ser 0.9.1 (i386/freebsd) flags: STATS: Off, USE_IPV6, USE_TCP, DISABLE_NAGLE, USE_MCAST, DNS_IP_HACK, SHM_MEM, SHM_MMAP, PKG_MALLOC, DBG_QM_MALLOC, FAST_LOCK-ADAPTIVE_WAIT ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, MAX_URI_SIZE 1024, BUF_SIZE 65535 @(#) $Id: main.c,v 1.197 2004/12/03 19:09:31 andrei Exp $ main.c compiled on 19:38:23 Mar 16 2005 with gcc 2.95
Thanks Barry