Pagina 1 di 1
Linphone - impossibile avviare
Inviato: martedì 8 novembre 2011, 20:03
da Theophrastus
Ciao a tutti.
Premetto che sono completamente ignorante in materia di voip.
Ho installato oggi linphone dai repository e ho provato ad avviarlo. Risultato: mi compaiono 2 finestre-lampo e non si avvia.
Non chiedetemi di dirvi cosa c'è scritto perchè il lampo è più lento di quelle finestre!
Qualcuno sa dove ho sbagliato?! E, soprattutto, come posso ovviare?
Grazie in anticipo e tutte le anime pie che mi aiuteranno.
Re: Linphone - impossibile avviare
Inviato: martedì 8 novembre 2011, 20:22
da Mdfalcubo
Lancialo da terminale e posta quello che esce.
Re: Linphone - impossibile avviare
Inviato: martedì 8 novembre 2011, 20:36
da Theophrastus
Lanciando linphone mi scrive
Codice: Seleziona tutto
theomini@theomini:~$ linphone
Comando "linphone" non trovato. Forse si intendeva:
Comando "linphonec" dal pacchetto "linphone-nox" (universe)
linphone: comando non trovato
Se lancio linphonec
Codice: Seleziona tutto
theomini@theomini:~$ linphonec
ALSA lib conf.c:4630:(snd_config_expand) Unknown parameters 0
ALSA lib control.c:882:(snd_ctl_open_noupdate) Invalid CTL default:0
ALSA lib conf.c:4630:(snd_config_expand) Unknown parameters 0
ALSA lib pcm.c:2212:(snd_pcm_open_noupdate) Unknown PCM default:0
ALSA lib conf.c:4630:(snd_config_expand) Unknown parameters 0
ALSA lib pcm.c:2212:(snd_pcm_open_noupdate) Unknown PCM default:0
Your machine appears to be connected to an IPv6 network. By default linphone always uses IPv4. Please update your configuration if you want to use IPv6
Warning: Could not start UDP transport on port 5060, maybe this port is already used.
Ready
Warning: video is disabled in linphonec, use -V or -C or -D to enable.
Re: Linphone - impossibile avviare
Inviato: martedì 8 novembre 2011, 23:36
da Theophrastus
Nessuno può aiutarmi?
Re: Linphone - impossibile avviare
Inviato: martedì 8 novembre 2011, 23:40
da Mdfalcubo
Sembra che tu abbia problemi con l'audio e problemi con le impostazioni internet (usare protocollo di sicurezza ipv4 invece di ipv6). Altro non ti so dire, attenti qualcuno più esperto.
Re: Linphone - impossibile avviare
Inviato: mercoledì 9 novembre 2011, 0:14
da Theophrastus
Problemi audio non so.
Problemi con il protocollo IP mi sembra molto strano....anche perchè uso IPv4 con IP statico in ufficio, cioè da dove fatto la prova.
Spero che qualcuno si faccia vivo. Prima Ekiga, ora linphone.....è destino che debba continuare col cell >:(
Re: Linphone - impossibile avviare
Inviato: mercoledì 9 novembre 2011, 9:49
da Theophrastus
Scusate se angoscio ma non c'è nessuno un po ferrato su sto benedetto programma?!
Re: Linphone - impossibile avviare
Inviato: mercoledì 9 novembre 2011, 12:15
da Theophrastus
Visto che quello dei repository non funziona, ho provato a scaricare il pacchetto dal sito e compilarlo.
Ho lanciato ./configure
Codice: Seleziona tutto
theomini@theomini:~/Scaricati/linphone-3.4.3$ ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
configure: linphone-3.4.3 A full featured audio/video sip phone.
configure: licensed under the terms of the General Public License (GPL)
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for strerror in -lcposix... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for inline... inline
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking whether gcc and cc understand -c and -o together... yes
checking whether NLS is requested... yes
checking for intltool >= 0.40... 0.41.1 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.12.4
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for msgmerge... (cached) /usr/bin/msgmerge
checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for get_current_dir_name... yes
checking for strndup... yes
checking for stpcpy... yes
checking for LIBGTK... yes
checking for getifaddrs... yes
checking for OSIP... yes
checking eXosip2/eXosip.h usability... yes
checking eXosip2/eXosip.h presence... yes
checking for eXosip2/eXosip.h... yes
checking for eXosip_subscribe_remove in -leXosip2... yes
checking for eXosip_get_version in -leXosip2... yes
checking for eXosip_get_socket in -leXosip2... no
configure: WARNING: Could not find eXosip_get_socket in eXosip2 !
checking readline.h usability... no
checking readline.h presence... no
checking for readline.h... no
checking readline/readline.h usability... no
checking readline/readline.h presence... no
checking for readline/readline.h... no
checking history.h usability... no
checking history.h presence... no
checking for history.h... no
checking readline/history.h usability... no
checking readline/history.h presence... no
checking for readline/history.h... no
checking for readline in -lreadline... no
configure: WARNING: "Could not find libreadline headers or library
checking whether byte ordering is bigendian... no
checking for SPEEX... yes
checking X11/Xlib.h usability... yes
checking X11/Xlib.h presence... yes
checking for X11/Xlib.h... yes
checking for XUnmapWindow in -lX11... yes
checking for getenv... yes
checking for sighandler_t... no
checking for sgmltools... no
checking for doxygen... false
configure: creating ./config.status
./configure: line 17191: ./config.status: Permission denied
./configure: line 17205: ./config.status: Permission denied
./configure: line 17586: ./config.status: Permission denied
./configure: line 17614: ./config.status: Permission denied
./configure: line 17622: ./config.status: Permission denied
./configure: line 17654: ./config.status: Permission denied
./configure: line 17673: ./config.status: Permission denied
./configure: line 17750: ./config.status: Permission denied
./configure: line 17761: ./config.status: Permission denied
./configure: line 17772: ./config.status: Permission denied
./configure: line 18044: ./config.status: Permission denied
./configure: line 18167: ./config.status: Permission denied
./configure: line 18212: ./config.status: Permission denied
./configure: line 18214: ./config.status: Permission denied
./configure: line 18243: ./config.status: Permission denied
./configure: line 18275: ./config.status: Permission denied
./configure: line 18346: ./config.status: Permission denied
./configure: line 18348: ./config.status: Permission denied
./configure: line 18382: ./config.status: Permission denied
./configure: line 18532: ./config.status: Permission denied
./configure: line 18552: ./config.status: Permission denied
./configure: line 18566: ./config.status: Permission denied
./configure: line 18570: ./config.status: Permission denied
configure: error: write failure creating ./config.status
Qualcuno potrebbe aiutarmi?
Re: Linphone - impossibile avviare
Inviato: mercoledì 9 novembre 2011, 21:14
da Theophrastus
Va bene, capito.
Prego il moderatore di chiudere. Grazie.