X-Original-To: alpine-devel@mail.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 70376DC061E for ; Mon, 29 Jun 2015 17:12:19 +0000 (UTC) Received: from mail-oi0-f50.google.com (mail-oi0-f50.google.com [209.85.218.50]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 48178DC0229 for ; Mon, 29 Jun 2015 17:12:18 +0000 (UTC) Received: by oigb199 with SMTP id b199so122808581oig.3 for ; Mon, 29 Jun 2015 10:12:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=edzgbfad7fOYyZqoL69KysFSB4WSNxV2D0QFRNtvKaY=; b=Gpoj1j7eThAAEqtBxcxzNUyuGjkNadm4dV1rCvZgxX6vUqk6K4YooArQ/4Gol93v8Y osdq7K7dmPnsuEyoUVtjAmmSY/+85NRPABQ6bMn979ndS0z0Wd8Edx4c+Cn/9VlVjy0R xcqex25miZtcQ653gH53NZfnu1OQVnELEk7t/rXLlnN/03Q18ivlb9d+HSACjYsfpdhs fBd9Gc/+EhzRnG1LOwrCtZHQeZeZqmWOqSXS+da8jlZgyrXQ9o51ClGYcxU+wzo/ohAs p+KsMipcHSocZO9gDRdAN7kdZhodDK/wEx0wBLcsXV6pfv/SNQJ/ep/uEuqOYQbFyst4 48cg== X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 X-Received: by 10.202.204.210 with SMTP id c201mr14395851oig.12.1435597938540; Mon, 29 Jun 2015 10:12:18 -0700 (PDT) Received: by 10.76.70.199 with HTTP; Mon, 29 Jun 2015 10:12:18 -0700 (PDT) Date: Mon, 29 Jun 2015 10:12:18 -0700 Message-ID: Subject: [alpine-devel] openssl link problem From: Michael Fox <415fox@gmail.com> To: timo.teras@iki.fi, alpine-devel Content-Type: multipart/alternative; boundary=001a113530b42ac8b30519ab3191 X-Virus-Scanned: ClamAV using ClamSMTP --001a113530b42ac8b30519ab3191 Content-Type: text/plain; charset=UTF-8 I encounter a problem linking with openssl: //lib/libssl.so.1.0.0: undefined reference to `EVP_idea_cbc' The symbol is provided by libcrypto and adding -lcrypto to the link fixes it. The thing is that openssl already links libcrypto: al64:~/src/nix$ ldd //lib/libssl.so.1.0.0 ldd (0x6f765b6cf000) libcrypto.so.1.0.0 => /lib/libcrypto.so.1.0.0 (0x6f765b046000) libc.musl-x86_64.so.1 => ldd (0x6f765b6cf000) libz.so.1 => /lib/libz.so.1 (0x6f765ae30000) So I'm out of ideas ... -- - Michael --001a113530b42ac8b30519ab3191 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I encounter a problem linking with openssl:
<= br>//lib/libssl.so.1.0.0: undefined reference to `EVP_idea_cbc'

=
The symbol is provided by libcrypto and adding -lcrypto to the link f= ixes it. The thing is that openssl already links libcrypto:

al64:~/s= rc/nix$ ldd //lib/libssl.so.1.0.0
=C2=A0=C2=A0=C2=A0 ldd (0x6f765b6cf000= )
=C2=A0=C2=A0=C2=A0 libcrypto.so.1.0.0 =3D> /lib/libcrypto.so.1.0.0 = (0x6f765b046000)
=C2=A0=C2=A0=C2=A0 libc.musl-x86_64.so.1 =3D> ldd (0= x6f765b6cf000)
=C2=A0=C2=A0=C2=A0 libz.so.1 =3D> /lib/libz.so.1 (0x6f= 765ae30000)

So I'm out of ideas ...
=

--

-
Michael
--001a113530b42ac8b30519ab3191-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---