har letat runt både här och på asterisks forum, hittar inget direkt. Jag installerar asterisk utan apt-get (eftersom jag inte får det att funka med proxyn), när jag ska köra make clean; make install. Så får jag;
Kod: Markera allt
make: Warning: File `Makefile' has modification time 2.1e+08 s in the future
for x in res channels pbx apps codecs formats agi cdr funcs utils stdtime; do make -C $x clean || exit 1 ; done
make[1]: Entering directory `/home/olsson/asterisk/asterisk-1.2.18/res'
make[1]: Warning: File `Makefile' has modification time 1.8e+08 s in the future
rm -f *.so *.o .depend
make[1]: warning: Clock skew detected. Your build may be incomplete.
make[1]: Leaving directory `/home/olsson/asterisk/asterisk-1.2.18/res'
make[1]: Entering directory `/home/olsson/asterisk/asterisk-1.2.18/channels'
make[1]: Warning: File `Makefile' has modification time 2.2e+08 s in the future
for x in misdn h323; do make -C $x clean || exit 1 ; done
make[2]: Entering directory `/home/olsson/asterisk/asterisk-1.2.18/channels/misdn'
make[2]: Warning: File `Makefile' has modification time 2.2e+08 s in the future
rm -rf *.a *.o *.so
rm -rf lib
rm -rf portinfo
make[2]: warning: Clock skew detected. Your build may be incomplete.
make[2]: Leaving directory `/home/olsson/asterisk/asterisk-1.2.18/channels/misdn'
make[2]: Entering directory `/home/olsson/asterisk/asterisk-1.2.18/channels/h323'
make[2]: Warning: File `Makefile' has modification time 2.2e+08 s in the future
rm -f *.so *.o .depend
make[2]: warning: Clock skew detected. Your build may be incomplete.
make[2]: Leaving directory `/home/olsson/asterisk/asterisk-1.2.18/channels/h323'
rm -f *.so *.o .depend
rm -f busy.h ringtone.h gentone gentone-ulaw
make[1]: warning: Clock skew detected. Your build may be incomplete.
make[1]: Leaving directory `/home/olsson/asterisk/asterisk-1.2.18/channels'
make[1]: Entering directory `/home/olsson/asterisk/asterisk-1.2.18/pbx'
make[1]: Warning: File `Makefile' has modification time 1.8e+08 s in the future
rm -f *.so *.o .depend
make[1]: warning: Clock skew detected. Your build may be incomplete.
make[1]: Leaving directory `/home/olsson/asterisk/asterisk-1.2.18/pbx'
/bin/sh: curl-config: not found
/bin/sh: [[: not found
make[1]: Entering directory `/home/olsson/asterisk/asterisk-1.2.18/apps'
make[1]: Warning: File `Makefile' has modification time 1.9e+08 s in the future
rm -f *.so *.o .depend
make[1]: warning: Clock skew detected. Your build may be incomplete.
make[1]: Leaving directory `/home/olsson/asterisk/asterisk-1.2.18/apps'
make[1]: Entering directory `/home/olsson/asterisk/asterisk-1.2.18/codecs'
make[1]: Warning: File `Makefile' has modification time 2.1e+08 s in the future
rm -f *.so *.o .depend
[ ! -d g723.1 ] || make -C g723.1 clean
[ ! -d g723.1b ] || make -C g723.1b clean
make -C gsm clean
make[2]: Entering directory `/home/olsson/asterisk/asterisk-1.2.18/codecs/gsm'
make[2]: Warning: File `Makefile' has modification time 2e+08 s in the future
rm -f */*.o \
./tst/lin2cod ./tst/lin2txt \
./tst/cod2lin ./tst/cod2txt \
./tst/gsm2cod \
./tst/*.*.*
find . \( -name core -o -name foo \) \
-print | xargs rm -f
rm -f ./lib/libgsm.a ./add-test/add \
./bin/toast ./bin/tcat ./bin/untoast \
./gsm-1.0.tar.Z
rm -rf lib
make[2]: warning: Clock skew detected. Your build may be incomplete.
make[2]: Leaving directory `/home/olsson/asterisk/asterisk-1.2.18/codecs/gsm'
make -C lpc10 clean
make[2]: Entering directory `/home/olsson/asterisk/asterisk-1.2.18/codecs/lpc10'
make[2]: Warning: File `Makefile' has modification time 1.8e+08 s in the future
rm -f *.o ./liblpc10.a
make[2]: warning: Clock skew detected. Your build may be incomplete.
make[2]: Leaving directory `/home/olsson/asterisk/asterisk-1.2.18/codecs/lpc10'
make -C ilbc clean
make[2]: Entering directory `/home/olsson/asterisk/asterisk-1.2.18/codecs/ilbc'
make[2]: Warning: File `Makefile' has modification time 1.8e+08 s in the future
rm -f libilbc.a *.o
make[2]: warning: Clock skew detected. Your build may be incomplete.
make[2]: Leaving directory `/home/olsson/asterisk/asterisk-1.2.18/codecs/ilbc'
make[1]: warning: Clock skew detected. Your build may be incomplete.
make[1]: Leaving directory `/home/olsson/asterisk/asterisk-1.2.18/codecs'
make[1]: Entering directory `/home/olsson/asterisk/asterisk-1.2.18/formats'
make[1]: Warning: File `Makefile' has modification time 1.8e+08 s in the future
rm -f *.so *.o .depend
make[1]: warning: Clock skew detected. Your build may be incomplete.
make[1]: Leaving directory `/home/olsson/asterisk/asterisk-1.2.18/formats'
make[1]: Entering directory `/home/olsson/asterisk/asterisk-1.2.18/agi'
make[1]: Warning: File `Makefile' has modification time 1.9e+08 s in the future
rm -f *.so *.o look .depend eagi-test eagi-sphinx-test
make[1]: warning: Clock skew detected. Your build may be incomplete.
make[1]: Leaving directory `/home/olsson/asterisk/asterisk-1.2.18/agi'
make[1]: Entering directory `/home/olsson/asterisk/asterisk-1.2.18/cdr'
make[1]: Warning: File `Makefile' has modification time 2.1e+08 s in the future
rm -f *.so *.o .depend
make[1]: warning: Clock skew detected. Your build may be incomplete.
make[1]: Leaving directory `/home/olsson/asterisk/asterisk-1.2.18/cdr'
make[1]: Entering directory `/home/olsson/asterisk/asterisk-1.2.18/funcs'
make[1]: Warning: File `Makefile' has modification time 1.8e+08 s in the future
rm -f *.so *.o .depend pbx_functions.h
make[1]: warning: Clock skew detected. Your build may be incomplete.
make[1]: Leaving directory `/home/olsson/asterisk/asterisk-1.2.18/funcs'
make[1]: Entering directory `/home/olsson/asterisk/asterisk-1.2.18/utils'
make[1]: Warning: File `Makefile' has modification time 2.1e+08 s in the future
rm -f *.o astman smsq stereorize streamplayer check_expr .depend
rm -f ast_expr2.o ast_expr2f.o
make[1]: warning: Clock skew detected. Your build may be incomplete.
make[1]: Leaving directory `/home/olsson/asterisk/asterisk-1.2.18/utils'
make[1]: Entering directory `/home/olsson/asterisk/asterisk-1.2.18/stdtime'
make[1]: Warning: File `Makefile' has modification time 1.8e+08 s in the future
rm -f libtime.a *.o test .depend
make[1]: warning: Clock skew detected. Your build may be incomplete.
make[1]: Leaving directory `/home/olsson/asterisk/asterisk-1.2.18/stdtime'
rm -f *.o *.so asterisk .depend
rm -f defaults.h
rm -f include/asterisk/build.h
rm -f include/asterisk/version.h
rm -f .tags-depend .tags-sources tags TAGS
make -C db1-ast clean
make[1]: Entering directory `/home/olsson/asterisk/asterisk-1.2.18/db1-ast'
make[1]: Warning: File `Makefile' has modification time 1.9e+08 s in the future
rm -f libdb1.a libdb.so.2 hash.o hash_bigkey.o hash_buf.o hash_func.o hash_log2.o hash_page.o ndbm.o bt_close.o bt_conv.o bt_debug.o bt_delete.o bt_get.o bt_open.o bt_overflow.o bt_page.o bt_put.o bt_search.o bt_seq.o bt_split.o bt_utils.o db.o mpool.o rec_close.o rec_delete.o rec_get.o rec_open.o rec_put.o rec_search.o rec_seq.o rec_utils.o hash.os hash_bigkey.os hash_buf.os hash_func.os hash_log2.os hash_page.os ndbm.os bt_close.os bt_conv.os bt_debug.os bt_delete.os bt_get.os bt_open.os bt_overflow.os bt_page.os bt_put.os bt_search.os bt_seq.os bt_split.os bt_utils.os db.os mpool.os rec_close.os rec_delete.os rec_get.os rec_open.os rec_put.os rec_search.os rec_seq.os rec_utils.os
make[1]: warning: Clock skew detected. Your build may be incomplete.
make[1]: Leaving directory `/home/olsson/asterisk/asterisk-1.2.18/db1-ast'
make -C stdtime clean
make[1]: Entering directory `/home/olsson/asterisk/asterisk-1.2.18/stdtime'
make[1]: Warning: File `Makefile' has modification time 1.8e+08 s in the future
rm -f libtime.a *.o test .depend
make[1]: warning: Clock skew detected. Your build may be incomplete.
make[1]: Leaving directory `/home/olsson/asterisk/asterisk-1.2.18/stdtime'
make: warning: Clock skew detected. Your build may be incomplete.
Nå, jag får alltså inte detta att fungera... Någon aning om hur jag ska få det att fungera? Tacksam för alla svar!
MVH
Interficio