- Mitglied seit
- 30 Mai 2005
- Beiträge
- 113
- Punkte für Reaktionen
- 0
- Punkte
- 0
Hi zusammen,
ich dreh gleich durch, es kann einfach nicht sein das ich es nicht zum laufen bringe, ich brauche eure Hilfe Gemeinde!!!!
Ich möchte die Asterisk addons installieren bekomme aber folgende Fehlermeldung.
cd /usr/src/asterisk-addons
make clean
make
make install
Ich habe glaube ich wirklich alles versucht was man nur versuchen kann, nun weiß ich wirkliich nicht mehr weiter, bitte helft mir.
Grüße,
Matthias
ich dreh gleich durch, es kann einfach nicht sein das ich es nicht zum laufen bringe, ich brauche eure Hilfe Gemeinde!!!!
Ich möchte die Asterisk addons installieren bekomme aber folgende Fehlermeldung.
cd /usr/src/asterisk-addons
make clean
Code:
rm -f *.so *.o .depend
make -C format_mp3 clean
make[1]: Wechsel in das Verzeichnis Verzeichnis »/usr/bin/asterisk-addons/format_mp3«
rm -f *.o *.so *~
make[1]: Verlassen des Verzeichnisses Verzeichnis »/usr/bin/asterisk-addons/format_mp3«
make
Code:
./mkdep -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/local/mysql/include `ls *.c`
make -C format_mp3 all
make[1]: Wechsel in das Verzeichnis Verzeichnis »/usr/bin/asterisk-addons/format_ mp3«
gcc -pipe -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarati ons -D_REENTRANT -D_GNU_SOURCE -O6 -c -o common.o common.c
gcc -pipe -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarati ons -D_REENTRANT -D_GNU_SOURCE -O6 -c -o dct64_i386.o dct64_i386.c
gcc -pipe -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarati ons -D_REENTRANT -D_GNU_SOURCE -O6 -c -o decode_ntom.o decode_ntom.c
gcc -pipe -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarati ons -D_REENTRANT -D_GNU_SOURCE -O6 -c -o layer3.o layer3.c
gcc -pipe -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarati ons -D_REENTRANT -D_GNU_SOURCE -O6 -c -o tabinit.o tabinit.c
gcc -pipe -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarati ons -D_REENTRANT -D_GNU_SOURCE -O6 -c -o interface.o interface.c
gcc -pipe -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarati ons -D_REENTRANT -D_GNU_SOURCE -O6 -c -o format_mp3.o format_mp3.c
gcc -pipe -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarati ons -D_REENTRANT -D_GNU_SOURCE -O6 -shared -Xlinker -x -o format_mp3.so common .o dct64_i386.o decode_ntom.o layer3.o tabinit.o interface.o format_mp3.o
make[1]: Verlassen des Verzeichnisses Verzeichnis »/usr/bin/asterisk-addons/forma t_mp3«
cc -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/local/mysql/include -c -o app_say countpl.o app_saycountpl.c
cc -shared -Xlinker -x -o app_saycountpl.so app_saycountpl.o
cc -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/local/mysql/include -c -o cdr_add on_mysql.o cdr_addon_mysql.c
cc -shared -Xlinker -x -o cdr_addon_mysql.so cdr_addon_mysql.o -lmysqlclient -lz -L/usr/lib/mysql -L/usr/local/mysql/lib
/usr/bin/ld: cannot find -lmysqlclient
collect2: ld returned 1 exit status
make: *** [cdr_addon_mysql.so] Fehler 1
rm app_saycountpl.o
make install
Code:
cc -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/local/mysql/include -c -o app_saycountpl.o app_saycountpl.c
cc -shared -Xlinker -x -o app_saycountpl.so app_saycountpl.o
cc -shared -Xlinker -x -o cdr_addon_mysql.so cdr_addon_mysql.o -lmysqlclient -lz -L/usr/lib/mysql -L/usr/local/mysql/lib
/usr/bin/ld: cannot find -lmysqlclient
collect2: ld returned 1 exit status
make: *** [cdr_addon_mysql.so] Fehler 1
Ich habe glaube ich wirklich alles versucht was man nur versuchen kann, nun weiß ich wirkliich nicht mehr weiter, bitte helft mir.
Grüße,
Matthias