Regarding kannel compilation;

2011-08-26 Thread Vijay kumar Dadhich
Hello to all of you,
i am using gateway-1.4.3,and configure it many times,but first time i
face this issue when i use these compilation commands
./configure --enable-start-stop-daemon --with-mysql --with-mysql
touch .depend
make depend
make
make check
all commands i used before it many times but fist time i use make
check so it is taking so much time around 25-30 min. so i ctrl c and
restart the server and run my old compilation
./configure --enable-start-stop-daemon --with-mysql --with-mysql
touch .depend
make depend
make
make bindir=/usr/local/etc/ install
so it is showing this message when running these two commands
make
make bindir=/usr/local/etc/ install
the message is make: warning:
  Clock skew detected. You
build may be incoplete
so please help me,my kannel setup is ok(fine)or not,please i need to help.
-- 
Vijay Kr. Dadhich



Re: Regarding kannel compilation;

2011-08-26 Thread Mpeirwe Benjamin
how about you move in phases?

1. Configure:

#./configure --enable-start-stop-daemon --with-mysql --with-mysql

2. Make:

#make

3. Make Install

#make bindir=/usr/local/etc/ install

Then we can know where exactly your problem is.

On 8/27/11, Vijay kumar Dadhich vk1dadh...@gmail.com wrote:
 Hello to all of you,
 i am using gateway-1.4.3,and configure it many times,but first time i
 face this issue when i use these compilation commands
 ./configure --enable-start-stop-daemon --with-mysql --with-mysql
 touch .depend
 make depend
 make
 make check
 all commands i used before it many times but fist time i use make
 check so it is taking so much time around 25-30 min. so i ctrl c and
 restart the server and run my old compilation
 ./configure --enable-start-stop-daemon --with-mysql --with-mysql
 touch .depend
 make depend
 make
 make bindir=/usr/local/etc/ install
 so it is showing this message when running these two commands
 make
 make bindir=/usr/local/etc/ install
 the message is make: warning:
   Clock skew detected. You
 build may be incoplete
 so please help me,my kannel setup is ok(fine)or not,please i need to help.
 --
 Vijay Kr. Dadhich




-- 
The Scientist explores what is,
the Engineer creates what has never been.
Theodore von Karman