Installation zaptel

mvb63

Neuer User
Mitglied seit
22 Dez 2007
Beiträge
14
Punkte für Reaktionen
0
Punkte
0
Moin zusammen,

ich will auf meinem -system (ubuntu 6.06 i386) einen asterisk mit 4 fach Digium PRI Karte betreiben. Habe dazu das Installationsscript "install-asterisk" von beronet verwendet. Es instaliert zuerst libpri, dann zaptel und dann Asterisk.

Leider bricht die Installation beim kompilieren der zaptel-Treiber mit folgender Fehlermeldung ab:

Code:
CC /usr/src/install-asterisk/zaptel-1.4.9/kernel/ztd-loc.mod.o
LD [M] /usr/src/install-asterisk/zaptel-1.4.9/kernel/ztd-loc.ko
CC /usr/src/install-asterisk/zaptel-1.4.9/kernel/ztdummy.mod.o
LD [M] /usr/src/install-asterisk/zaptel-1.4.9/kernel/ztdummy.ko
CC /usr/src/install-asterisk/zaptel-1.4.9/kernel/ztdynamic.mod.o
LD [M] /usr/src/install-asterisk/zaptel-1.4.9/kernel/ztdynamic.ko
CC /usr/src/install-asterisk/zaptel-1.4.9/kernel/zttranscode.mod.o
LD [M] /usr/src/install-asterisk/zaptel-1.4.9/kernel/zttranscode.ko
make[3]: Leaving directory `/usr/src/linux-headers-2.6.15-51-server'
gcc -c -g -O2 -I. -g -fPIC -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -o zonedata.lo zonedata.c
gcc -c -g -O2 -I. -g -fPIC -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -o tonezone.lo tonezone.c
gcc -g -O2 -I. -g -fPIC -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -shared -Wl,-soname,libtonezone.so.1.0 -o libtonezone.so zonedata.lo tonezone.lo -lm
gcc -g -O2 -I. -g -fPIC -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -c -o zonedata.o zonedata.c
gcc -g -O2 -I. -g -fPIC -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -c -o tonezone.o tonezone.c
ar rcs libtonezone.a zonedata.o tonezone.o
ranlib libtonezone.a
gcc -g -O2 -I. -g -fPIC -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -o fxotune.o -c fxotune.c
gcc -g -O2 -I. -g -fPIC -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -o fxotune fxotune.o -lm
gcc -g -O2 -I. -g -fPIC -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -o ztcfg.o -c ztcfg.c
gcc -g -O2 -I. -g -fPIC -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -o ztcfg ztcfg.o libtonezone.a -lm
gcc -g -O2 -I. -g -fPIC -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -o ztmonitor.o -c ztmonitor.c
gcc -g -O2 -I. -g -fPIC -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -o ztmonitor ztmonitor.o 
gcc -o ztspeed.o -c ztspeed.c
gcc -o ztspeed ztspeed.o 
gcc -g -O2 -I. -g -fPIC -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -o zttest.o -c zttest.c
gcc -g -O2 -I. -g -fPIC -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -o zttest zttest.o 
gcc -g -O2 -I. -g -fPIC -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -o ztscan.o -c ztscan.c
gcc -g -O2 -I. -g -fPIC -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -o ztscan ztscan.o 
[COLOR=red]Can't locate Config_heavy.pl in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.7 /usr/local/share/perl/5.8.7 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at /usr/lib/perl/5.8/Config.pm line 65.[/COLOR]
make[3]: Entering directory `/usr/src/install-asterisk/zaptel-1.4.9/kernel/xpp/utils'
perl -n -e 'print if (/^static struct fxo_mode {$/ .. /};$/)' ../../wctdm.c >wctdm_fxomodes.h
cc -o print_modes -g -Wall print_modes.c
./print_modes >init_fxo_modes
for i in zt_registration xpp_sync lszaptel xpp_blink zapconf zaptel_hardware; do perl -I./zconf -c $i || exit 1; done
Can't locate File/Basename.pm in @INC (@INC contains: ./zconf /etc/perl /usr/local/lib/perl/5.8.7 /usr/local/share/perl/5.8.7 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at zt_registration line 11.
BEGIN failed--compilation aborted at zt_registration line 11.
make[3]: *** [perlcheck] Error 1
make[3]: Leaving directory `/usr/src/install-asterisk/zaptel-1.4.9/kernel/xpp/utils'
make[2]: *** [utils-subdirs] Error 2
make[2]: Leaving directory `/usr/src/install-asterisk/zaptel-1.4.9'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/install-asterisk/zaptel-1.4.9'
make: *** [zaptel] Error 2

Scheint irgendwie ein Problem mit Perl zu sein, hat jemand einen Tipp, woran es liegenkönnte ?

Grüße
Michael

PS: Wie kriegt man es hin, solche Log-Auszüge im extra Fenster mit Scroll-bar anzuzeigen ?

[Edit foschi: mit dem code-Tag?!]
 
Kostenlos!

Statistik des Forums

Themen
248,885
Beiträge
2,303,936
Mitglieder
378,562
Neuestes Mitglied
McBebe1