On Monday 08 December 2014 15:05:51 Frédéric wrote: > Hello, > Hi Frédéric,
did you do a ./boostrap before ./configure ? If yes, please provide the last part of the ./configure --with-ssl=openssl output (for 'configure: Summary of build options: '). You should see -lcrypto mentioned in the 'Libs:' Libs: ... -lssl -lcrypto ... If -lcrypto is missing, that is the reason for your errors. Do you have pkg-config installed ? (dpkg -l '*pkg-config*') If yes, please attach /usr/lib/x86_64-linux-gnu/pkgconfig/openssl.pc and maybe you can send your config.log directly to me ? I'll have a look at it. Tim > As advised to me, I wanted to notice to you that compiling wget after > configuring like this: > > ./configure --with-openssl > > Fails with this error: > > ../lib/libgnu.a(md5.o): In function `md5_init_ctx': > md5.c:(.text+0x14): undefined reference to `MD5_Init' > ../lib/libgnu.a(md5.o): In function `md5_process_bytes': > md5.c:(.text+0x41): undefined reference to `MD5_Update' > ../lib/libgnu.a(md5.o): In function `md5_finish_ctx': > md5.c:(.text+0x93): undefined reference to `MD5_Final' > ../lib/libgnu.a(md5.o): In function `md5_buffer': > md5.c:(.text+0xc4): undefined reference to `MD5' > ../lib/libgnu.a(md5.o): In function `md5_read_ctx': > md5.c:(.text+0x14a): undefined reference to `MD5_Final' > ../lib/libgnu.a(sha1.o): In function `sha1_init_ctx': > sha1.c:(.text+0x14): undefined reference to `SHA1_Init' > ../lib/libgnu.a(sha1.o): In function `sha1_process_bytes': > sha1.c:(.text+0x41): undefined reference to `SHA1_Update' > ../lib/libgnu.a(sha1.o): In function `sha1_finish_ctx': > sha1.c:(.text+0x93): undefined reference to `SHA1_Final' > ../lib/libgnu.a(sha1.o): In function `sha1_buffer': > sha1.c:(.text+0xc4): undefined reference to `SHA1' > ../lib/libgnu.a(sha1.o): In function `sha1_read_ctx': > sha1.c:(.text+0x14c): undefined reference to `SHA1_Final' > collect2: error: ld returned 1 exit status > make[3]: *** [wget] Error 1 > make[3]: Leaving directory `/home/frd/Desktop/wget/wget git 5 dec 2014 > 00:26GMT+1/src' > make[2]: *** [all] Error 2 > make[2]: Leaving directory `/home/frd/Desktop/wget/wget git 5 dec 2014 > 00:26GMT+1/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/frd/Desktop/wget/wget git 5 dec 2014 > 00:26GMT+1' > make: *** [all] Error 2 > > Using GNU Tls instead compiles correctly. > > In both cases the ./configure script passes with no error message. > > Thank you for your support. > > Best regards, > > Frédéric
signature.asc
Description: This is a digitally signed message part.
