You may try disabling large file support (remove -D_FILE_OFFSET_BITS=64) for a start.
From what I've seen, there is a problem in procfs when compiling for 64 bit.
I will ask Sun guys what the problem really originates. Regards.
On 12/15/06, Stipe Tolj <[EMAIL PROTECTED]> wrote:
Andrikopoulos Dimitrios wrote: > 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! Hi Dimitris, ok, the start-stop-daemon utility was originated from BSD flavors, which is of course NOT the "source" of Solaris. Obviously it's not portable to Solaris. Is there a chance to provide an ssh account for the box, so we can check if we get things resolved? Stipe ------------------------------------------------------------------- Kölner Landstrasse 419 40589 Düsseldorf, NRW, Germany tolj.org system architecture Kannel Software Foundation (KSF) http://www.tolj.org/ http://www.kannel.org/ mailto:st_{at}_tolj.org mailto:stolj_{at}_kannel.org -------------------------------------------------------------------
