Contenu | Rechercher | Menus

Annonce

Le forum rencontre en ce moment quelques soucis de charge, il est possible qu'une erreur soit affichée quand vous postez un message, ne rechargez pas la page au risque de poster une seconde fois votre message

Si vous rencontrez des soucis à rester connecté sur le forum (ou si vous avez perdu votre mot de passe) déconnectez-vous et reconnectez-vous depuis cette page, en cochant la case "Me connecter automatiquement lors de mes prochaines visites".

Déjà un an…

#1 Le 13/04/2012, à 14:12

Plone-4.1.4-UnifiedInstaller ; difficulté d'installation

Je tente d'installer Plone en standalone pour faire des essais et me familiariser avec le CMS, mais l'installation (Plone-4.1.4-UnifiedInstaller) m'envoie constemment le message suivant dès le départ:

Unable to find libssl or openssl/ssl.h.
libssl and its development headers are required for Plone.
If you're sure you have these installed, and are still getting
this warning, you may disable the libssl check by adding the
--without-ssl flag to the install command line.
Otherwise, install your platform's openssl-dev libraries and headers
and try again.

Pourtant je suis convaincu d'avoir installé le paquet libssl-dev. D'ailleurs un find / -name libssl*

retourne

/usr/lib/pkgconfig/libssl.pc
/usr/lib/libssl.so.0.9.8
/usr/lib/firefox-11.0/libssl3.so
/usr/lib/libssl3.so.1d
/usr/lib/libssl.a
/usr/lib/debug/lib/libssl.so.0.9.8
/usr/lib/debug/lib/i586/libssl.so.0.9.8
/usr/lib/debug/lib/i686/cmov/libssl.so.0.9.8
/usr/lib/debug/lib/i486/libssl.so.0.9.8
/usr/lib/libssl.so
/usr/lib/libssl3.so
/usr/share/doc/libssl0.9.8-dbg
/usr/share/doc/libssl-dev
/usr/share/doc/libssl0.9.8

J'ai donc tenté une installation --skip-tool-tests (--without-ssl retournait la même erreur), mais celle-ci s'est arrêtée brusquement.

Je joins donc le log de cette installation ici

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by FULL-PACKAGE-NAME preflight VERSION, which was
generated by GNU Autoconf 2.68.  Invocation command line was

  $ ./preflight -q

## --------- ##
## Platform. ##
## --------- ##

hostname = bandini-desktop
uname -m = i686
uname -r = 2.6.32-40-generic
uname -s = Linux
uname -v = #87-Ubuntu SMP Mon Mar 5 20:26:31 UTC 2012

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games


## ----------- ##
## Core tests. ##
## ----------- ##

preflight:2112: checking for gcc
preflight:2128: found /usr/bin/gcc
preflight:2139: result: gcc
preflight:2368: checking for C compiler version
preflight:2377: gcc --version >&5
gcc (Ubuntu 4.4.3-4ubuntu5.1) 4.4.3
Copyright (C) 2009 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

preflight:2388: $? = 0
preflight:2377: gcc -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5.1' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5.1) 
preflight:2388: $? = 0
preflight:2377: gcc -V >&5
gcc: '-V' option must have argument
preflight:2388: $? = 1
preflight:2377: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
preflight:2388: $? = 1
preflight:2408: checking whether the C compiler works
preflight:2430: gcc    conftest.c  >&5
preflight:2434: $? = 0
preflight:2482: result: yes
preflight:2485: checking for C compiler default output file name
preflight:2487: result: a.out
preflight:2493: checking for suffix of executables
preflight:2500: gcc -o conftest    conftest.c  >&5
preflight:2504: $? = 0
preflight:2526: result: 
preflight:2548: checking whether we are cross compiling
preflight:2556: gcc -o conftest    conftest.c  >&5
preflight:2560: $? = 0
preflight:2567: ./conftest
preflight:2571: $? = 0
preflight:2586: result: no
preflight:2591: checking for suffix of object files
preflight:2613: gcc -c   conftest.c >&5
preflight:2617: $? = 0
preflight:2638: result: o
preflight:2642: checking whether we are using the GNU C compiler
preflight:2661: gcc -c   conftest.c >&5
preflight:2661: $? = 0
preflight:2670: result: yes
preflight:2679: checking whether gcc accepts -g
preflight:2699: gcc -c -g  conftest.c >&5
preflight:2699: $? = 0
preflight:2740: result: yes
preflight:2757: checking for gcc option to accept ISO C89
preflight:2821: gcc  -c -g -O2  conftest.c >&5
preflight:2821: $? = 0
preflight:2834: result: none needed
preflight:2859: checking how to run the C preprocessor
preflight:2890: gcc -E  conftest.c
preflight:2890: $? = 0
preflight:2904: gcc -E  conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
preflight:2904: $? = 1
preflight: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FULL-PACKAGE-NAME"
| #define PACKAGE_TARNAME "full-package-name"
| #define PACKAGE_VERSION "VERSION"
| #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
| #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
preflight:2929: result: gcc -E
preflight:2949: gcc -E  conftest.c
preflight:2949: $? = 0
preflight:2963: gcc -E  conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
preflight:2963: $? = 1
preflight: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FULL-PACKAGE-NAME"
| #define PACKAGE_TARNAME "full-package-name"
| #define PACKAGE_VERSION "VERSION"
| #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
| #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
preflight:3049: checking for g++
preflight:3065: found /usr/bin/g++
preflight:3076: result: g++
preflight:3103: checking for C++ compiler version
preflight:3112: g++ --version >&5
g++ (Ubuntu 4.4.3-4ubuntu5.1) 4.4.3
Copyright (C) 2009 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

preflight:3123: $? = 0
preflight:3112: g++ -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5.1' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5.1) 
preflight:3123: $? = 0
preflight:3112: g++ -V >&5
g++: '-V' option must have argument
preflight:3123: $? = 1
preflight:3112: g++ -qversion >&5
g++: unrecognized option '-qversion'
g++: no input files
preflight:3123: $? = 1
preflight:3127: checking whether we are using the GNU C++ compiler
preflight:3146: g++ -c   conftest.cpp >&5
preflight:3146: $? = 0
preflight:3155: result: yes
preflight:3164: checking whether g++ accepts -g
preflight:3184: g++ -c -g  conftest.cpp >&5
preflight:3184: $? = 0
preflight:3225: result: yes
preflight:3251: checking for bunzip2
preflight:3267: found /bin/bunzip2
preflight:3278: result: yes
preflight:3288: checking for tar
preflight:3304: found /bin/tar
preflight:3315: result: yes
preflight:3325: checking for gunzip
preflight:3341: found /bin/gunzip
preflight:3352: result: yes
preflight:3362: checking for make
preflight:3378: found /usr/bin/make
preflight:3389: result: yes
preflight:3399: checking for patch
preflight:3415: found /usr/bin/patch
preflight:3426: result: yes
preflight:3437: checking for xml2-config
preflight:3455: found /usr/bin/xml2-config
preflight:3467: result: /usr/bin/xml2-config
preflight:3477: checking for xslt-config
preflight:3510: result: no
preflight:3520: checking for grep that handles long lines and -e
preflight:3578: result: /bin/grep
preflight:3583: checking for egrep
preflight:3645: result: /bin/grep -E
preflight:3650: checking for ANSI C header files
preflight:3670: gcc -c -g -O2  conftest.c >&5
preflight:3670: $? = 0
preflight:3743: gcc -o conftest -g -O2   conftest.c  >&5
preflight:3743: $? = 0
preflight:3743: ./conftest
preflight:3743: $? = 0
preflight:3754: result: yes
preflight:3767: checking for sys/types.h
preflight:3767: gcc -c -g -O2  conftest.c >&5
preflight:3767: $? = 0
preflight:3767: result: yes
preflight:3767: checking for sys/stat.h
preflight:3767: gcc -c -g -O2  conftest.c >&5
preflight:3767: $? = 0
preflight:3767: result: yes
preflight:3767: checking for stdlib.h
preflight:3767: gcc -c -g -O2  conftest.c >&5
preflight:3767: $? = 0
preflight:3767: result: yes
preflight:3767: checking for string.h
preflight:3767: gcc -c -g -O2  conftest.c >&5
preflight:3767: $? = 0
preflight:3767: result: yes
preflight:3767: checking for memory.h
preflight:3767: gcc -c -g -O2  conftest.c >&5
preflight:3767: $? = 0
preflight:3767: result: yes
preflight:3767: checking for strings.h
preflight:3767: gcc -c -g -O2  conftest.c >&5
preflight:3767: $? = 0
preflight:3767: result: yes
preflight:3767: checking for inttypes.h
preflight:3767: gcc -c -g -O2  conftest.c >&5
preflight:3767: $? = 0
preflight:3767: result: yes
preflight:3767: checking for stdint.h
preflight:3767: gcc -c -g -O2  conftest.c >&5
preflight:3767: $? = 0
preflight:3767: result: yes
preflight:3767: checking for unistd.h
preflight:3767: gcc -c -g -O2  conftest.c >&5
preflight:3767: $? = 0
preflight:3767: result: yes
preflight:3779: checking openssl/ssl.h usability
preflight:3779: gcc -c -g -O2  conftest.c >&5
preflight:3779: $? = 0
preflight:3779: result: yes
preflight:3779: checking openssl/ssl.h presence
preflight:3779: gcc -E  conftest.c
preflight:3779: $? = 0
preflight:3779: result: yes
preflight:3779: checking for openssl/ssl.h
preflight:3779: result: yes
preflight:3792: checking for main in -lreadline
preflight:3811: gcc -o conftest -g -O2   conftest.c -lreadline   >&5
preflight:3811: $? = 0
preflight:3820: result: yes
preflight:3823: checking readline/readline.h usability
preflight:3823: gcc -c -g -O2  conftest.c >&5
preflight:3823: $? = 0
preflight:3823: result: yes
preflight:3823: checking readline/readline.h presence
preflight:3823: gcc -E  conftest.c
preflight:3823: $? = 0
preflight:3823: result: yes
preflight:3823: checking for readline/readline.h
preflight:3823: result: yes
preflight:3835: checking for gzread in -lz
preflight:3860: gcc -o conftest -g -O2   conftest.c -lz   >&5
preflight:3860: $? = 0
preflight:3869: result: yes
preflight:3872: checking zlib.h usability
preflight:3872: gcc -c -g -O2  conftest.c >&5
preflight:3872: $? = 0
preflight:3872: result: yes
preflight:3872: checking zlib.h presence
preflight:3872: gcc -E  conftest.c
preflight:3872: $? = 0
preflight:3872: result: yes
preflight:3872: checking for zlib.h
preflight:3872: result: yes
preflight:3884: checking for jpeg_read_header in -ljpeg
preflight:3909: gcc -o conftest -g -O2   conftest.c -ljpeg   >&5
preflight:3909: $? = 0
preflight:3918: result: yes
preflight:3921: checking jpeglib.h usability
preflight:3921: gcc -c -g -O2  conftest.c >&5
preflight:3921: $? = 0
preflight:3921: result: yes
preflight:3921: checking jpeglib.h presence
preflight:3921: gcc -E  conftest.c
preflight:3921: $? = 0
preflight:3921: result: yes
preflight:3921: checking for jpeglib.h
preflight:3921: result: yes
preflight:3933: checking for SSL_accept in -lssl
preflight:3958: gcc -o conftest -g -O2   conftest.c -lssl   >&5
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libssl.so: undefined reference to `HMAC_CTX_set_flags@OPENSSL_0.9.8'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libssl.so: undefined reference to `pqueue_size@OPENSSL_0.9.8'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libssl.so: undefined reference to `ENGINE_load_ssl_client_cert@OPENSSL_0.9.8'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libssl.so: undefined reference to `i2d_X509_EXTENSIONS@OPENSSL_0.9.8'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libssl.so: undefined reference to `ENGINE_get_ssl_client_cert_function@OPENSSL_0.9.8'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libssl.so: undefined reference to `d2i_X509_EXTENSIONS@OPENSSL_0.9.8'
collect2: ld returned 1 exit status
preflight:3958: $? = 1
preflight: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FULL-PACKAGE-NAME"
| #define PACKAGE_TARNAME "full-package-name"
| #define PACKAGE_VERSION "VERSION"
| #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
| #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char SSL_accept ();
| int
| main ()
| {
| return SSL_accept ();
|   ;
|   return 0;
| }
preflight:3967: result: no
preflight:3988: checking for ssl2_accept in -lssl
preflight:4013: gcc -o conftest -g -O2   conftest.c -lssl   >&5
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libssl.so: undefined reference to `HMAC_CTX_set_flags@OPENSSL_0.9.8'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libssl.so: undefined reference to `pqueue_size@OPENSSL_0.9.8'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libssl.so: undefined reference to `ENGINE_load_ssl_client_cert@OPENSSL_0.9.8'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libssl.so: undefined reference to `i2d_X509_EXTENSIONS@OPENSSL_0.9.8'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libssl.so: undefined reference to `ENGINE_get_ssl_client_cert_function@OPENSSL_0.9.8'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libssl.so: undefined reference to `d2i_X509_EXTENSIONS@OPENSSL_0.9.8'
collect2: ld returned 1 exit status
preflight:4013: $? = 1
preflight: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FULL-PACKAGE-NAME"
| #define PACKAGE_TARNAME "full-package-name"
| #define PACKAGE_VERSION "VERSION"
| #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
| #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char ssl2_accept ();
| int
| main ()
| {
| return ssl2_accept ();
|   ;
|   return 0;
| }
preflight:4022: result: no
preflight:4185: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by FULL-PACKAGE-NAME config.status VERSION, which was
generated by GNU Autoconf 2.68.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status --quiet

on bandini-desktop

config.status:751: creating buildenv.sh

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_header_inttypes_h=yes
ac_cv_header_jpeglib_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_openssl_ssl_h=yes
ac_cv_header_readline_readline_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_zlib_h=yes
ac_cv_lib_jpeg_jpeg_read_header=yes
ac_cv_lib_readline_main=yes
ac_cv_lib_ssl_SSL_accept=no
ac_cv_lib_ssl_ssl2_accept=no
ac_cv_lib_z_gzread=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_have_xml2_config=/usr/bin/xml2-config
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_have_bunzip2=yes
ac_cv_prog_have_gunzip=yes
ac_cv_prog_have_make=yes
ac_cv_prog_have_patch=yes
ac_cv_prog_have_tar=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

CC='gcc'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXFLAGS='-g -O2'
DEFS='-DPACKAGE_NAME=\"FULL-PACKAGE-NAME\" -DPACKAGE_TARNAME=\"full-package-name\" -DPACKAGE_VERSION=\"VERSION\" -DPACKAGE_STRING=\"FULL-PACKAGE-NAME\ VERSION\" -DPACKAGE_BUGREPORT=\"BUG-REPORT-ADDRESS\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
GREP='/bin/grep'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT='BUG-REPORT-ADDRESS'
PACKAGE_NAME='FULL-PACKAGE-NAME'
PACKAGE_STRING='FULL-PACKAGE-NAME VERSION'
PACKAGE_TARNAME='full-package-name'
PACKAGE_URL=''
PACKAGE_VERSION='VERSION'
PATH_SEPARATOR=':'
SHELL='/bin/bash'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
have_bunzip2='yes'
have_gunzip='yes'
have_libjpeg='yes'
have_libz='yes'
have_make='yes'
have_patch='yes'
have_readline='yes'
have_ssl2='no'
have_ssl='no'
have_ssl_h='yes'
have_tar='yes'
have_xml2_config='/usr/bin/xml2-config'
have_xslt_config=''
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "FULL-PACKAGE-NAME"
#define PACKAGE_TARNAME "full-package-name"
#define PACKAGE_VERSION "VERSION"
#define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
#define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
#define PACKAGE_URL ""
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1

preflight: exit 0

Toute l'information que je trouve m'indique d'installer les outils libssl-dev et de reprendre l'Installation, ce que j'ai fait sans résultat.

Merci à quiconque peut m'indiquer quelque piste de recherche que ce soit...

Hors ligne

Haut de page ↑