Pagina 2 di 2
Re: - come installare libimobiledevice -
Inviato: domenica 12 marzo 2017, 17:33
da cjto
Codice: Seleziona tutto
giovanna@giovanna-Inspiron-3542:~$ sudo apt-get install libcpputest-dev libcppunit-dev libgcc-5-dev
[sudo] password di giovanna:
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze
Lettura informazioni sullo stato... Fatto
libgcc-5-dev is already the newest version (5.4.0-6ubuntu1~16.04.4).
I seguenti pacchetti sono stati installati automaticamente e non sono più richiesti:
libjpeg62 linux-headers-4.8.0-36 linux-headers-4.8.0-36-generic
linux-image-4.8.0-36-generic linux-image-extra-4.8.0-36-generic
Usare "sudo apt autoremove" per rimuoverli.
Pacchetti suggeriti:
libcppunit-doc
I seguenti pacchetti NUOVI saranno installati:
libcppunit-1.13-0v5 libcppunit-dev libcpputest-dev
0 aggiornati, 3 installati, 0 da rimuovere e 1 non aggiornati.
È necessario scaricare 347 kB di archivi.
Dopo quest'operazione, verranno occupati 2.302 kB di spazio su disco.
Scaricamento di:1 http://it.archive.ubuntu.com/ubuntu xenial/universe amd64 libcppunit-1.13-0v5 amd64 1.13.2-2.1 [75,9 kB]
Scaricamento di:2 http://it.archive.ubuntu.com/ubuntu xenial/universe amd64 libcppunit-dev amd64 1.13.2-2.1 [134 kB]
Scaricamento di:3 http://it.archive.ubuntu.com/ubuntu xenial/universe amd64 libcpputest-dev amd64 3.7.2-1 [137 kB]
Recuperati 347 kB in 0s (407 kB/s)
Selezionato il pacchetto libcppunit-1.13-0v5:amd64 non precedentemente selezionato.
(Lettura del database... 259755 file e directory attualmente installati.)
Preparativi per estrarre .../libcppunit-1.13-0v5_1.13.2-2.1_amd64.deb...
Estrazione di libcppunit-1.13-0v5:amd64 (1.13.2-2.1)...
Selezionato il pacchetto libcppunit-dev non precedentemente selezionato.
Preparativi per estrarre .../libcppunit-dev_1.13.2-2.1_amd64.deb...
Estrazione di libcppunit-dev (1.13.2-2.1)...
Selezionato il pacchetto libcpputest-dev:amd64 non precedentemente selezionato.
Preparativi per estrarre .../libcpputest-dev_3.7.2-1_amd64.deb...
Estrazione di libcpputest-dev:amd64 (3.7.2-1)...
Elaborazione dei trigger per man-db (2.7.5-1)...
Configurazione di libcppunit-1.13-0v5:amd64 (1.13.2-2.1)...
Configurazione di libcppunit-dev (1.13.2-2.1)...
Configurazione di libcpputest-dev:amd64 (3.7.2-1)...
Elaborazione dei trigger per libc-bin (2.23-0ubuntu5)...
Codice: Seleziona tutto
giovanna@giovanna-Inspiron-3542:~/Scrivania/libimobiledevice-1.2.0$ sudo auto-apt run ./configure --prefix=/usr
Entering auto-apt mode: ./configure --prefix=/usr
Exit the command to leave auto-apt mode.
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... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
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 for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
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 how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
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 dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
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 how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libusbmuxd... no
configure: error: Package requirements (libusbmuxd >= 1.0.9) were not met:
No package 'libusbmuxd' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables libusbmuxd_CFLAGS
and libusbmuxd_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
giovanna@giovanna-Inspiron-3542:~/Scrivania/libimobiledevice-1.2.0$
HO SBAGLIATO A POSTARE... PERDONATEMI!

Re: - come installare libimobiledevice -
Inviato: domenica 12 marzo 2017, 17:39
da wilecoyote

Salve, clicca su [Modifica] e correggi il 2° output, intanto impari qualcos'altro...

Ciao
Re: - come installare libimobiledevice -
Inviato: domenica 12 marzo 2017, 17:42
da cjto
il secondo output è corretto, mi riferivo al fatto che ho spostato la conversazione in un altro post! dovevo seguire quella precedente.
Riguardo gli output? sono corretti?
GRAZIE
Re: - come installare libimobiledevice -
Inviato: domenica 12 marzo 2017, 17:46
da wilecoyote

Salve, allora se è corretto dice che ancora non hai installato 'libusbmuxd-dev', quindi dai:
Poi riconfigura.

Ciao
Re: - come installare libimobiledevice -
Inviato: domenica 12 marzo 2017, 17:52
da cjto
Codice: Seleziona tutto
giovanna@giovanna-Inspiron-3542:~$ sudo apt-get install libusbmuxd-dev
[sudo] password di giovanna:
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze
Lettura informazioni sullo stato... Fatto
I seguenti pacchetti sono stati installati automaticamente e non sono più richiesti:
libjpeg62 linux-headers-4.8.0-36 linux-headers-4.8.0-36-generic
linux-image-4.8.0-36-generic linux-image-extra-4.8.0-36-generic
Usare "sudo apt autoremove" per rimuoverli.
I seguenti pacchetti NUOVI saranno installati:
libusbmuxd-dev
0 aggiornati, 1 installati, 0 da rimuovere e 1 non aggiornati.
È necessario scaricare 17,2 kB di archivi.
Dopo quest'operazione, verranno occupati 84,0 kB di spazio su disco.
Scaricamento di:1 http://it.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libusbmuxd-dev amd64 1.0.10-2ubuntu0.1 [17,2 kB]
Recuperati 17,2 kB in 0s (18,3 kB/s)
Selezionato il pacchetto libusbmuxd-dev:amd64 non precedentemente selezionato.
(Lettura del database... 259977 file e directory attualmente installati.)
Preparativi per estrarre .../libusbmuxd-dev_1.0.10-2ubuntu0.1_amd64.deb...
Estrazione di libusbmuxd-dev:amd64 (1.0.10-2ubuntu0.1)...
Configurazione di libusbmuxd-dev:amd64 (1.0.10-2ubuntu0.1)...
giovanna@giovanna-Inspiron-3542:~$
Codice: Seleziona tutto
giovanna@giovanna-Inspiron-3542:~/Scrivania/libimobiledevice-1.2.0$ sudo auto-apt run ./configure --prefix=/usr
Entering auto-apt mode: ./configure --prefix=/usr
Exit the command to leave auto-apt mode.
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... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
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 for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
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 how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
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 dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
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 how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libusbmuxd... yes
checking for libplist... no
configure: error: Package requirements (libplist >= 1.11) were not met:
No package 'libplist' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables libplist_CFLAGS
and libplist_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
giovanna@giovanna-Inspiron-3542:~/Scrivania/libimobiledevice-1.2.0$
mi sa che devo installare 'libplist'
giusto?
Re: - come installare libimobiledevice -
Inviato: domenica 12 marzo 2017, 18:10
da wilecoyote

Salve, quasi esatto, ti conviene installare Synaptic, il migliore gestore software, e cercare in esso i pacchetti che ti richiede.
Scoprirai che quasi tutti hanno una variante con nel nome la particella '-dev', servono proprio per compilare ed infatti devi installare 'libplist-dev'.
Toglimi una curiosità, vedo che non lavora 'auto-apt' deduco che non l'hai configurato giusto ?
Altrimenti dovrò indagare sul perché non funge, finora sempre funzionato.

Ciao
Re: - come installare libimobiledevice -
Inviato: domenica 12 marzo 2017, 18:16
da cjto
Codice: Seleziona tutto
giovanna@giovanna-Inspiron-3542:~/Scrivania/libimobiledevice-1.2.0$ sudo auto-apt run ./configure --prefix=/usr
Entering auto-apt mode: ./configure --prefix=/usr
Exit the command to leave auto-apt mode.
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 whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
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 for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
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 how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
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 dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
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 how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libusbmuxd... yes
checking for libplist... yes
checking for libplistmm... yes
checking for pthread_create, pthread_mutex_lock in -lpthread... yes
checking for ANSI C header files... (cached) yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking gcrypt.h usability... yes
checking gcrypt.h presence... yes
checking for gcrypt.h... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for ssize_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint8_t... yes
checking for asprintf... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strerror... yes
checking for strndup... yes
checking for stpcpy... yes
checking for vasprintf... yes
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking whether to enable WIN32 build settings... no
checking for a Python interpreter with version >= 2.3... python
checking for python... /usr/bin/python
checking for python version... 2.7
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.7/dist-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.7/dist-packages
checking for cython... /usr/bin/cython
checking for Cython version... 0.23.4
configure: Cython executable is '/usr/bin/cython'
checking for python2.7... (cached) /usr/bin/python
checking for a version of Python >= '2.1.0'... yes
checking for the distutils Python package... yes
checking for Python include path... -I/usr/include/python2.7
checking for Python library path... -L/usr/lib/python2.7 -lpython2.7
checking for Python site-packages path... /usr/lib/python2.7/dist-packages
checking python extra libraries... ('-L/usr/lib -lz', '-lpthread -ldl -lutil')
checking python extra linking flags... -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions
checking consistency of all components of python development environment... yes
checking for libplist Cython bindings... no
configure: WARNING: cannot find libplist Cython bindings. You should install your distribution specific libplist Cython bindings package.
checking for openssl... no
configure: error: OpenSSL support explicitly requested but OpenSSL could not be found
L'ho configurato!
Re: - come installare libimobiledevice -
Inviato: domenica 12 marzo 2017, 18:25
da wilecoyote

Salve, non direi, dice che non ci sono i pacchetti 'cython' e 'openssl', ecco l'utilità di un 'auto-apt' funzionante...

Ciao
EDIT: per oggi chiudo, o non torno a casa...

Re: - come installare libimobiledevice -
Inviato: domenica 12 marzo 2017, 18:34
da cjto
Codice: Seleziona tutto
checking consistency of all components of python development environment... yes
checking for libplist Cython bindings... no
configure: WARNING: cannot find libplist Cython bindings. You should install your distribution specific libplist Cython bindings package.
checking for openssl... no
configure: error: OpenSSL support explicitly requested but OpenSSL could not be found
giovanna@giovanna-Inspiron-3542:~/Scrivania/libimobiledevice-1.2.0$
Ok ancora grazie spero che domani ci si ribecca per risolvere definitivamente.
GRAZIE
Ho installato OpenSSl e anche libplist Cython....ma alla fine li richiede entrambi sempre...
Li ho installati nuovamente anche da Gestione Pacchetti Synaptic. Ma niente da fare.
Potrebbe qualcuno darmi una mano?
GRAZIE

il pacchetto "libplist" non è installato
Inviato: martedì 14 marzo 2017, 11:34
da cjto
ho questo piccolo problema:
Codice: Seleziona tutto
giovanna@giovanna-Inspiron-3542:~$ dpkg -L libplist
dpkg-query: il pacchetto "libplist" non è installato
Usare "dpkg --info" (= "dpkg-deb --info") per esaminare gli archivi e
"dpkg --contents" (= "dpkg-deb --contents") per elencarne il contenuto.
giovanna@giovanna-Inspiron-3542:~$
nonostante...
Grazie
OpenSSL, installazione richiesta....
Inviato: martedì 14 marzo 2017, 11:43
da cjto
ecco quello che succede:
Codice: Seleziona tutto
configure: error: OpenSSL support explicitly requested but OpenSSL could not be found
giovanna@giovanna-Inspiron-3542:~/Scrivania/libimobiledevice-1.2.0$
credo che il programma dovrebbe essere installato...
Codice: Seleziona tutto
giovanna@giovanna-Inspiron-3542:~$ dpkg -L OpenSSL
/.
/etc
/etc/ssl
/etc/ssl/private
/etc/ssl/openssl.cnf
/etc/ssl/certs
/usr
/usr/lib
/usr/lib/ssl
/usr/lib/ssl/misc
/usr/lib/ssl/misc/CA.sh
/usr/lib/ssl/misc/c_info
/usr/lib/ssl/misc/CA.pl
/usr/lib/ssl/misc/c_issuer
/usr/lib/ssl/misc/tsget
/usr/lib/ssl/misc/c_hash
/usr/lib/ssl/misc/c_name
/usr/bin
/usr/bin/openssl
/usr/bin/c_rehash
/usr/share
/usr/share/doc
/usr/share/doc/openssl
/usr/share/doc/openssl/HOWTO
/usr/share/doc/openssl/HOWTO/keys.txt
/usr/share/doc/openssl/HOWTO/certificates.txt.gz
/usr/share/doc/openssl/HOWTO/proxy_certificates.txt.gz
/usr/share/doc/openssl/README.optimization
/usr/share/doc/openssl/openssl.txt.gz
/usr/share/doc/openssl/FAQ
/usr/share/doc/openssl/CHANGES.SSLeay.gz
/usr/share/doc/openssl/README.Debian
/usr/share/doc/openssl/fingerprints.txt
/usr/share/doc/openssl/standards.txt.gz
/usr/share/doc/openssl/NEWS.gz
/usr/share/doc/openssl/README.gz
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/verify.1ssl.gz
/usr/share/man/man1/pkeyutl.1ssl.gz
/usr/share/man/man1/openssl.1ssl.gz
/usr/share/man/man1/c_rehash.1ssl.gz
/usr/share/man/man1/nseq.1ssl.gz
/usr/share/man/man1/dhparam.1ssl.gz
/usr/share/man/man1/pkcs12.1ssl.gz
/usr/share/man/man1/crl2pkcs7.1ssl.gz
/usr/share/man/man1/genrsa.1ssl.gz
/usr/share/man/man1/pkey.1ssl.gz
/usr/share/man/man1/smime.1ssl.gz
/usr/share/man/man1/rsautl.1ssl.gz
/usr/share/man/man1/passwd.1ssl.gz
/usr/share/man/man1/gendsa.1ssl.gz
/usr/share/man/man1/speed.1ssl.gz
/usr/share/man/man1/ciphers.1ssl.gz
/usr/share/man/man1/pkcs8.1ssl.gz
/usr/share/man/man1/dgst.1ssl.gz
/usr/share/man/man1/crl.1ssl.gz
/usr/share/man/man1/ts.1ssl.gz
/usr/share/man/man1/s_client.1ssl.gz
/usr/share/man/man1/cms.1ssl.gz
/usr/share/man/man1/asn1parse.1ssl.gz
/usr/share/man/man1/req.1ssl.gz
/usr/share/man/man1/tsget.1ssl.gz
/usr/share/man/man1/CA.pl.1ssl.gz
/usr/share/man/man1/ca.1ssl.gz
/usr/share/man/man1/version.1ssl.gz
/usr/share/man/man1/s_time.1ssl.gz
/usr/share/man/man1/ec.1ssl.gz
/usr/share/man/man1/rand.1ssl.gz
/usr/share/man/man1/errstr.1ssl.gz
/usr/share/man/man1/genpkey.1ssl.gz
/usr/share/man/man1/spkac.1ssl.gz
/usr/share/man/man1/sess_id.1ssl.gz
/usr/share/man/man1/pkeyparam.1ssl.gz
/usr/share/man/man1/rsa.1ssl.gz
/usr/share/man/man1/ecparam.1ssl.gz
/usr/share/man/man1/dsaparam.1ssl.gz
/usr/share/man/man1/s_server.1ssl.gz
/usr/share/man/man1/x509.1ssl.gz
/usr/share/man/man1/pkcs7.1ssl.gz
/usr/share/man/man1/ocsp.1ssl.gz
/usr/share/man/man1/dsa.1ssl.gz
/usr/share/man/man1/enc.1ssl.gz
/usr/share/man/man5
/usr/share/man/man5/x509v3_config.5ssl.gz
/usr/share/man/man5/config.5ssl.gz
/usr/share/man/man7
/usr/share/man/man7/des_modes.7ssl.gz
/usr/lib/ssl/private
/usr/lib/ssl/openssl.cnf
/usr/lib/ssl/certs
/usr/share/doc/openssl/copyright
/usr/share/doc/openssl/changelog.Debian.gz
/usr/share/doc/openssl/changelog.gz
/usr/share/man/man1/sha224.1ssl.gz
/usr/share/man/man1/dss1.1ssl.gz
/usr/share/man/man1/sha1.1ssl.gz
/usr/share/man/man1/md4.1ssl.gz
/usr/share/man/man1/sha256.1ssl.gz
/usr/share/man/man1/sha384.1ssl.gz
/usr/share/man/man1/ripemd160.1ssl.gz
/usr/share/man/man1/md2.1ssl.gz
/usr/share/man/man1/sha512.1ssl.gz
/usr/share/man/man1/mdc2.1ssl.gz
/usr/share/man/man1/md5.1ssl.gz
/usr/share/man/man1/sha.1ssl.gz
giovanna@giovanna-Inspiron-3542:~$
anche perchè...
Re: - come installare libimobiledevice -
Inviato: martedì 14 marzo 2017, 12:07
da tokijin
@cjto
Credo che il problema legato ad openssl sia attinente alla compilazione di libimobiledevice che stai facendo in questo topic; per questo motivo ho unito le discussioni.
In futuri presta più attenzione.
Ciao
EDIT
Ho unito anche questo messaggio:
http://forum.ubuntu-it.org/viewtopic.ph ... 0#p4965979
Se hai una discussione aperta non è che poi, se le tematiche sono sempre collegate, devi aprire n discussioni diverse.
[RISOLTO]Re: - come installare libimobiledevice -
Inviato: martedì 14 marzo 2017, 12:15
da cjto
grazie!
soluzioni proposte?
Re: - come installare libimobiledevice -
Inviato: martedì 14 marzo 2017, 14:27
da wilecoyote

Salve, 2 piccole correzioni, l'opzione richiesta è '-l' non '-L' , poi non c'è nessun pacchetto che si chiami 'libplist' ma diversi che si chiamano 'libplist<qualcosa>', con <qualcosa> che conviene sempre sostituire con un '*' .
Ti posto un output esemplificativo:
Codice: Seleziona tutto
wilecoyote@MonumentValley:~$ dpkg -l libplist
dpkg-query: nessun pacchetto corrispondente a libplist
wilecoyote@MonumentValley:~$ dpkg -l libplist*
Voluto=U (non noto)/I (installato)/R (rimosso)/P (rimosso totale)/H (in attesa)
| Stato=Non/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(nessuno)/R (reinstallazione richiesta) (Stato,Err: maiuscolo=grave)
||/ Nome Versione Architettura Descrizione
+++-====================-===============-===============-=============================================
ii libplist-dev 1.10-1 amd64 Library for handling Apple binary and XML pro
ii libplist-utils 1.10-1 amd64 Apple property list converter
ii libplist1:amd64 1.10-1 amd64 Library for handling Apple binary and XML pro
No, non possiedo nessun prodotto della Mela col Giovannino

, le librerie in oggetto le uso per compilare.
Per il 'binding' mancante installa:

Ciao