Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 677998

Summary: net-libs/libesmtp-1.0.6-r2 : configure: error: cannot find the ssl library
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED TEST-REQUEST    
Severity: normal CC: net-mail+disabled, sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tbz2
logs.tbz2
net-libs:libesmtp-1.0.6-r2:20190214-112917.log
temp.tbz2

Description Toralf Förster gentoo-dev 2019-02-14 15:59:45 UTC
checking for openssl/ssl.h... yes
checking for SSL_library_init in -lssl... no
configure: error: cannot find the ssl library

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/net-libs/libesmtp-1.0.6-r2/work/libesmtp-1.0.6/config.log

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-systemd_20190211-002504

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-8.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.6
  [3]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems) *
  [2]   ruby25 (with Rubygems)
  [3]   ruby26 (with Rubygems)
Available Rust versions:
  [1]   rust-1.32.0 *



emerge -qpvO net-libs/libesmtp
[ebuild  N    ] net-libs/libesmtp-1.0.6-r2  USE="ntlm ssl -debug -libressl -static-libs -threads"
Comment 1 Toralf Förster gentoo-dev 2019-02-14 15:59:47 UTC
Created attachment 565316 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-02-14 15:59:50 UTC
Created attachment 565318 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-02-14 15:59:53 UTC
Created attachment 565320 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-02-14 15:59:56 UTC
Created attachment 565322 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-02-14 15:59:59 UTC
Created attachment 565324 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-02-14 16:00:01 UTC
Created attachment 565326 [details]
net-libs:libesmtp-1.0.6-r2:20190214-112917.log
Comment 7 Toralf Förster gentoo-dev 2019-02-14 16:00:06 UTC
Created attachment 565328 [details]
temp.tbz2
Comment 8 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-04-12 15:12:23 UTC
configure:9133: checking for SSL_library_init in -lssl
configure:9159: x86_64-pc-linux-gnu-gcc -o conftest -std=c99 -pedantic -O2 -pipe -march=native  -Wl,-O1 -Wl,--as-needed conftest.c -lssl -lcrypto
	 -ldl  >&5
/var/tmp/portage/net-libs/libesmtp-1.0.6-r2/temp/ccajmwjO.o: In function `main':
conftest.c:(.text.startup+0x7): undefined reference to `SSL_library_init'
collect2: error: ld returned 1 exit status
configure:9159: $? = 1
configure: failed program was:

Not really sure what happened there. Seems to build okay for me. Reproducible?