Hello,

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

Reply via email to