<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.ubuntu-fr.org/extern.php?action=feed&amp;tid=877701&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Forum Ubuntu-fr.org / Plone-4.1.4-UnifiedInstaller ; difficulté d'installation]]></title>
		<link>http://forum.ubuntu-fr.org/viewtopic.php?id=877701</link>
		<description><![CDATA[Les sujets les plus récents dans Plone-4.1.4-UnifiedInstaller ; difficulté d'installation.]]></description>
		<lastBuildDate>Fri, 13 Apr 2012 12:12:44 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Plone-4.1.4-UnifiedInstaller ; difficulté d'installation]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=8800991#p8800991</link>
			<description><![CDATA[<p>Je tente d&#039;installer Plone en standalone pour faire des essais et me familiariser avec le CMS, mais l&#039;installation (Plone-4.1.4-UnifiedInstaller) m&#039;envoie constemment le message suivant dès le départ:</p><div class="codebox"><pre><code>Unable to find libssl or openssl/ssl.h.
libssl and its development headers are required for Plone.
If you&#039;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&#039;s openssl-dev libraries and headers
and try again.</code></pre></div><p>Pourtant je suis convaincu d&#039;avoir installé le paquet libssl-dev. D&#039;ailleurs un find / -name libssl*</p><p>retourne </p><div class="codebox"><pre><code>/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</code></pre></div><p>J&#039;ai donc tenté une installation --skip-tool-tests (--without-ssl retournait la même erreur), mais celle-ci s&#039;est arrêtée brusquement.</p><p>Je joins donc le log de cette installation ici</p><div class="codebox"><pre class="vscroll"><code>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 &gt;&amp;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 &gt;&amp;5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion=&#039;Ubuntu 4.4.3-4ubuntu5.1&#039; --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 &gt;&amp;5
gcc: &#039;-V&#039; option must have argument
preflight:2388: $? = 1
preflight:2377: gcc -qversion &gt;&amp;5
gcc: unrecognized option &#039;-qversion&#039;
gcc: no input files
preflight:2388: $? = 1
preflight:2408: checking whether the C compiler works
preflight:2430: gcc    conftest.c  &gt;&amp;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  &gt;&amp;5
preflight:2504: $? = 0
preflight:2526: result: 
preflight:2548: checking whether we are cross compiling
preflight:2556: gcc -o conftest    conftest.c  &gt;&amp;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 &gt;&amp;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 &gt;&amp;5
preflight:2661: $? = 0
preflight:2670: result: yes
preflight:2679: checking whether gcc accepts -g
preflight:2699: gcc -c -g  conftest.c &gt;&amp;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 &gt;&amp;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 &quot;FULL-PACKAGE-NAME&quot;
| #define PACKAGE_TARNAME &quot;full-package-name&quot;
| #define PACKAGE_VERSION &quot;VERSION&quot;
| #define PACKAGE_STRING &quot;FULL-PACKAGE-NAME VERSION&quot;
| #define PACKAGE_BUGREPORT &quot;BUG-REPORT-ADDRESS&quot;
| #define PACKAGE_URL &quot;&quot;
| /* end confdefs.h.  */
| #include &lt;ac_nonexistent.h&gt;
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 &quot;FULL-PACKAGE-NAME&quot;
| #define PACKAGE_TARNAME &quot;full-package-name&quot;
| #define PACKAGE_VERSION &quot;VERSION&quot;
| #define PACKAGE_STRING &quot;FULL-PACKAGE-NAME VERSION&quot;
| #define PACKAGE_BUGREPORT &quot;BUG-REPORT-ADDRESS&quot;
| #define PACKAGE_URL &quot;&quot;
| /* end confdefs.h.  */
| #include &lt;ac_nonexistent.h&gt;
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 &gt;&amp;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 &gt;&amp;5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion=&#039;Ubuntu 4.4.3-4ubuntu5.1&#039; --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 &gt;&amp;5
g++: &#039;-V&#039; option must have argument
preflight:3123: $? = 1
preflight:3112: g++ -qversion &gt;&amp;5
g++: unrecognized option &#039;-qversion&#039;
g++: no input files
preflight:3123: $? = 1
preflight:3127: checking whether we are using the GNU C++ compiler
preflight:3146: g++ -c   conftest.cpp &gt;&amp;5
preflight:3146: $? = 0
preflight:3155: result: yes
preflight:3164: checking whether g++ accepts -g
preflight:3184: g++ -c -g  conftest.cpp &gt;&amp;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 &gt;&amp;5
preflight:3670: $? = 0
preflight:3743: gcc -o conftest -g -O2   conftest.c  &gt;&amp;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 &gt;&amp;5
preflight:3767: $? = 0
preflight:3767: result: yes
preflight:3767: checking for sys/stat.h
preflight:3767: gcc -c -g -O2  conftest.c &gt;&amp;5
preflight:3767: $? = 0
preflight:3767: result: yes
preflight:3767: checking for stdlib.h
preflight:3767: gcc -c -g -O2  conftest.c &gt;&amp;5
preflight:3767: $? = 0
preflight:3767: result: yes
preflight:3767: checking for string.h
preflight:3767: gcc -c -g -O2  conftest.c &gt;&amp;5
preflight:3767: $? = 0
preflight:3767: result: yes
preflight:3767: checking for memory.h
preflight:3767: gcc -c -g -O2  conftest.c &gt;&amp;5
preflight:3767: $? = 0
preflight:3767: result: yes
preflight:3767: checking for strings.h
preflight:3767: gcc -c -g -O2  conftest.c &gt;&amp;5
preflight:3767: $? = 0
preflight:3767: result: yes
preflight:3767: checking for inttypes.h
preflight:3767: gcc -c -g -O2  conftest.c &gt;&amp;5
preflight:3767: $? = 0
preflight:3767: result: yes
preflight:3767: checking for stdint.h
preflight:3767: gcc -c -g -O2  conftest.c &gt;&amp;5
preflight:3767: $? = 0
preflight:3767: result: yes
preflight:3767: checking for unistd.h
preflight:3767: gcc -c -g -O2  conftest.c &gt;&amp;5
preflight:3767: $? = 0
preflight:3767: result: yes
preflight:3779: checking openssl/ssl.h usability
preflight:3779: gcc -c -g -O2  conftest.c &gt;&amp;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   &gt;&amp;5
preflight:3811: $? = 0
preflight:3820: result: yes
preflight:3823: checking readline/readline.h usability
preflight:3823: gcc -c -g -O2  conftest.c &gt;&amp;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   &gt;&amp;5
preflight:3860: $? = 0
preflight:3869: result: yes
preflight:3872: checking zlib.h usability
preflight:3872: gcc -c -g -O2  conftest.c &gt;&amp;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   &gt;&amp;5
preflight:3909: $? = 0
preflight:3918: result: yes
preflight:3921: checking jpeglib.h usability
preflight:3921: gcc -c -g -O2  conftest.c &gt;&amp;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   &gt;&amp;5
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libssl.so: undefined reference to `HMAC_CTX_set_flags@OPENSSL_0.9.8&#039;
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libssl.so: undefined reference to `pqueue_size@OPENSSL_0.9.8&#039;
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libssl.so: undefined reference to `ENGINE_load_ssl_client_cert@OPENSSL_0.9.8&#039;
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libssl.so: undefined reference to `i2d_X509_EXTENSIONS@OPENSSL_0.9.8&#039;
/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&#039;
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libssl.so: undefined reference to `d2i_X509_EXTENSIONS@OPENSSL_0.9.8&#039;
collect2: ld returned 1 exit status
preflight:3958: $? = 1
preflight: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME &quot;FULL-PACKAGE-NAME&quot;
| #define PACKAGE_TARNAME &quot;full-package-name&quot;
| #define PACKAGE_VERSION &quot;VERSION&quot;
| #define PACKAGE_STRING &quot;FULL-PACKAGE-NAME VERSION&quot;
| #define PACKAGE_BUGREPORT &quot;BUG-REPORT-ADDRESS&quot;
| #define PACKAGE_URL &quot;&quot;
| #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 &quot;C&quot;
| #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   &gt;&amp;5
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libssl.so: undefined reference to `HMAC_CTX_set_flags@OPENSSL_0.9.8&#039;
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libssl.so: undefined reference to `pqueue_size@OPENSSL_0.9.8&#039;
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libssl.so: undefined reference to `ENGINE_load_ssl_client_cert@OPENSSL_0.9.8&#039;
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libssl.so: undefined reference to `i2d_X509_EXTENSIONS@OPENSSL_0.9.8&#039;
/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&#039;
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libssl.so: undefined reference to `d2i_X509_EXTENSIONS@OPENSSL_0.9.8&#039;
collect2: ld returned 1 exit status
preflight:4013: $? = 1
preflight: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME &quot;FULL-PACKAGE-NAME&quot;
| #define PACKAGE_TARNAME &quot;full-package-name&quot;
| #define PACKAGE_VERSION &quot;VERSION&quot;
| #define PACKAGE_STRING &quot;FULL-PACKAGE-NAME VERSION&quot;
| #define PACKAGE_BUGREPORT &quot;BUG-REPORT-ADDRESS&quot;
| #define PACKAGE_URL &quot;&quot;
| #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 &quot;C&quot;
| #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=&#039;/bin/grep -E&#039;
ac_cv_path_GREP=/bin/grep
ac_cv_path_have_xml2_config=/usr/bin/xml2-config
ac_cv_prog_CPP=&#039;gcc -E&#039;
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=&#039;gcc&#039;
CFLAGS=&#039;-g -O2&#039;
CPP=&#039;gcc -E&#039;
CPPFLAGS=&#039;&#039;
CXX=&#039;g++&#039;
CXXFLAGS=&#039;-g -O2&#039;
DEFS=&#039;-DPACKAGE_NAME=\&quot;FULL-PACKAGE-NAME\&quot; -DPACKAGE_TARNAME=\&quot;full-package-name\&quot; -DPACKAGE_VERSION=\&quot;VERSION\&quot; -DPACKAGE_STRING=\&quot;FULL-PACKAGE-NAME\ VERSION\&quot; -DPACKAGE_BUGREPORT=\&quot;BUG-REPORT-ADDRESS\&quot; -DPACKAGE_URL=\&quot;\&quot; -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&#039;
ECHO_C=&#039;&#039;
ECHO_N=&#039;-n&#039;
ECHO_T=&#039;&#039;
EGREP=&#039;/bin/grep -E&#039;
EXEEXT=&#039;&#039;
GREP=&#039;/bin/grep&#039;
LDFLAGS=&#039;&#039;
LIBOBJS=&#039;&#039;
LIBS=&#039;&#039;
LTLIBOBJS=&#039;&#039;
OBJEXT=&#039;o&#039;
PACKAGE_BUGREPORT=&#039;BUG-REPORT-ADDRESS&#039;
PACKAGE_NAME=&#039;FULL-PACKAGE-NAME&#039;
PACKAGE_STRING=&#039;FULL-PACKAGE-NAME VERSION&#039;
PACKAGE_TARNAME=&#039;full-package-name&#039;
PACKAGE_URL=&#039;&#039;
PACKAGE_VERSION=&#039;VERSION&#039;
PATH_SEPARATOR=&#039;:&#039;
SHELL=&#039;/bin/bash&#039;
ac_ct_CC=&#039;gcc&#039;
ac_ct_CXX=&#039;g++&#039;
bindir=&#039;${exec_prefix}/bin&#039;
build_alias=&#039;&#039;
datadir=&#039;${datarootdir}&#039;
datarootdir=&#039;${prefix}/share&#039;
docdir=&#039;${datarootdir}/doc/${PACKAGE_TARNAME}&#039;
dvidir=&#039;${docdir}&#039;
exec_prefix=&#039;${prefix}&#039;
have_bunzip2=&#039;yes&#039;
have_gunzip=&#039;yes&#039;
have_libjpeg=&#039;yes&#039;
have_libz=&#039;yes&#039;
have_make=&#039;yes&#039;
have_patch=&#039;yes&#039;
have_readline=&#039;yes&#039;
have_ssl2=&#039;no&#039;
have_ssl=&#039;no&#039;
have_ssl_h=&#039;yes&#039;
have_tar=&#039;yes&#039;
have_xml2_config=&#039;/usr/bin/xml2-config&#039;
have_xslt_config=&#039;&#039;
host_alias=&#039;&#039;
htmldir=&#039;${docdir}&#039;
includedir=&#039;${prefix}/include&#039;
infodir=&#039;${datarootdir}/info&#039;
libdir=&#039;${exec_prefix}/lib&#039;
libexecdir=&#039;${exec_prefix}/libexec&#039;
localedir=&#039;${datarootdir}/locale&#039;
localstatedir=&#039;${prefix}/var&#039;
mandir=&#039;${datarootdir}/man&#039;
oldincludedir=&#039;/usr/include&#039;
pdfdir=&#039;${docdir}&#039;
prefix=&#039;/usr/local&#039;
program_transform_name=&#039;s,x,x,&#039;
psdir=&#039;${docdir}&#039;
sbindir=&#039;${exec_prefix}/sbin&#039;
sharedstatedir=&#039;${prefix}/com&#039;
sysconfdir=&#039;${prefix}/etc&#039;
target_alias=&#039;&#039;

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

/* confdefs.h */
#define PACKAGE_NAME &quot;FULL-PACKAGE-NAME&quot;
#define PACKAGE_TARNAME &quot;full-package-name&quot;
#define PACKAGE_VERSION &quot;VERSION&quot;
#define PACKAGE_STRING &quot;FULL-PACKAGE-NAME VERSION&quot;
#define PACKAGE_BUGREPORT &quot;BUG-REPORT-ADDRESS&quot;
#define PACKAGE_URL &quot;&quot;
#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</code></pre></div><p>Toute l&#039;information que je trouve m&#039;indique d&#039;installer les outils libssl-dev et de reprendre l&#039;Installation, ce que j&#039;ai fait sans résultat. </p><p>Merci à quiconque peut m&#039;indiquer quelque piste de recherche que ce soit...</p>]]></description>
			<author><![CDATA[dummy@example.com (Arturo Bandini)]]></author>
			<pubDate>Fri, 13 Apr 2012 12:12:44 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=8800991#p8800991</guid>
		</item>
	</channel>
</rss>
