Hello,
I'm trying to install Kannel on a SPARC Solaris 10 machine. When I try
to compile the "start-stop-daemon"
program, "configure" goes fine:
# ./configure --prefix=/usr/local/gw --enable-start-stop-daemon
However, "make" fails with these lines:
gcc -D_REENTRANT=1 -I. -Igw -g -O2 -DSunOS=1 -D_FILE_OFFSET_BITS=64
-I/usr/local/include/libxml2 -o utils/start-stop-daemon.o -c
utils/start-stop-daemon.c
In file included from utils/start-stop-daemon.c:127:
/usr/include/sys/procfs.h:45:2: #error "Cannot use procfs in the large
file compilation environment"
make: *** [utils/start-stop-daemon.o] Error 1
When I exclude the option "--enable-start-stop-daemon" everything goes
fine!
Dimitris