4
|
Linux секция за начинаещи / Настройка на програми / Asterisk install
|
-: Dec 13, 2007, 15:17
|
Здравейте, Имам проблем с инсталирането на Asterisk. След изпълнението на команда make, всичко си е наред, обаче изпълня ли make install, спира в началото със следната грешка:
menuselect/menuselect --check-deps menuselect.makeopts Generating embedded module rules ... make[1]: Nothing to be done for `all'. make[1]: Nothing to be done for `all'. make[1]: Nothing to be done for `all'. make[1]: Nothing to be done for `all'. make[1]: Nothing to be done for `all'. make[1]: Nothing to be done for `all'. make[1]: Nothing to be done for `all'. make[1]: Nothing to be done for `all'. make[1]: Nothing to be done for `all'. make[1]: Nothing to be done for `all'. make[1]: Nothing to be done for `all'. if [ x`/usr/bin/id -un` = xroot ]; then CFLAGS=" -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -include /usr/src/asterisk-1.4.15/include/asterisk/autoconfig.h -march=i686 " sh build_tools/mkpkgconfig /usr/lib/pkgconfig; fi mkdir -p /var/lib/asterisk/static-http for x in static-http/*; do \ /usr/bin/install -c -m 644 $x /var/lib/asterisk/static-http ; \ done mkdir -p /var/lib/asterisk/images for x in images/*.jpg; do \ /usr/bin/install -c -m 644 $x /var/lib/asterisk/images ; \ done mkdir -p /var/lib/asterisk/agi-bin make -C sounds install make[1]: Entering directory `/usr/src/asterisk-1.4.15/sounds'
gzip: stdin: unexpected end of file tar: Unexpected EOF in archive tar: Unexpected EOF in archive tar: Error is not recoverable: exiting now make[1]: *** [/var/lib/asterisk/moh/.asterisk-moh-freeplay-wav] Error 2 make[1]: Leaving directory `/usr/src/asterisk-1.4.15/sounds' make: *** [datafiles] Error 2
|
|
|
|